Lines Matching refs:LOG1
30 #define LOG1(...) ALOGD_IF(gLogLevel >= 1, __VA_ARGS__); macro
47 LOG1("CameraClient::CameraClient E (pid %d, id %d)", callingPid, cameraId); in CameraClient()
60 LOG1("CameraClient::CameraClient X (pid %d, id %d)", callingPid, cameraId); in CameraClient()
67 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()
162 LOG1("lock (pid %d)", callingPid); in lock()
177 LOG1("unlock (pid %d)", callingPid); in unlock()
188 LOG1("clear mRemoteCallback (pid %d)", callingPid); in unlock()
199 LOG1("connect E (pid %d)", callingPid); in connect()
210 LOG1("Connect to the same client"); in connect()
218 LOG1("connect X (pid %d)", callingPid); in connect()
235 LOG1("disconnect E (pid %d)", callingPid); in disconnect()
249 LOG1("hardware teardown"); in disconnect()
272 LOG1("disconnect X (pid %d)", callingPid); in disconnect()
326 LOG1("setPreviewTarget(%p) (pid %d)", bufferProducer.get(), in setPreviewTarget()
344 LOG1("setPreviewCallbackFlag(%d) (pid %d)", callback_flag, getCallingPid()); in setPreviewCallbackFlag()
365 LOG1("startPreview (pid %d)", getCallingPid()); in startPreview()
371 LOG1("startRecording (pid %d)", getCallingPid()); in startRecording()
377 LOG1("startCameraMode(%d)", mode); in startCameraMode()
385 LOG1("mSurface is not set yet."); in startCameraMode()
401 LOG1("startPreviewMode"); in startPreviewMode()
425 LOG1("startRecordingMode"); in startRecordingMode()
453 LOG1("stopPreview (pid %d)", getCallingPid()); in stopPreview()
468 LOG1("stopRecording (pid %d)", getCallingPid()); in stopRecording()
526 LOG1("setVideoBufferMode: %d", videoBufferMode); in setVideoBufferMode()
546 LOG1("previewEnabled (pid %d)", getCallingPid()); in previewEnabled()
554 LOG1("recordingEnabled (pid %d)", getCallingPid()); in recordingEnabled()
562 LOG1("autoFocus (pid %d)", getCallingPid()); in autoFocus()
572 LOG1("cancelAutoFocus (pid %d)", getCallingPid()); in cancelAutoFocus()
583 LOG1("takePicture (pid %d): 0x%x", getCallingPid(), msgType); in takePicture()
612 LOG1("setParameters (pid %d) (%s)", getCallingPid(), params.string()); in setParameters()
630 LOG1("getParameters (pid %d) (%s)", getCallingPid(), params.string()); in getParameters()
636 LOG1("enableShutterSound (pid %d)", getCallingPid()); in enableShutterSound()
671 LOG1("sendCommand (pid %d)", getCallingPid()); in sendCommand()
730 LOG1("lockIfMessageWanted(%d): waited for %d ms", in lockIfMessageWanted()
743 LOG1("lockIfMessageWanted(%d): enter sleep", msgType); in lockIfMessageWanted()