Home
last modified time | relevance | path

Searched defs:usbi_err (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libusb/libusb/
H A Dlibusbi.h330 #define usbi_err(ctx, ...) _usbi_log(ctx, LIBUSB_LOG_LEVEL_ERROR, __VA_ARGS__) macro
337 #define usbi_err(ctx, ...) do { (void)(ctx); } while(0) macro
/aosp_15_r20/external/libusb/include/libusb/
H A Dlibusbi.h330 #define usbi_err(ctx, ...) _usbi_log(ctx, LIBUSB_LOG_LEVEL_ERROR, __VA_ARGS__) macro
337 #define usbi_err(ctx, ...) do { (void)(ctx); } while(0) macro