Searched refs:mRemoteCallback (Results 1 – 12 of 12) sorted by relevance
/frameworks/av/services/camera/libcameraservice/common/ |
D | Camera2ClientBase.cpp | 220 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()
|
D | Camera2ClientBase.h | 97 sp<TCamCallbacks> &mRemoteCallback; variable 105 sp<TCamCallbacks> mRemoteCallback;
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | CameraClient.cpp | 186 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 …]
|
D | Camera2Client.cpp | 471 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/ |
D | CameraDeviceClient.h | 35 return mRemoteCallback; in getRemoteCallback() 48 sp<ICameraDeviceCallbacks> mRemoteCallback; member
|
D | CameraDeviceClient.cpp | 53 mRemoteCallback(remoteCallback) { in CameraDeviceClientBase() 854 sp<ICameraDeviceCallbacks> remoteCb = mRemoteCallback; in onResultAvailable()
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | CaptureSequencer.cpp | 312 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()
|
D | FrameProcessor.cpp | 377 if (l.mRemoteCallback != NULL) { in callbackFaceDetection() 378 l.mRemoteCallback->dataCallback(CAMERA_MSG_PREVIEW_METADATA, in callbackFaceDetection()
|
D | CallbackProcessor.cpp | 436 if (l.mRemoteCallback != 0) { in processNewCallback() 439 l.mRemoteCallback->dataCallback(CAMERA_MSG_PREVIEW_FRAME, in processNewCallback()
|
D | StreamingProcessor.cpp | 840 if (l.mRemoteCallback != 0) { in processRecordingFrame() 841 l.mRemoteCallback->dataCallbackTimestamp(timestamp, in processRecordingFrame()
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.h | 309 return mRemoteCallback; in getRemoteCallback() 329 sp<ICameraClient> mRemoteCallback; variable
|
D | CameraService.cpp | 1834 mRemoteCallback = cameraClient; in Client() 2027 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_RELEASED, 0); in notifyError()
|