HomeSort by relevance Sort by last modified time
    Searched defs:gLogLevel (Results 1 - 2 of 2) 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);
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 83 volatile int32_t gLogLevel = 0;
85 #define LOG1(...) ALOGD_IF(gLogLevel >= 1, __VA_ARGS__);
86 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__);
89 android_atomic_write(level, &gLogLevel);
    [all...]

Completed in 230 milliseconds