Home
last modified time | relevance | path

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

/system/bt/service/common/android/bluetooth/
DIBluetoothA2dpSinkCallback.aidl23 void OnAudioConfig(String device_address, int sample_rate, int channel_count); in OnAudioConfig() method
DIBluetoothA2dpSourceCallback.aidl25 void OnAudioConfig( in OnAudioConfig() method
/system/bt/service/ipc/binder/
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()
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()
Dbluetooth_a2dp_sink_binder_server.h65 void OnAudioConfig(const std::string& device_address, uint32_t sample_rate,
Dbluetooth_a2dp_source_binder_server.h73 void OnAudioConfig(
/system/bt/service/
Da2dp_sink.h42 virtual void OnAudioConfig(const std::string& device_address,
Da2dp_source.h43 virtual void OnAudioConfig(
Da2dp_sink.cc137 delegate_->OnAudioConfig(device_address, sample_rate, channel_count); in AudioConfigCallback()
Da2dp_source.cc197 delegate_->OnAudioConfig(device_address, codec_config, in AudioConfigCallback()
/system/bt/service/test/
Da2dp_source_unittest.cc65 void OnAudioConfig( in OnAudioConfig() function in bluetooth::__anondbec48710111::TestDelegate
Da2dp_sink_unittest.cc69 void OnAudioConfig(const std::string& device_address, uint32_t sample_rate, in OnAudioConfig() function in bluetooth::__anon3081c9550111::TestDelegate