Searched refs:DestroyPipelines (Results 1 – 10 of 10) sorted by relevance
67 void DestroyPipelines() override;154 MOCK_METHOD0(DestroyPipelines, void());
164 void FakeCameraDeviceSessionHwl::DestroyPipelines() { in DestroyPipelines() function in android::google_camera_hal::FakeCameraDeviceSessionHwl325 ON_CALL(*this, DestroyPipelines()) in DelegateCallsToFakeSession()327 &FakeCameraDeviceSessionHwl::DestroyPipelines)); in DelegateCallsToFakeSession()
289 EXPECT_CALL(*session_hwl, DestroyPipelines()) in TEST_F()
103 virtual void DestroyPipelines() = 0;
89 void DestroyPipelines() override;
237 void EmulatedCameraDeviceSessionHwlImpl::DestroyPipelines() { in DestroyPipelines() function in android::EmulatedCameraDeviceSessionHwlImpl
72 device_session_hwl_->DestroyPipelines(); in ~BasicCaptureSession()
151 device_session_hwl_->DestroyPipelines(); in ~DualIrCaptureSession()
109 device_session_hwl_->DestroyPipelines(); in ~HdrplusCaptureSession()
118 device_session_hwl_->DestroyPipelines(); in ~RgbirdCaptureSession()