Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:gLogLevel

50 volatile int32_t gLogLevel = 0;
52 #define LOG1(...) ALOGD_IF(gLogLevel >= 1, __VA_ARGS__);
53 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__);
56 android_atomic_write(level, &gLogLevel);