Lines Matching refs:LOG1

32 #define LOG1(...) ALOGD_IF(gLogLevel >= 1, __VA_ARGS__);  macro
46 LOG1("CameraClient::CameraClient E (pid %d, id %d)", callingPid, cameraId); in CameraClient()
58 LOG1("CameraClient::CameraClient X (pid %d, id %d)", callingPid, cameraId); in CameraClient()
66 LOG1("CameraClient::initialize E (pid %d, id %d)", callingPid, mCameraId); in initialize()
96 LOG1("CameraClient::initialize X (pid %d, id %d)", callingPid, mCameraId); in initialize()
105 LOG1("CameraClient::~CameraClient E (pid %d, this %p)", callingPid, this); in ~CameraClient()
108 LOG1("CameraClient::~CameraClient X (pid %d, this %p)", callingPid, this); in ~CameraClient()
168 LOG1("lock (pid %d)", callingPid); in lock()
183 LOG1("unlock (pid %d)", callingPid); in unlock()
194 LOG1("clear mRemoteCallback (pid %d)", callingPid); in unlock()
205 LOG1("connect E (pid %d)", callingPid); in connect()
216 LOG1("Connect to the same client"); in connect()
224 LOG1("connect X (pid %d)", callingPid); in connect()
241 LOG1("disconnect E (pid %d)", callingPid); in disconnect()
255 LOG1("hardware teardown"); in disconnect()
279 LOG1("disconnect X (pid %d)", callingPid); in disconnect()
333 LOG1("setPreviewTarget(%p) (pid %d)", bufferProducer.get(), in setPreviewTarget()
351 LOG1("setPreviewCallbackFlag(%d) (pid %d)", callback_flag, CameraThreadState::getCallingPid()); in setPreviewCallbackFlag()
372 LOG1("startPreview (pid %d)", CameraThreadState::getCallingPid()); in startPreview()
378 LOG1("startRecording (pid %d)", CameraThreadState::getCallingPid()); in startRecording()
384 LOG1("startCameraMode(%d)", mode); in startCameraMode()
392 LOG1("mSurface is not set yet."); in startCameraMode()
408 LOG1("startPreviewMode"); in startPreviewMode()
433 LOG1("startRecordingMode"); in startRecordingMode()
461 LOG1("stopPreview (pid %d)", CameraThreadState::getCallingPid()); in stopPreview()
477 LOG1("stopRecording (pid %d)", CameraThreadState::getCallingPid()); in stopRecording()
595 LOG1("setVideoBufferMode: %d", videoBufferMode); in setVideoBufferMode()
615 LOG1("previewEnabled (pid %d)", CameraThreadState::getCallingPid()); in previewEnabled()
623 LOG1("recordingEnabled (pid %d)", CameraThreadState::getCallingPid()); in recordingEnabled()
631 LOG1("autoFocus (pid %d)", CameraThreadState::getCallingPid()); in autoFocus()
641 LOG1("cancelAutoFocus (pid %d)", CameraThreadState::getCallingPid()); in cancelAutoFocus()
652 LOG1("takePicture (pid %d): 0x%x", CameraThreadState::getCallingPid(), msgType); in takePicture()
681 LOG1("setParameters (pid %d) (%s)", CameraThreadState::getCallingPid(), params.string()); in setParameters()
701 LOG1("getParameters (pid %d) (%s)", CameraThreadState::getCallingPid(), params.string()); in getParameters()
707 LOG1("enableShutterSound (pid %d)", CameraThreadState::getCallingPid()); in enableShutterSound()
722 LOG1("sendCommand (pid %d)", CameraThreadState::getCallingPid()); in sendCommand()
781 LOG1("lockIfMessageWanted(%d): waited for %d ms", in lockIfMessageWanted()
794 LOG1("lockIfMessageWanted(%d): enter sleep", msgType); in lockIfMessageWanted()