Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCamera2ClientBase.cpp220 TClientBase::mRemoteCallback = client; in connect()
314 mRemoteCallback(client.mRemoteCallback), in Lock()
329 mRemoteCallback(client) { in SharedCameraCallbacks()
338 mRemoteCallback = client; in operator =()
345 mRemoteCallback.clear(); in clear()
DCamera2ClientBase.h97 sp<TCamCallbacks> &mRemoteCallback; variable
105 sp<TCamCallbacks> mRemoteCallback;
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.cpp186 mRemoteCallback.clear(); in unlock()
203 if (mRemoteCallback != 0 && in connect()
204 (IInterface::asBinder(client) == IInterface::asBinder(mRemoteCallback))) { in connect()
211 mRemoteCallback = client; in connect()
785 sp<ICameraClient> c = mRemoteCallback; in handleShutter()
816 sp<ICameraClient> c = mRemoteCallback; in handlePreviewData()
846 sp<ICameraClient> c = mRemoteCallback; in handlePostview()
861 sp<ICameraClient> c = mRemoteCallback; in handleRawPicture()
872 sp<ICameraClient> c = mRemoteCallback; in handleCompressedPicture()
882 sp<ICameraClient> c = mRemoteCallback; in handleGenericNotify()
[all …]
DCamera2Client.cpp471 mRemoteCallback = client; in connect()
513 mRemoteCallback.clear(); in unlock()
1318 if (l.mRemoteCallback != 0) { in autoFocus()
1319 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS, in autoFocus()
1764 if (l.mRemoteCallback != nullptr) { in notifyError()
1765 l.mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, err, 0); in notifyError()
1886 if (l.mRemoteCallback != 0) { in notifyAutoFocus()
1887 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS_MOVE, in notifyAutoFocus()
1894 if (l.mRemoteCallback != 0) { in notifyAutoFocus()
1895 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS, in notifyAutoFocus()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.h35 return mRemoteCallback; in getRemoteCallback()
48 sp<ICameraDeviceCallbacks> mRemoteCallback; member
DCameraDeviceClient.cpp53 mRemoteCallback(remoteCallback) { in CameraDeviceClientBase()
854 sp<ICameraDeviceCallbacks> remoteCb = mRemoteCallback; in onResultAvailable()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp312 if (l.mRemoteCallback != 0) { in manageDone()
313 l.mRemoteCallback->dataCallback(CAMERA_MSG_COMPRESSED_IMAGE, in manageDone()
787 if (l.mRemoteCallback != 0) { in shutterNotifyLocked()
789 l.mRemoteCallback->notifyCallback(CAMERA_MSG_SHUTTER, in shutterNotifyLocked()
793 l.mRemoteCallback->notifyCallback(CAMERA_MSG_RAW_IMAGE_NOTIFY, in shutterNotifyLocked()
DFrameProcessor.cpp377 if (l.mRemoteCallback != NULL) { in callbackFaceDetection()
378 l.mRemoteCallback->dataCallback(CAMERA_MSG_PREVIEW_METADATA, in callbackFaceDetection()
DCallbackProcessor.cpp436 if (l.mRemoteCallback != 0) { in processNewCallback()
439 l.mRemoteCallback->dataCallback(CAMERA_MSG_PREVIEW_FRAME, in processNewCallback()
DStreamingProcessor.cpp840 if (l.mRemoteCallback != 0) { in processRecordingFrame()
841 l.mRemoteCallback->dataCallbackTimestamp(timestamp, in processRecordingFrame()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h309 return mRemoteCallback; in getRemoteCallback()
329 sp<ICameraClient> mRemoteCallback; variable
DCameraService.cpp1834 mRemoteCallback = cameraClient; in Client()
2027 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_RELEASED, 0); in notifyError()