Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:gLogLevel

58 volatile int32_t gLogLevel = 0;
60 #define LOG1(...) ALOGD_IF(gLogLevel >= 1, __VA_ARGS__);
61 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__);
64 android_atomic_write(level, &gLogLevel);