Searched defs:DEBUG_PRINT_LOW (Results 1 – 14 of 14) sorted by relevance
46 #define DEBUG_PRINT_LOW ALOGV macro48 #define DEBUG_PRINT_LOW macro62 #define DEBUG_PRINT_LOW printf macro
54 #define DEBUG_PRINT_LOW(fmt, args...) \ macro64 #define DEBUG_PRINT_LOW printf macro
56 #define DEBUG_PRINT_LOW(fmt, args...) ({ \ macro68 #define DEBUG_PRINT_LOW printf macro
59 #define DEBUG_PRINT_LOW(fmt, args...) ({ \ macro71 #define DEBUG_PRINT_LOW printf macro
35 #define DEBUG_PRINT_LOW ALOGV macro
78 #define DEBUG_PRINT_LOW ALOGV macro80 #define DEBUG_PRINT_LOW macro94 #define DEBUG_PRINT_LOW macro
57 #define DEBUG_PRINT_LOW ALOGV macro
41 #define DEBUG_PRINT_LOW ALOGV macro
138 #define DEBUG_PRINT_LOW ALOGV macro
73 #define DEBUG_PRINT_LOW ALOGE macro75 #define DEBUG_PRINT_LOW macro89 #define DEBUG_PRINT_LOW printf macro
68 #define DEBUG_PRINT_LOW(x, ...) ALOGV("[Entry] "x, ##__VA_ARGS__) macro77 #define DEBUG_PRINT_LOW printf macro
79 #define DEBUG_PRINT_LOW(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) macro