Searched defs:isGroupOp (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothLeBroadcastAssistant.aidl | 53 …rce(in BluetoothDevice sink, in BluetoothLeBroadcastMetadata sourceMetadata, in boolean isGroupOp); in addSource()
|
D | IBluetoothVolumeControl.aidl | 62 …void setDeviceVolume(in BluetoothDevice device, int volume, boolean isGroupOp, in AttributionSourc… in setDeviceVolume()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BassClientService.java | 263 boolean isGroupOp) { in AddSourceData() 954 private void setSourceGroupManaged(BluetoothDevice sink, int sourceId, boolean isGroupOp) { in setSourceGroupManaged() 1021 private List<BluetoothDevice> getTargetDeviceList(BluetoothDevice device, boolean isGroupOp) { in getTargetDeviceList() 2371 BluetoothDevice sink, BluetoothLeBroadcastMetadata sourceMetadata, boolean isGroupOp) { in addSource() 3775 boolean isGroupOp) { in addSource()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothLeBroadcastAssistant.java | 1021 boolean isGroupOp) { in addSource()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
D | VolumeControlService.java | 589 void setDeviceVolume(BluetoothDevice device, int volume, boolean isGroupOp) { in setDeviceVolume() 1570 BluetoothDevice device, int volume, boolean isGroupOp, AttributionSource source) { in setDeviceVolume()
|