Searched refs:BluetoothAudioClientInterface (Results 1 – 6 of 6) sorted by relevance
/system/bt/audio_hal_interface/ |
D | client_interface.cc | 165 BluetoothAudioClientInterface* clientif, in BluetoothAudioDeathRecipient() 178 &BluetoothAudioClientInterface::RenewAudioProviderAndSession, in serviceDied() 186 BluetoothAudioClientInterface* bluetooth_audio_clientif_; 190 BluetoothAudioClientInterface::BluetoothAudioClientInterface(IBluetoothTransportInstance* sink, in BluetoothAudioClientInterface() function in bluetooth::audio::BluetoothAudioClientInterface 201 BluetoothAudioClientInterface::~BluetoothAudioClientInterface() { in ~BluetoothAudioClientInterface() 211 BluetoothAudioClientInterface::GetAudioCapabilities() const { in GetAudioCapabilities() 215 bool BluetoothAudioClientInterface::IsSupported() { in IsSupported() 237 BluetoothAudioClientInterface::GetAudioCapabilities(SessionType session_type) { in GetAudioCapabilities() 265 void BluetoothAudioClientInterface::FetchAudioProvider() { in FetchAudioProvider() 331 bool BluetoothAudioClientInterface::UpdateAudioConfig( in UpdateAudioConfig() [all …]
|
D | client_interface_unittest.cc | 41 using ::bluetooth::audio::BluetoothAudioClientInterface; 150 BluetoothAudioClientInterface* clientif_ = nullptr; 276 clientif_ = new BluetoothAudioClientInterface(test_transport_, nullptr); in TEST_F() 375 clientif_ = new BluetoothAudioClientInterface(test_transport_, nullptr); in TEST_F() 394 clientif_ = new BluetoothAudioClientInterface(test_transport_, nullptr); in TEST_F() 447 clientif_ = new BluetoothAudioClientInterface(test_transport_, nullptr); in TEST_F() 466 clientif_ = new BluetoothAudioClientInterface(test_transport_, nullptr); in TEST_F() 516 clientif_ = new BluetoothAudioClientInterface(test_transport_, nullptr); in TEST_F() 535 clientif_ = new BluetoothAudioClientInterface(test_transport_, nullptr); in TEST_F() 580 clientif_ = new BluetoothAudioClientInterface(test_transport_, nullptr); in TEST_F() [all …]
|
D | a2dp_encoding.cc | 38 using ::bluetooth::audio::BluetoothAudioClientInterface; 193 BluetoothAudioClientInterface* software_hal_interface = nullptr; 194 BluetoothAudioClientInterface* offloading_hal_interface = nullptr; 195 BluetoothAudioClientInterface* active_hal_interface = nullptr; 290 *pcm_config = ::bluetooth::audio::BluetoothAudioClientInterface:: in a2dp_get_selected_hal_pcm_config() 347 software_hal_interface = new bluetooth::audio::BluetoothAudioClientInterface( in init() 360 new bluetooth::audio::BluetoothAudioClientInterface(a2dp_sink, in init()
|
D | client_interface.h | 122 class BluetoothAudioClientInterface { 127 BluetoothAudioClientInterface( 131 ~BluetoothAudioClientInterface();
|
D | hearing_aid_software_encoding.cc | 145 bluetooth::audio::BluetoothAudioClientInterface* 181 new bluetooth::audio::BluetoothAudioClientInterface(hearing_aid_sink, in init()
|
D | codec_status.cc | 473 audio_hal_capabilities = BluetoothAudioClientInterface::GetAudioCapabilities( in UpdateOffloadingCapabilities()
|