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

/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp32 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__); macro
834 LOG2("notifyCallback(%d)", msgType);
854 LOG2("dataCallback(%d)", msgType);
887 LOG2("dataCallbackTimestamp(%d)", msgType);
905 LOG2("dataCallbackTimestampBatch");
983 LOG2("frame callback is disabled");
993 LOG2("Disable preview callback");
1003 LOG2("frame is copied");
1006 LOG2("frame is forwarded");
1104 LOG2("copyFrameAndPostCopiedFram
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp86 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__); macro

Completed in 2984 milliseconds