Searched refs:stopInjection (Results 1 – 12 of 12) sorted by relevance
22 oneway void stopInjection(); in stopInjection() method
55 mInjectionSession.stopInjection(); in close()
142 status_t stopInjection() override;
522 status_t Camera2ClientBase<TClientBase>::stopInjection() { in stopInjection() function in android::Camera2ClientBase523 return mDevice->stopInjection(); in stopInjection()
510 virtual status_t stopInjection() = 0;
126 status_t stopInjection() override;
380 status_t CameraOfflineSessionClient::stopInjection() { in stopInjection() function in android::CameraOfflineSessionClient
107 status_t Camera3Device::Camera3DeviceInjectionMethods::stopInjection() { in stopInjection() function in android::Camera3Device::Camera3DeviceInjectionMethods
355 status_t stopInjection();1566 status_t stopInjection();
337 mInjectionMethods->stopInjection(); in disconnectImpl()5640 res = mInjectionMethods->stopInjection(); in injectCamera()5686 status_t Camera3Device::stopInjection() { in stopInjection() function in android::Camera3Device5690 return mInjectionMethods->stopInjection(); in stopInjection()
442 virtual status_t stopInjection() = 0;1587 binder::Status stopInjection() override;
5277 baseClientPtr->stopInjection(); in binderDied()5287 binder::Status CameraService::CameraInjectionSession::stopInjection() { in stopInjection() function in android::CameraService::CameraInjectionSession5300 res = baseClientPtr->stopInjection(); in stopInjection()