Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.cpp33 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__); macro
829 LOG2("notifyCallback(%d)", msgType); in notifyCallback()
849 LOG2("dataCallback(%d)", msgType); in dataCallback()
882 LOG2("dataCallbackTimestamp(%d)", msgType); in dataCallbackTimestamp()
900 LOG2("dataCallbackTimestampBatch"); in handleCallbackTimestampBatch()
983 LOG2("frame callback is disabled"); in handlePreviewData()
993 LOG2("Disable preview callback"); in handlePreviewData()
1003 LOG2("frame is copied"); in handlePreviewData()
1006 LOG2("frame is forwarded"); in handlePreviewData()
1108 LOG2("copyFrameAndPostCopiedFrame"); in copyFrameAndPostCopiedFrame()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp104 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__); macro