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

  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera_dbg.h 38 extern volatile uint32_t gMmCameraIntfLogLevel;
61 #define CDBG(fmt, args...) ALOGD_IF(gMmCameraIntfLogLevel >= 2, fmt, ##args)
70 #define CDBG_HIGH(fmt, args...) ALOGD_IF(gMmCameraIntfLogLevel >= 1, fmt, ##args)
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera_dbg.h 38 extern volatile uint32_t gMmCameraIntfLogLevel;
61 #define CDBG(fmt, args...) ALOGD_IF(gMmCameraIntfLogLevel >= 2, fmt, ##args)
70 #define CDBG_HIGH(fmt, args...) ALOGD_IF(gMmCameraIntfLogLevel >= 1, fmt, ##args)
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera_dbg.h 38 extern volatile uint32_t gMmCameraIntfLogLevel;
61 #define CDBG(fmt, args...) ALOGD_IF(gMmCameraIntfLogLevel >= 2, fmt, ##args)
70 #define CDBG_HIGH(fmt, args...) ALOGD_IF(gMmCameraIntfLogLevel >= 1, fmt, ##args)
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 54 volatile uint32_t gMmCameraIntfLogLevel = 1;
    [all...]
mm_camera.c 262 gMmCameraIntfLogLevel = (uint32_t)val;
271 if (gMmCameraIntfLogLevel < globalLogLevel)
272 gMmCameraIntfLogLevel = globalLogLevel;
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 54 volatile uint32_t gMmCameraIntfLogLevel = 1;
    [all...]
mm_camera.c 262 gMmCameraIntfLogLevel = (uint32_t)val;
271 if (gMmCameraIntfLogLevel < globalLogLevel)
272 gMmCameraIntfLogLevel = globalLogLevel;
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 54 volatile uint32_t gMmCameraIntfLogLevel = 1;
    [all...]

Completed in 328 milliseconds