Searched refs:LOG2 (Results 1 – 2 of 2) sorted by relevance
31 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__); macro768 LOG2("notifyCallback(%d)", msgType); in notifyCallback()788 LOG2("dataCallback(%d)", msgType); in dataCallback()821 LOG2("dataCallbackTimestamp(%d)", msgType); in dataCallbackTimestamp()874 LOG2("frame callback is disabled"); in handlePreviewData()884 LOG2("Disable preview callback"); in handlePreviewData()894 LOG2("frame is copied"); in handlePreviewData()897 LOG2("frame is forwarded"); in handlePreviewData()995 LOG2("copyFrameAndPostCopiedFrame"); in copyFrameAndPostCopiedFrame()
79 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__); macro