HomeSort by relevance Sort by last modified time
    Searched refs:gLogLevel (Results 1 - 6 of 6) sorted by null

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderHost.cpp 29 int32_t gLogLevel = 0;
36 gLogLevel = atoi(logLevelProp);
37 LOGD("Debug level is %d", gLogLevel);
VideoEncoderLog.h 30 extern int32_t gLogLevel;
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 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);
    [all...]
CameraService.h 45 extern volatile int32_t gLogLevel;
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 29 #define LOG1(...) ALOGD_IF(gLogLevel >= 1, __VA_ARGS__);
30 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__);
Camera2Client.cpp 37 #define ALOG1(...) ALOGD_IF(gLogLevel >= 1, __VA_ARGS__);
38 #define ALOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__);
143 if (gLogLevel >= 1) {
    [all...]

Completed in 182 milliseconds