Home
last modified time | relevance | path

Searched refs:stopInjection (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/av/camera/aidl/android/hardware/camera2/
H A DICameraInjectionSession.aidl22 oneway void stopInjection(); in stopInjection() method
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraInjectionSessionImpl.java55 mInjectionSession.stopInjection(); in close()
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3DeviceInjectionMethods.cpp197 status_t Camera3Device::Camera3DeviceInjectionMethods::stopInjection() { in stopInjection() function in android::Camera3Device::Camera3DeviceInjectionMethods
H A DCamera3Device.h278 status_t stopInjection();
1384 status_t stopInjection();
H A DCamera3Device.cpp460 mInjectionMethods->stopInjection(); in disconnectImpl()
6658 res = mInjectionMethods->stopInjection(); in injectCamera()
6695 status_t Camera3Device::stopInjection() { in stopInjection() function in android::Camera3Device
6698 return mInjectionMethods->stopInjection(); in stopInjection()
/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h1217 binder::Status stopInjection() override;
H A DCameraService.cpp3895 binder::Status CameraService::CameraInjectionSession::stopInjection() { in stopInjection() function in android::CameraService::CameraInjectionSession