Home
last modified time | relevance | path

Searched refs:ConfigurePipeline (Results 1 – 10 of 10) sorted by relevance

/hardware/google/camera/common/hal/tests/
Dmock_device_session_hwl.cc60 status_t FakeCameraDeviceSessionHwl::ConfigurePipeline( in ConfigurePipeline() function in android::google_camera_hal::FakeCameraDeviceSessionHwl
308 ON_CALL(*this, ConfigurePipeline(_, _, _, _, _)) in DelegateCallsToFakeSession()
310 &FakeCameraDeviceSessionHwl::ConfigurePipeline)); in DelegateCallsToFakeSession()
Dmock_device_session_hwl.h47 status_t ConfigurePipeline(uint32_t camera_id,
136 MOCK_METHOD5(ConfigurePipeline,
Dprocess_block_tests.cc175 EXPECT_CALL(*session_hwl_, ConfigurePipeline(_, _, _, _, _)).Times(1); in TEST_F()
215 EXPECT_CALL(*session_hwl_, ConfigurePipeline(_, _, _, _, _)) in TEST_F()
Dcamera_device_session_tests.cc336 EXPECT_CALL(*session_hwl, ConfigurePipeline(/*camera_id=*/_, in TEST_F()
374 EXPECT_CALL(*session_hwl, ConfigurePipeline(_, _, _, _, _)).Times(1); in TEST_F()
/hardware/google/camera/common/hal/hwl_interface/
Dcamera_device_session_hwl.h65 virtual status_t ConfigurePipeline(uint32_t camera_id,
/hardware/google/camera/common/hal/google_camera_hal/
Drealtime_process_block.cc101 status_t res = device_session_hwl_->ConfigurePipeline( in ConfigureStreams()
/hardware/google/camera/common/hal/utils/
Dhdrplus_process_block.cc101 status_t res = device_session_hwl_->ConfigurePipeline( in ConfigureStreams()
Dmulticam_realtime_process_block.cc160 res = device_session_hwl_->ConfigurePipeline( in ConfigureStreams()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceSessionHWLImpl.h97 status_t ConfigurePipeline(uint32_t physical_camera_id,
DEmulatedCameraDeviceSessionHWLImpl.cpp227 status_t EmulatedCameraDeviceSessionHwlImpl::ConfigurePipeline( in ConfigurePipeline() function in android::EmulatedCameraDeviceSessionHwlImpl