Lines Matching refs:LOG1
29 #define LOG1(...) ALOGD_IF(gLogLevel >= 1, __VA_ARGS__);
46 LOG1("CameraClient::CameraClient E (pid %d, id %d)", callingPid, cameraId);
59 LOG1("CameraClient::CameraClient X (pid %d, id %d)", callingPid, cameraId);
66 LOG1("CameraClient::initialize E (pid %d, id %d)", callingPid, mCameraId);
95 LOG1("CameraClient::initialize X (pid %d, id %d)", callingPid, mCameraId);
109 LOG1("CameraClient::~CameraClient E (pid %d, this %p)", callingPid, this);
112 LOG1("CameraClient::~CameraClient X (pid %d, this %p)", callingPid, this);
161 LOG1("lock (pid %d)", callingPid);
176 LOG1("unlock (pid %d)", callingPid);
187 LOG1("clear mRemoteCallback (pid %d)", callingPid);
198 LOG1("connect E (pid %d)", callingPid);
209 LOG1("Connect to the same client");
217 LOG1("connect X (pid %d)", callingPid);
234 LOG1("disconnect E (pid %d)", callingPid);
244 LOG1("camera is unlocked (mClientPid = %d), don't tear down hardware", mClientPid);
252 LOG1("hardware teardown");
272 LOG1("disconnect X (pid %d)", callingPid);
325 LOG1("setPreviewTarget(%p) (pid %d)", bufferProducer.get(),
343 LOG1("setPreviewCallbackFlag(%d) (pid %d)", callback_flag, getCallingPid());
364 LOG1("startPreview (pid %d)", getCallingPid());
370 LOG1("startRecording (pid %d)", getCallingPid());
376 LOG1("startCameraMode(%d)", mode);
384 LOG1("mSurface is not set yet.");
400 LOG1("startPreviewMode");
421 LOG1("startRecordingMode");
449 LOG1("stopPreview (pid %d)", getCallingPid());
462 LOG1("stopRecording (pid %d)", getCallingPid());
482 LOG1("storeMetaDataInBuffers: %s", enabled? "true": "false");
491 LOG1("previewEnabled (pid %d)", getCallingPid());
499 LOG1("recordingEnabled (pid %d)", getCallingPid());
507 LOG1("autoFocus (pid %d)", getCallingPid());
517 LOG1("cancelAutoFocus (pid %d)", getCallingPid());
528 LOG1("takePicture (pid %d): 0x%x", getCallingPid(), msgType);
557 LOG1("setParameters (pid %d) (%s)", getCallingPid(), params.string());
575 LOG1("getParameters (pid %d) (%s)", getCallingPid(), params.string());
581 LOG1("enableShutterSound (pid %d)", getCallingPid());
616 LOG1("sendCommand (pid %d)", getCallingPid());
676 LOG1("lockIfMessageWanted(%d): waited for %d ms",
682 LOG1("lockIfMessageWanted(%d): enter sleep", msgType);