Lines Matching refs:LOG1
29 #define LOG1(...) ALOGD_IF(gLogLevel >= 1, __VA_ARGS__);
46 LOG1("CameraClient::CameraClient E (pid %d, id %d)", callingPid, cameraId);
58 LOG1("CameraClient::CameraClient X (pid %d, id %d)", callingPid, cameraId);
65 LOG1("CameraClient::initialize E (pid %d, id %d)", callingPid, mCameraId);
94 LOG1("CameraClient::initialize X (pid %d, id %d)", callingPid, mCameraId);
108 LOG1("CameraClient::~CameraClient E (pid %d, this %p)", callingPid, this);
111 LOG1("CameraClient::~CameraClient X (pid %d, this %p)", callingPid, this);
150 LOG1("lock (pid %d)", callingPid);
165 LOG1("unlock (pid %d)", callingPid);
176 LOG1("clear mRemoteCallback (pid %d)", callingPid);
187 LOG1("connect E (pid %d)", callingPid);
198 LOG1("Connect to the same client");
206 LOG1("connect X (pid %d)", callingPid);
223 LOG1("disconnect E (pid %d)", callingPid);
233 LOG1("camera is unlocked (mClientPid = %d), don't tear down hardware", mClientPid);
241 LOG1("hardware teardown");
261 LOG1("disconnect X (pid %d)", callingPid);
314 LOG1("setPreviewTarget(%p) (pid %d)", bufferProducer.get(),
332 LOG1("setPreviewCallbackFlag(%d) (pid %d)", callback_flag, getCallingPid());
353 LOG1("startPreview (pid %d)", getCallingPid());
359 LOG1("startRecording (pid %d)", getCallingPid());
365 LOG1("startCameraMode(%d)", mode);
373 LOG1("mSurface is not set yet.");
389 LOG1("startPreviewMode");
410 LOG1("startRecordingMode");
438 LOG1("stopPreview (pid %d)", getCallingPid());
451 LOG1("stopRecording (pid %d)", getCallingPid());
471 LOG1("storeMetaDataInBuffers: %s", enabled? "true": "false");
480 LOG1("previewEnabled (pid %d)", getCallingPid());
488 LOG1("recordingEnabled (pid %d)", getCallingPid());
496 LOG1("autoFocus (pid %d)", getCallingPid());
506 LOG1("cancelAutoFocus (pid %d)", getCallingPid());
517 LOG1("takePicture (pid %d): 0x%x", getCallingPid(), msgType);
546 LOG1("setParameters (pid %d) (%s)", getCallingPid(), params.string());
562 LOG1("getParameters (pid %d) (%s)", getCallingPid(), params.string());
568 LOG1("enableShutterSound (pid %d)", getCallingPid());
596 LOG1("sendCommand (pid %d)", getCallingPid());
656 LOG1("lockIfMessageWanted(%d): waited for %d ms",
662 LOG1("lockIfMessageWanted(%d): enter sleep", msgType);