Home
last modified time | relevance | path

Searched defs:isAutonomous (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_vc.cc68 bool mute, bool isAutonomous) override { in OnVolumeStateChanged()
75 bool isAutonomous) override { in OnGroupVolumeStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java254 void onVolumeStateChanged(int volume, boolean mute, byte[] address, boolean isAutonomous) { in onVolumeStateChanged()
269 void onGroupVolumeStateChanged(int volume, boolean mute, int groupId, boolean isAutonomous) { in onGroupVolumeStateChanged()
DVolumeControlService.java868 BluetoothDevice device, int groupId, int volume, boolean mute, boolean isAutonomous) { in handleVolumeControlChanged()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_vc.cpp72 bool mute, bool isAutonomous) override { in OnVolumeStateChanged()
93 bool mute, bool isAutonomous) override { in OnGroupVolumeStateChanged()