Home
last modified time | relevance | path

Searched refs:OnAudioConfig (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothA2dpSinkCallback.aidl23 void OnAudioConfig(String device_address, int sample_rate, int channel_count); in OnAudioConfig() method
H A DIBluetoothA2dpSourceCallback.aidl25 void OnAudioConfig( in OnAudioConfig() method
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_a2dp_sink_binder_server.cc177 void BluetoothA2dpSinkBinderServer::OnAudioConfig( in OnAudioConfig() function in ipc::binder::BluetoothA2dpSinkBinderServer
187 cb->OnAudioConfig(String16(device_address.c_str()), sample_rate, in OnAudioConfig()
H A Dbluetooth_a2dp_source_binder_server.cc181 void BluetoothA2dpSourceBinderServer::OnAudioConfig( in OnAudioConfig() function in ipc::binder::BluetoothA2dpSourceBinderServer
193 cb->OnAudioConfig(String16(device_address.c_str()), codec_config, in OnAudioConfig()
H A Dbluetooth_a2dp_sink_binder_server.h65 void OnAudioConfig(const std::string& device_address, uint32_t sample_rate,
H A Dbluetooth_a2dp_source_binder_server.h73 void OnAudioConfig(
/aosp12/system/bt/service/
H A Da2dp_sink.h42 virtual void OnAudioConfig(const std::string& device_address,
H A Da2dp_source.h43 virtual void OnAudioConfig(
H A Da2dp_sink.cc137 delegate_->OnAudioConfig(device_address, sample_rate, channel_count); in AudioConfigCallback()
H A Da2dp_source.cc197 delegate_->OnAudioConfig(device_address, codec_config, in AudioConfigCallback()
/aosp12/system/bt/service/test/
H A Da2dp_source_unittest.cc65 void OnAudioConfig( in OnAudioConfig() function in bluetooth::__anon045f875d0110::TestDelegate
H A Da2dp_sink_unittest.cc69 void OnAudioConfig(const std::string& device_address, uint32_t sample_rate, in OnAudioConfig() function in bluetooth::__anonbf005d410110::TestDelegate