Searched refs:LOG_VERBOSE (Results 1 – 7 of 7) sorted by relevance
/device/generic/goldfish-opengl/fuchsia/include/cutils/ |
D | log.h | 41 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
|
/device/google/contexthub/firmware/os/drivers/vsync/ |
D | vsync.c | 53 osLog(LOG_VERBOSE, "%s " fmt, "[VSYNC]", ##__VA_ARGS__); \
|
/device/google/contexthub/firmware/os/inc/ |
D | seos.h | 306 LOG_VERBOSE = 'V', enumerator
|
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/ |
D | synaptics_s3708.c | 79 #define VERBOSE_PRINT(fmt, ...) osLog(LOG_VERBOSE, "[DoubleTouch] " fmt, ##__VA_ARGS__)
|
/device/google/contexthub/firmware/os/drivers/window_orientation/ |
D | window_orientation.c | 38 osLog(LOG_VERBOSE, LOG_TAG " " fmt, ##__VA_ARGS__); \
|
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/ |
D | rohm_rpr0521.c | 143 osLog(LOG_VERBOSE, "[Rohm RPR-0521] " fmt, ##__VA_ARGS__); \
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 76 osLog(LOG_VERBOSE, "%s " fmt, "[BMI160]", ##__VA_ARGS__); \
|