Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/tests/
Dmock_device_session_hwl.cc143 status_t FakeCameraDeviceSessionHwl::GetConfiguredHalStream( in GetConfiguredHalStream() function in android::google_camera_hal::FakeCameraDeviceSessionHwl
325 ON_CALL(*this, GetConfiguredHalStream(_, _)) in DelegateCallsToFakeSession()
328 &FakeCameraDeviceSessionHwl::GetConfiguredHalStream)); in DelegateCallsToFakeSession()
Dmock_device_session_hwl.h65 status_t GetConfiguredHalStream(
153 MOCK_CONST_METHOD2(GetConfiguredHalStream,
Dprocess_block_tests.cc176 EXPECT_CALL(*session_hwl_, GetConfiguredHalStream(_, _)) in TEST_F()
217 EXPECT_CALL(*session_hwl_, GetConfiguredHalStream(_, _)).Times(num_streams); in TEST_F()
/hardware/google/camera/common/hal/hwl_interface/
Dcamera_device_session_hwl.h100 virtual status_t GetConfiguredHalStream(
/hardware/google/camera/common/hal/google_camera_hal/
Drealtime_process_block.cc128 return device_session_hwl_->GetConfiguredHalStream(pipeline_id_, hal_streams); in GetConfiguredHalStreams()
Dcapture_session_wrapper_process_block.cc160 return camera_device_session_hwl_->GetConfiguredHalStream(pipeline_id_, in GetConfiguredHalStreams()
/hardware/google/camera/common/hal/utils/
Dhdrplus_process_block.cc128 return device_session_hwl_->GetConfiguredHalStream(pipeline_id_, hal_streams); in GetConfiguredHalStreams()
Dmulticam_realtime_process_block.cc198 status_t res = device_session_hwl_->GetConfiguredHalStream( in GetConfiguredHalStreams()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceSessionHWLImpl.h117 status_t GetConfiguredHalStream(
DEmulatedCameraDeviceSessionHWLImpl.cpp309 status_t EmulatedCameraDeviceSessionHwlImpl::GetConfiguredHalStream( in GetConfiguredHalStream() function in android::EmulatedCameraDeviceSessionHwlImpl