Searched defs:_usbi_log (Results 1 – 3 of 3) sorted by relevance
/external/libusb-compat/libusb/ |
D | core.c | 43 #define _usbi_log(level, fmt...) usbi_log(level, __FUNCTION__, fmt) macro 45 #define _usbi_log(level, fmt...) macro
|
/external/libusb/include/libusb/ |
D | libusbi.h | 187 #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __FUNCTION__, __VA_ARGS__) macro 190 #define _usbi_log(ctx, level, ...) do { (void)(ctx); } while(0) macro
|
/external/libusb/libusb/ |
D | libusbi.h | 187 #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __FUNCTION__, __VA_ARGS__) macro 190 #define _usbi_log(ctx, level, ...) do { (void)(ctx); } while(0) macro
|