Home
last modified time | relevance | path

Searched refs:deviceImpl (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/camera/provider/2.4/default/
H A DExternalCameraProviderImpl_2_4.cpp165 sp<device::V3_4::implementation::ExternalCameraDevice> deviceImpl; in getCameraDeviceInterface_V3_x() local
169 deviceImpl = new device::V3_4::implementation::ExternalCameraDevice( in getCameraDeviceInterface_V3_x()
175 deviceImpl = new device::V3_5::implementation::ExternalCameraDevice( in getCameraDeviceInterface_V3_x()
181 deviceImpl = new device::V3_6::implementation::ExternalCameraDevice( in getCameraDeviceInterface_V3_x()
191 if (deviceImpl == nullptr || deviceImpl->isInitFailed()) { in getCameraDeviceInterface_V3_x()
198 deviceImpl->getInterface()->interfaceChain([]( in getCameraDeviceInterface_V3_x()
207 _hidl_cb (Status::OK, deviceImpl->getInterface()); in getCameraDeviceInterface_V3_x()
252 sp<device::V3_4::implementation::ExternalCameraDevice> deviceImpl = in deviceAdded() local
254 if (deviceImpl == nullptr || deviceImpl->isInitFailed()) { in deviceAdded()
258 deviceImpl.clear(); in deviceAdded()
H A DLegacyCameraProviderImpl_2_4.cpp584 sp<android::hardware::camera::device::V3_2::implementation::CameraDevice> deviceImpl; in getCameraDeviceInterface_V3_x() local
590 deviceImpl = new android::hardware::camera::device::V3_4::implementation::CameraDevice( in getCameraDeviceInterface_V3_x()
593 deviceImpl = new android::hardware::camera::device::V3_5::implementation::CameraDevice( in getCameraDeviceInterface_V3_x()
596 if (deviceImpl == nullptr || deviceImpl->isInitFailed()) { in getCameraDeviceInterface_V3_x()
602 deviceImpl->getInterface()->interfaceChain([]( in getCameraDeviceInterface_V3_x()
610 _hidl_cb (Status::OK, deviceImpl->getInterface()); in getCameraDeviceInterface_V3_x()
621 deviceImpl = new android::hardware::camera::device::V3_2::implementation::CameraDevice( in getCameraDeviceInterface_V3_x()
623 if (deviceImpl == nullptr || deviceImpl->isInitFailed()) { in getCameraDeviceInterface_V3_x()
632 deviceImpl = new android::hardware::camera::device::V3_3::implementation::CameraDevice( in getCameraDeviceInterface_V3_x()
634 if (deviceImpl == nullptr || deviceImpl->isInitFailed()) { in getCameraDeviceInterface_V3_x()
[all …]
/aosp12/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java669 android.hardware.camera2.impl.CameraDeviceImpl deviceImpl = in openCameraDeviceUserAsync() local
679 ICameraDeviceCallbacks callbacks = deviceImpl.getCallbacks(); in openCameraDeviceUserAsync()
702 deviceImpl.setRemoteFailure(e); in openCameraDeviceUserAsync()
719 deviceImpl.setRemoteFailure(sse); in openCameraDeviceUserAsync()
728 deviceImpl.setRemoteDevice(cameraUser); in openCameraDeviceUserAsync()
729 device = deviceImpl; in openCameraDeviceUserAsync()
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraConstrainedHighSpeedCaptureSessionImpl.java69 android.hardware.camera2.impl.CameraDeviceImpl deviceImpl, in CameraConstrainedHighSpeedCaptureSessionImpl() argument
75 stateExecutor, deviceImpl, deviceStateExecutor, configureSuccess); in CameraConstrainedHighSpeedCaptureSessionImpl()
H A DCameraCaptureSessionImpl.java92 android.hardware.camera2.impl.CameraDeviceImpl deviceImpl, in CameraCaptureSessionImpl() argument
107 mDeviceImpl = checkNotNull(deviceImpl, "deviceImpl must not be null"); in CameraCaptureSessionImpl()