Searched refs:OnAudioConfig (Results 1 – 12 of 12) sorted by relevance
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothA2dpSinkCallback.aidl | 23 void OnAudioConfig(String device_address, int sample_rate, int channel_count); in OnAudioConfig() method
|
D | IBluetoothA2dpSourceCallback.aidl | 25 void OnAudioConfig( in OnAudioConfig() method
|
/system/bt/service/ipc/binder/ |
D | bluetooth_a2dp_sink_binder_server.cc | 177 void BluetoothA2dpSinkBinderServer::OnAudioConfig( in OnAudioConfig() function in ipc::binder::BluetoothA2dpSinkBinderServer 187 cb->OnAudioConfig(String16(device_address.c_str()), sample_rate, in OnAudioConfig()
|
D | bluetooth_a2dp_source_binder_server.cc | 181 void BluetoothA2dpSourceBinderServer::OnAudioConfig( in OnAudioConfig() function in ipc::binder::BluetoothA2dpSourceBinderServer 193 cb->OnAudioConfig(String16(device_address.c_str()), codec_config, in OnAudioConfig()
|
D | bluetooth_a2dp_sink_binder_server.h | 65 void OnAudioConfig(const std::string& device_address, uint32_t sample_rate,
|
D | bluetooth_a2dp_source_binder_server.h | 73 void OnAudioConfig(
|
/system/bt/service/ |
D | a2dp_sink.h | 42 virtual void OnAudioConfig(const std::string& device_address,
|
D | a2dp_source.h | 43 virtual void OnAudioConfig(
|
D | a2dp_sink.cc | 137 delegate_->OnAudioConfig(device_address, sample_rate, channel_count); in AudioConfigCallback()
|
D | a2dp_source.cc | 197 delegate_->OnAudioConfig(device_address, codec_config, in AudioConfigCallback()
|
/system/bt/service/test/ |
D | a2dp_source_unittest.cc | 65 void OnAudioConfig( in OnAudioConfig() function in bluetooth::__anondbec48710111::TestDelegate
|
D | a2dp_sink_unittest.cc | 69 void OnAudioConfig(const std::string& device_address, uint32_t sample_rate, in OnAudioConfig() function in bluetooth::__anon3081c9550111::TestDelegate
|