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

  /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/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 54 volatile uint32_t gMmCameraIntfLogLevel = 1;
    [all...]

Completed in 137 milliseconds