Home
last modified time | relevance | path

Searched refs:LOG2 (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.cpp30 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__); macro
695 LOG2("notifyCallback(%d)", msgType); in notifyCallback()
720 LOG2("dataCallback(%d)", msgType); in dataCallback()
758 LOG2("dataCallbackTimestamp(%d)", msgType); in dataCallbackTimestamp()
810 LOG2("frame callback is disabled"); in handlePreviewData()
820 LOG2("Disable preview callback"); in handlePreviewData()
830 LOG2("frame is copied"); in handlePreviewData()
833 LOG2("frame is forwarded"); in handlePreviewData()
911 LOG2("copyFrameAndPostCopiedFrame"); in copyFrameAndPostCopiedFrame()
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorUtils.cpp44 #define LOG2 ALOGI /*WARNING Logging*/ macro
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp56 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__); macro