Home
last modified time | relevance | path

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

/aosp_15_r20/external/libusb/libusb/
H A Dlibusbi.h331 #define usbi_warn(ctx, ...) _usbi_log(ctx, LIBUSB_LOG_LEVEL_WARNING, __VA_ARGS__) macro
338 #define usbi_warn(ctx, ...) do { (void)(ctx); } while(0) macro
/aosp_15_r20/external/libusb/include/libusb/
H A Dlibusbi.h331 #define usbi_warn(ctx, ...) _usbi_log(ctx, LIBUSB_LOG_LEVEL_WARNING, __VA_ARGS__) macro
338 #define usbi_warn(ctx, ...) do { (void)(ctx); } while(0) macro