Home
last modified time | relevance | path

Searched refs:NotifyAudioConfig (Results 1 – 4 of 4) sorted by relevance

/system/bt/service/hal/
Dfake_bluetooth_av_interface.h68 void NotifyAudioConfig(
75 void NotifyAudioConfig(const RawAddress& bda, uint32_t sample_rate,
Dfake_bluetooth_av_interface.cc127 void FakeBluetoothAvInterface::NotifyAudioConfig( in NotifyAudioConfig() function in bluetooth::hal::FakeBluetoothAvInterface
149 void FakeBluetoothAvInterface::NotifyAudioConfig(const RawAddress& bda, in NotifyAudioConfig() function in bluetooth::hal::FakeBluetoothAvInterface
/system/bt/service/test/
Da2dp_source_unittest.cc237 fake_hal_av_iface_->NotifyAudioConfig(hal_addr, codec_config, in TEST_F()
Da2dp_sink_unittest.cc261 fake_hal_av_iface_->NotifyAudioConfig(hal_addr, kSampleRate, kChannelCount); in TEST_F()