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