Home
last modified time | relevance | path

Searched defs:OnAudioState (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothA2dpSinkCallback.aidl22 void OnAudioState(String device_address, int state); in OnAudioState() method
H A DIBluetoothA2dpSourceCallback.aidl24 void OnAudioState(String device_address, int state); in OnAudioState() method
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_a2dp_sink_binder_server.cc165 void BluetoothA2dpSinkBinderServer::OnAudioState( in OnAudioState() function in ipc::binder::BluetoothA2dpSinkBinderServer
H A Dbluetooth_a2dp_source_binder_server.cc174 void BluetoothA2dpSourceBinderServer::OnAudioState( in OnAudioState() function in ipc::binder::BluetoothA2dpSourceBinderServer
/aosp12/system/bt/service/test/
H A Da2dp_source_unittest.cc60 void OnAudioState(const std::string& device_address, int state) override { in OnAudioState() function in bluetooth::__anon045f875d0110::TestDelegate
H A Da2dp_sink_unittest.cc64 void OnAudioState(const std::string& device_address, int state) override { in OnAudioState() function in bluetooth::__anonbf005d410110::TestDelegate