Searched refs:DestroyPipelines (Results 1 – 10 of 10) sorted by relevance
163 void FakeCameraDeviceSessionHwl::DestroyPipelines() { in DestroyPipelines() function in android::google_camera_hal::FakeCameraDeviceSessionHwl330 ON_CALL(*this, DestroyPipelines()) in DelegateCallsToFakeSession()332 &FakeCameraDeviceSessionHwl::DestroyPipelines)); in DelegateCallsToFakeSession()
68 void DestroyPipelines() override;157 MOCK_METHOD0(DestroyPipelines, void());
349 EXPECT_CALL(*session_hwl, DestroyPipelines()) in TEST_F()
104 virtual void DestroyPipelines() = 0;
120 void DestroyPipelines() override;
360 void EmulatedCameraDeviceSessionHwlImpl::DestroyPipelines() { in DestroyPipelines() function in android::EmulatedCameraDeviceSessionHwlImpl
72 device_session_hwl_->DestroyPipelines(); in ~BasicCaptureSession()
239 camera_device_session_hwl_->DestroyPipelines(); in ~ZslSnapshotCaptureSession()
110 device_session_hwl_->DestroyPipelines(); in ~HdrplusCaptureSession()
118 device_session_hwl_->DestroyPipelines(); in ~RgbirdCaptureSession()