Searched refs:mRemoteCallback (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/services/camera/libcameraservice/common/ |
D | Camera2ClientBase.cpp | 231 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()
|
D | Camera2ClientBase.h | 98 sp<TCamCallbacks> &mRemoteCallback; variable 106 sp<TCamCallbacks> mRemoteCallback;
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | CameraClient.cpp | 194 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 …]
|
D | Camera2Client.cpp | 478 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/ |
D | CaptureSequencer.cpp | 314 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()
|
D | FrameProcessor.cpp | 389 if (l.mRemoteCallback != NULL) { in callbackFaceDetection() 390 l.mRemoteCallback->dataCallback(CAMERA_MSG_PREVIEW_METADATA, in callbackFaceDetection()
|
D | CallbackProcessor.cpp | 435 if (l.mRemoteCallback != 0) { in processNewCallback() 438 l.mRemoteCallback->dataCallback(CAMERA_MSG_PREVIEW_FRAME, in processNewCallback()
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | CameraDeviceClient.h | 38 return mRemoteCallback; in getRemoteCallback() 51 sp<hardware::camera2::ICameraDeviceCallbacks> mRemoteCallback; member
|
D | CameraDeviceClient.cpp | 62 mRemoteCallback(remoteCallback) { in CameraDeviceClientBase() 1433 sp<hardware::camera2::ICameraDeviceCallbacks> remoteCb = mRemoteCallback; in onResultAvailable()
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.h | 336 return mRemoteCallback; in getRemoteCallback() 353 sp<hardware::ICameraClient> mRemoteCallback;
|
D | CameraService.cpp | 2052 mRemoteCallback = cameraClient; in Client() 2290 if (mRemoteCallback != NULL) { in notifyError() 2291 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_RELEASED, 0); in notifyError()
|