Home
last modified time | relevance | path

Searched refs:OnAudioState (Results 1 – 11 of 11) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetoothA2dpSinkCallback.aidl22 void OnAudioState(String device_address, int state); in OnAudioState() method
DIBluetoothA2dpSourceCallback.aidl24 void OnAudioState(String device_address, int state); in OnAudioState() method
/system/bt/service/ipc/binder/
Dbluetooth_a2dp_source_binder_server.cc174 void BluetoothA2dpSourceBinderServer::OnAudioState( in OnAudioState() function in ipc::binder::BluetoothA2dpSourceBinderServer
178 cb->OnAudioState(String16(device_address.c_str()), state); in OnAudioState()
Dbluetooth_a2dp_sink_binder_server.cc165 void BluetoothA2dpSinkBinderServer::OnAudioState( in OnAudioState() function in ipc::binder::BluetoothA2dpSinkBinderServer
174 cb->OnAudioState(String16(device_address.c_str()), state); in OnAudioState()
Dbluetooth_a2dp_sink_binder_server.h64 void OnAudioState(const std::string& device_address, int state) override;
Dbluetooth_a2dp_source_binder_server.h72 void OnAudioState(const std::string& device_address, int state) override;
/system/bt/service/
Da2dp_sink.h41 virtual void OnAudioState(const std::string& device_address, int state) = 0;
Da2dp_source.h42 virtual void OnAudioState(const std::string& device_address, int state) = 0;
Da2dp_sink.cc127 delegate_->OnAudioState(device_address, static_cast<int>(state)); in AudioStateCallback()
Da2dp_source.cc179 delegate_->OnAudioState(device_address, static_cast<int>(state)); in AudioStateCallback()
/system/bt/service/test/
Da2dp_sink_unittest.cc64 void OnAudioState(const std::string& device_address, int state) override { in OnAudioState() function in bluetooth::__anonaa9dfa1e0111::TestDelegate