Searched refs:GetConfiguredHalStream (Results 1 – 9 of 9) sorted by relevance
64 status_t GetConfiguredHalStream(150 MOCK_CONST_METHOD2(GetConfiguredHalStream,
144 status_t FakeCameraDeviceSessionHwl::GetConfiguredHalStream( in GetConfiguredHalStream() function in android::google_camera_hal::FakeCameraDeviceSessionHwl320 ON_CALL(*this, GetConfiguredHalStream(_, _)) in DelegateCallsToFakeSession()323 &FakeCameraDeviceSessionHwl::GetConfiguredHalStream)); in DelegateCallsToFakeSession()
176 EXPECT_CALL(*session_hwl_, GetConfiguredHalStream(_, _)) in TEST_F()217 EXPECT_CALL(*session_hwl_, GetConfiguredHalStream(_, _)).Times(num_streams); in TEST_F()
99 virtual status_t GetConfiguredHalStream(
86 status_t GetConfiguredHalStream(
193 status_t EmulatedCameraDeviceSessionHwlImpl::GetConfiguredHalStream( in GetConfiguredHalStream() function in android::EmulatedCameraDeviceSessionHwlImpl
128 return device_session_hwl_->GetConfiguredHalStream(pipeline_id_, hal_streams); in GetConfiguredHalStreams()
198 status_t res = device_session_hwl_->GetConfiguredHalStream( in GetConfiguredHalStreams()