Searched refs:deviceImpl (Results 1 – 5 of 5) sorted by relevance
165 sp<device::V3_4::implementation::ExternalCameraDevice> deviceImpl; in getCameraDeviceInterface_V3_x() local169 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() local254 if (deviceImpl == nullptr || deviceImpl->isInitFailed()) { in deviceAdded()258 deviceImpl.clear(); in deviceAdded()
584 sp<android::hardware::camera::device::V3_2::implementation::CameraDevice> deviceImpl; in getCameraDeviceInterface_V3_x() local590 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 …]
669 android.hardware.camera2.impl.CameraDeviceImpl deviceImpl = in openCameraDeviceUserAsync() local679 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()
69 android.hardware.camera2.impl.CameraDeviceImpl deviceImpl, in CameraConstrainedHighSpeedCaptureSessionImpl() argument75 stateExecutor, deviceImpl, deviceStateExecutor, configureSuccess); in CameraConstrainedHighSpeedCaptureSessionImpl()
92 android.hardware.camera2.impl.CameraDeviceImpl deviceImpl, in CameraCaptureSessionImpl() argument107 mDeviceImpl = checkNotNull(deviceImpl, "deviceImpl must not be null"); in CameraCaptureSessionImpl()