Home
last modified time | relevance | path

Searched refs:BluetoothAudioClientInterface (Results 1 – 5 of 5) sorted by relevance

/system/bt/audio_hal_interface/
Dclient_interface.cc164 BluetoothAudioClientInterface* clientif, in BluetoothAudioDeathRecipient()
176 &BluetoothAudioClientInterface::RenewAudioProviderAndSession, in serviceDied()
184 BluetoothAudioClientInterface* bluetooth_audio_clientif_;
188 BluetoothAudioClientInterface::BluetoothAudioClientInterface(IBluetoothTransportInstance* sink, in BluetoothAudioClientInterface() function in bluetooth::audio::BluetoothAudioClientInterface
210 BluetoothAudioClientInterface::~BluetoothAudioClientInterface() { in ~BluetoothAudioClientInterface()
220 BluetoothAudioClientInterface::GetAudioCapabilities() const { in GetAudioCapabilities()
224 void BluetoothAudioClientInterface::fetch_audio_provider() { in fetch_audio_provider()
294 bool BluetoothAudioClientInterface::UpdateAudioConfig( in UpdateAudioConfig()
319 int BluetoothAudioClientInterface::StartSession() { in StartSession()
377 void BluetoothAudioClientInterface::StreamStarted( in StreamStarted()
[all …]
Dclient_interface_unittest.cc42 using ::bluetooth::audio::BluetoothAudioClientInterface;
97 BluetoothAudioClientInterface* clientif_;
202 clientif_ = new BluetoothAudioClientInterface(test_transport_, nullptr); in TEST_F()
227 clientif_ = new BluetoothAudioClientInterface(test_transport_, nullptr); in TEST_F()
281 clientif_ = new BluetoothAudioClientInterface(test_transport_, nullptr); in TEST_F()
325 clientif_ = new BluetoothAudioClientInterface(test_transport_, nullptr); in TEST_F()
366 clientif_ = new BluetoothAudioClientInterface(test_transport_, nullptr); in TEST_F()
398 clientif_ = new BluetoothAudioClientInterface(test_transport_, nullptr); in TEST_F()
431 clientif_ = new BluetoothAudioClientInterface(test_transport_, nullptr); in TEST_F()
453 clientif_ = new BluetoothAudioClientInterface(test_transport_, nullptr); in TEST_F()
Dclient_interface.h123 class BluetoothAudioClientInterface {
128 BluetoothAudioClientInterface(
132 ~BluetoothAudioClientInterface();
Dhearing_aid_software_encoding.cc145 bluetooth::audio::BluetoothAudioClientInterface*
181 new bluetooth::audio::BluetoothAudioClientInterface(hearing_aid_sink, in init()
Da2dp_encoding.cc206 bluetooth::audio::BluetoothAudioClientInterface* a2dp_hal_clientif = nullptr;
561 *pcm_config = ::bluetooth::audio::BluetoothAudioClientInterface:: in a2dp_get_selected_hal_pcm_config()
608 a2dp_hal_clientif = new bluetooth::audio::BluetoothAudioClientInterface( in init()