Searched refs:GetSource (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/ |
D | audio_hal_client_test.cc | 146 MOCK_METHOD((Source*), GetSource, 172 LeAudioClientInterface::Source* LeAudioClientInterface::GetSource( in GetSource() function in bluetooth::audio::le_audio::LeAudioClientInterface 175 return interface_mock->GetSource(stream_cb, message_loop); in GetSource() 295 ON_CALL(mock_client_interface_, GetSource(_, _)) in SetUp() 361 EXPECT_CALL(mock_client_interface_, GetSource(_, _)); in TEST_F()
|
D | audio_sink_hal_client.cc | 89 halInterface->GetSource(source_stream_cb, get_main_thread()); in Acquire()
|
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/ |
D | libbt_audio_hal_le_audio_software_fuzzer.cpp | 68 interface->GetSource(streamCb, &messageLoopThread); in LLVMFuzzerTestOneInput()
|
/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | le_audio_software.h | 182 Source* GetSource(StreamCallbacks stream_cb,
|
D | le_audio_software_host.cc | 570 LeAudioClientInterface::Source* LeAudioClientInterface::GetSource( in GetSource() function in bluetooth::audio::le_audio::LeAudioClientInterface
|
D | le_audio_software_unittest.cc | 604 source_ = LeAudioClientInterface::Get()->GetSource( in SetUp()
|
D | le_audio_software.cc | 1003 LeAudioClientInterface::Source* LeAudioClientInterface::GetSource( in GetSource() function in bluetooth::audio::le_audio::LeAudioClientInterface
|