Searched refs:LOG2 (Results 1 – 3 of 3) sorted by relevance
30 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__); macro695 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()
44 #define LOG2 ALOGI /*WARNING Logging*/ macro
56 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__); macro