Searched refs:__null_log (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.h54 inline void __null_log(int, const char *, const char *, ...) {} function
58 #define ALOGD(...) do { __null_log(0, LOG_TAG,__VA_ARGS__); } while (0)
63 #define ALOGI(...) do { __null_log(0, LOG_TAG,__VA_ARGS__); } while (0)

Completed in 496 milliseconds