Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:gLogLevel

98 volatile int32_t gLogLevel = 0;
100 #define LOG1(...) ALOGD_IF(gLogLevel >= 1, __VA_ARGS__);
101 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__);
104 android_atomic_write(level, &gLogLevel);