Searched defs:OnAudioState (Results 1 – 5 of 5) 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_sink_binder_server.cc | 165 void BluetoothA2dpSinkBinderServer::OnAudioState( in OnAudioState() function in ipc::binder::BluetoothA2dpSinkBinderServer |
| D | bluetooth_a2dp_source_binder_server.cc | 174 void BluetoothA2dpSourceBinderServer::OnAudioState( in OnAudioState() function in ipc::binder::BluetoothA2dpSourceBinderServer |
| /system/bt/service/test/ | ||
| D | a2dp_sink_unittest.cc | 64 void OnAudioState(const std::string& device_address, int state) override { in OnAudioState() function in bluetooth::__anonaa9dfa1e0111::TestDelegate |