Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/tests/
Dmock_device_session_hwl.h64 status_t GetConfiguredHalStream(
150 MOCK_CONST_METHOD2(GetConfiguredHalStream,
Dmock_device_session_hwl.cc144 status_t FakeCameraDeviceSessionHwl::GetConfiguredHalStream( in GetConfiguredHalStream() function in android::google_camera_hal::FakeCameraDeviceSessionHwl
320 ON_CALL(*this, GetConfiguredHalStream(_, _)) in DelegateCallsToFakeSession()
323 &FakeCameraDeviceSessionHwl::GetConfiguredHalStream)); in DelegateCallsToFakeSession()
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.h99 virtual status_t GetConfiguredHalStream(
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceSessionHWLImpl.h86 status_t GetConfiguredHalStream(
DEmulatedCameraDeviceSessionHWLImpl.cpp193 status_t EmulatedCameraDeviceSessionHwlImpl::GetConfiguredHalStream( in GetConfiguredHalStream() function in android::EmulatedCameraDeviceSessionHwlImpl
/hardware/google/camera/common/hal/google_camera_hal/
Drealtime_process_block.cc128 return device_session_hwl_->GetConfiguredHalStream(pipeline_id_, hal_streams); in GetConfiguredHalStreams()
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()