Searched defs:setAudioRouteAllowed (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/ |
D | BluetoothHeadsetBinderTest.java | 194 public void setAudioRouteAllowed() { in setAudioRouteAllowed() method in BluetoothHeadsetBinderTest
|
/packages/modules/Bluetooth/system/binder/android/bluetooth/ |
D | IBluetoothHeadsetClient.aidl | 87 …void setAudioRouteAllowed(in BluetoothDevice device, boolean allowed, in AttributionSource attribu… in setAudioRouteAllowed() method
|
D | IBluetoothHeadset.aidl | 80 …oneway void setAudioRouteAllowed(boolean allowed, in AttributionSource attributionSource, in Synch… in setAudioRouteAllowed() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientService.java | 443 public void setAudioRouteAllowed(BluetoothDevice device, boolean allowed, in setAudioRouteAllowed() method in HeadsetClientService.BluetoothHeadsetClientBinder 912 public void setAudioRouteAllowed(BluetoothDevice device, boolean allowed) { in setAudioRouteAllowed() method in HeadsetClientService
|
D | HeadsetClientStateMachine.java | 2162 public void setAudioRouteAllowed(boolean allowed) { in setAudioRouteAllowed() method in HeadsetClientStateMachine
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHeadset.java | 903 public @SetAudioRouteAllowedReturnValues int setAudioRouteAllowed(boolean allowed) { in setAudioRouteAllowed() method in BluetoothHeadset
|
D | BluetoothHeadsetClient.java | 1589 public void setAudioRouteAllowed(BluetoothDevice device, boolean allowed) { in setAudioRouteAllowed() method in BluetoothHeadsetClient
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | HeadsetService.java | 790 public void setAudioRouteAllowed(boolean allowed, AttributionSource source, in setAudioRouteAllowed() method in HeadsetService.BluetoothHeadsetBinder 1290 public void setAudioRouteAllowed(boolean allowed) { in setAudioRouteAllowed() method in HeadsetService
|