Home
last modified time | relevance | path

Searched refs:mRemoteCallback (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
DCamera2ClientBase.cpp231 TClientBase::mRemoteCallback = client; in connect()
353 mRemoteCallback(client.mRemoteCallback), in Lock()
368 mRemoteCallback(client) { in SharedCameraCallbacks()
377 mRemoteCallback = client; in operator =()
384 mRemoteCallback.clear(); in clear()
DCamera2ClientBase.h98 sp<TCamCallbacks> &mRemoteCallback; variable
106 sp<TCamCallbacks> mRemoteCallback;
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.cpp194 mRemoteCallback.clear(); in unlock()
211 if (mRemoteCallback != 0 && in connect()
212 (IInterface::asBinder(client) == IInterface::asBinder(mRemoteCallback))) { in connect()
219 mRemoteCallback = client; in connect()
910 sp<hardware::ICameraClient> c = client->mRemoteCallback; in handleCallbackTimestampBatch()
952 sp<hardware::ICameraClient> c = mRemoteCallback; in handleShutter()
989 sp<hardware::ICameraClient> c = mRemoteCallback; in handlePreviewData()
1019 sp<hardware::ICameraClient> c = mRemoteCallback; in handlePostview()
1034 sp<hardware::ICameraClient> c = mRemoteCallback; in handleRawPicture()
1045 sp<hardware::ICameraClient> c = mRemoteCallback; in handleCompressedPicture()
[all …]
DCamera2Client.cpp478 mRemoteCallback = client; in connect()
520 mRemoteCallback.clear(); in unlock()
1330 if (l.mRemoteCallback != 0) { in autoFocus()
1331 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS, in autoFocus()
1755 if (l.mRemoteCallback != nullptr) { in notifyError()
1756 l.mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, err, 0); in notifyError()
1877 if (l.mRemoteCallback != 0) { in notifyAutoFocus()
1878 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS_MOVE, in notifyAutoFocus()
1885 if (l.mRemoteCallback != 0) { in notifyAutoFocus()
1886 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS, in notifyAutoFocus()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp314 if (l.mRemoteCallback != 0) { in manageDone()
315 l.mRemoteCallback->dataCallback(CAMERA_MSG_COMPRESSED_IMAGE, in manageDone()
726 if (l.mRemoteCallback != 0) { in shutterNotifyLocked()
728 l.mRemoteCallback->notifyCallback(CAMERA_MSG_SHUTTER, in shutterNotifyLocked()
732 l.mRemoteCallback->notifyCallback(CAMERA_MSG_RAW_IMAGE_NOTIFY, in shutterNotifyLocked()
DFrameProcessor.cpp389 if (l.mRemoteCallback != NULL) { in callbackFaceDetection()
390 l.mRemoteCallback->dataCallback(CAMERA_MSG_PREVIEW_METADATA, in callbackFaceDetection()
DCallbackProcessor.cpp435 if (l.mRemoteCallback != 0) { in processNewCallback()
438 l.mRemoteCallback->dataCallback(CAMERA_MSG_PREVIEW_FRAME, in processNewCallback()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.h38 return mRemoteCallback; in getRemoteCallback()
51 sp<hardware::camera2::ICameraDeviceCallbacks> mRemoteCallback; member
DCameraDeviceClient.cpp62 mRemoteCallback(remoteCallback) { in CameraDeviceClientBase()
1433 sp<hardware::camera2::ICameraDeviceCallbacks> remoteCb = mRemoteCallback; in onResultAvailable()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h336 return mRemoteCallback; in getRemoteCallback()
353 sp<hardware::ICameraClient> mRemoteCallback;
DCameraService.cpp2052 mRemoteCallback = cameraClient; in Client()
2290 if (mRemoteCallback != NULL) { in notifyError()
2291 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_RELEASED, 0); in notifyError()