Home
last modified time | relevance | path

Searched refs:LOG_VERBOSE (Results 1 – 7 of 7) sorted by relevance

/device/generic/goldfish-opengl/fuchsia/include/cutils/
Dlog.h41 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
/device/google/contexthub/firmware/os/drivers/vsync/
Dvsync.c53 osLog(LOG_VERBOSE, "%s " fmt, "[VSYNC]", ##__VA_ARGS__); \
/device/google/contexthub/firmware/os/inc/
Dseos.h306 LOG_VERBOSE = 'V', enumerator
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
Dsynaptics_s3708.c79 #define VERBOSE_PRINT(fmt, ...) osLog(LOG_VERBOSE, "[DoubleTouch] " fmt, ##__VA_ARGS__)
/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c38 osLog(LOG_VERBOSE, LOG_TAG " " fmt, ##__VA_ARGS__); \
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c143 osLog(LOG_VERBOSE, "[Rohm RPR-0521] " fmt, ##__VA_ARGS__); \
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c76 osLog(LOG_VERBOSE, "%s " fmt, "[BMI160]", ##__VA_ARGS__); \