Lines Matching refs:LOG1
31 #define LOG1(...) ALOGD_IF(gLogLevel >= 1, __VA_ARGS__); macro
49 LOG1("CameraClient::CameraClient E (pid %d, id %d)", callingPid, cameraId); in CameraClient()
62 LOG1("CameraClient::CameraClient X (pid %d, id %d)", callingPid, cameraId); in CameraClient()
69 LOG1("CameraClient::initialize E (pid %d, id %d)", callingPid, mCameraId); in initialize()
99 LOG1("CameraClient::initialize X (pid %d, id %d)", callingPid, mCameraId); in initialize()
108 LOG1("CameraClient::~CameraClient E (pid %d, this %p)", callingPid, this); in ~CameraClient()
111 LOG1("CameraClient::~CameraClient X (pid %d, this %p)", callingPid, this); in ~CameraClient()
165 LOG1("lock (pid %d)", callingPid); in lock()
180 LOG1("unlock (pid %d)", callingPid); in unlock()
191 LOG1("clear mRemoteCallback (pid %d)", callingPid); in unlock()
202 LOG1("connect E (pid %d)", callingPid); in connect()
213 LOG1("Connect to the same client"); in connect()
221 LOG1("connect X (pid %d)", callingPid); in connect()
238 LOG1("disconnect E (pid %d)", callingPid); in disconnect()
252 LOG1("hardware teardown"); in disconnect()
275 LOG1("disconnect X (pid %d)", callingPid); in disconnect()
329 LOG1("setPreviewTarget(%p) (pid %d)", bufferProducer.get(), in setPreviewTarget()
347 LOG1("setPreviewCallbackFlag(%d) (pid %d)", callback_flag, getCallingPid()); in setPreviewCallbackFlag()
368 LOG1("startPreview (pid %d)", getCallingPid()); in startPreview()
374 LOG1("startRecording (pid %d)", getCallingPid()); in startRecording()
380 LOG1("startCameraMode(%d)", mode); in startCameraMode()
388 LOG1("mSurface is not set yet."); in startCameraMode()
404 LOG1("startPreviewMode"); in startPreviewMode()
428 LOG1("startRecordingMode"); in startRecordingMode()
456 LOG1("stopPreview (pid %d)", getCallingPid()); in stopPreview()
471 LOG1("stopRecording (pid %d)", getCallingPid()); in stopRecording()
582 LOG1("setVideoBufferMode: %d", videoBufferMode); in setVideoBufferMode()
602 LOG1("previewEnabled (pid %d)", getCallingPid()); in previewEnabled()
610 LOG1("recordingEnabled (pid %d)", getCallingPid()); in recordingEnabled()
618 LOG1("autoFocus (pid %d)", getCallingPid()); in autoFocus()
628 LOG1("cancelAutoFocus (pid %d)", getCallingPid()); in cancelAutoFocus()
639 LOG1("takePicture (pid %d): 0x%x", getCallingPid(), msgType); in takePicture()
668 LOG1("setParameters (pid %d) (%s)", getCallingPid(), params.string()); in setParameters()
686 LOG1("getParameters (pid %d) (%s)", getCallingPid(), params.string()); in getParameters()
692 LOG1("enableShutterSound (pid %d)", getCallingPid()); in enableShutterSound()
727 LOG1("sendCommand (pid %d)", getCallingPid()); in sendCommand()
786 LOG1("lockIfMessageWanted(%d): waited for %d ms", in lockIfMessageWanted()
799 LOG1("lockIfMessageWanted(%d): enter sleep", msgType); in lockIfMessageWanted()