Searched refs:stopInjection (Results 1 – 12 of 12) sorted by relevance
22 oneway void stopInjection(); in stopInjection() method
55 mInjectionSession.stopInjection(); in close()
116 status_t stopInjection() override;
363 status_t CameraOfflineSessionClient::stopInjection() { in stopInjection() function in android::CameraOfflineSessionClient
133 status_t stopInjection() override;
528 status_t Camera2ClientBase<TClientBase>::stopInjection() { in stopInjection() function in android::Camera2ClientBase529 return mDevice->stopInjection(); in stopInjection()
485 virtual status_t stopInjection() = 0;
106 status_t Camera3Device::Camera3DeviceInjectionMethods::stopInjection() { in stopInjection() function in android::Camera3Device::Camera3DeviceInjectionMethods
310 status_t stopInjection();1393 status_t stopInjection();
317 mInjectionMethods->stopInjection(); in disconnectImpl()5236 res = mInjectionMethods->stopInjection(); in injectCamera()5282 status_t Camera3Device::stopInjection() { in stopInjection() function in android::Camera3Device5286 return mInjectionMethods->stopInjection(); in stopInjection()
364 virtual status_t stopInjection() = 0;1364 binder::Status stopInjection() override;
4318 baseClientPtr->stopInjection(); in binderDied()4328 binder::Status CameraService::CameraInjectionSession::stopInjection() { in stopInjection() function in android::CameraService::CameraInjectionSession4341 res = baseClientPtr->stopInjection(); in stopInjection()