Searched refs:OnAudioState (Results 1 – 12 of 12) sorted by relevance
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothA2dpSinkCallback.aidl | 22 void OnAudioState(String device_address, int state); in OnAudioState() method
|
D | IBluetoothA2dpSourceCallback.aidl | 24 void OnAudioState(String device_address, int state); in OnAudioState() method
|
/system/bt/service/ipc/binder/ |
D | bluetooth_a2dp_source_binder_server.cc | 174 void BluetoothA2dpSourceBinderServer::OnAudioState( in OnAudioState() function in ipc::binder::BluetoothA2dpSourceBinderServer 178 cb->OnAudioState(String16(device_address.c_str()), state); in OnAudioState()
|
D | bluetooth_a2dp_sink_binder_server.cc | 165 void BluetoothA2dpSinkBinderServer::OnAudioState( in OnAudioState() function in ipc::binder::BluetoothA2dpSinkBinderServer 174 cb->OnAudioState(String16(device_address.c_str()), state); in OnAudioState()
|
D | bluetooth_a2dp_sink_binder_server.h | 64 void OnAudioState(const std::string& device_address, int state) override;
|
D | bluetooth_a2dp_source_binder_server.h | 72 void OnAudioState(const std::string& device_address, int state) override;
|
/system/bt/service/ |
D | a2dp_sink.h | 41 virtual void OnAudioState(const std::string& device_address, int state) = 0;
|
D | a2dp_source.h | 42 virtual void OnAudioState(const std::string& device_address, int state) = 0;
|
D | a2dp_sink.cc | 127 delegate_->OnAudioState(device_address, static_cast<int>(state)); in AudioStateCallback()
|
D | a2dp_source.cc | 179 delegate_->OnAudioState(device_address, static_cast<int>(state)); in AudioStateCallback()
|
/system/bt/service/test/ |
D | a2dp_source_unittest.cc | 60 void OnAudioState(const std::string& device_address, int state) override { in OnAudioState() function in bluetooth::__anondbec48710111::TestDelegate
|
D | a2dp_sink_unittest.cc | 64 void OnAudioState(const std::string& device_address, int state) override { in OnAudioState() function in bluetooth::__anon3081c9550111::TestDelegate
|