Home
last modified time | relevance | path

Searched defs:getActiveDevices (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothHearingAid.aidl44 …void getActiveDevices(in AttributionSource attributionSource, in SynchronousResultReceiver receive… in getActiveDevices() method
DIBluetoothLeAudio.aidl52 …void getActiveDevices(in AttributionSource attributionSource, in SynchronousResultReceiver receive… in getActiveDevices() method
DIBluetooth.aidl246 …oneway void getActiveDevices(in int profile, in AttributionSource attributionSource, in Synchronou… in getActiveDevices() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidService.java670 public List<BluetoothDevice> getActiveDevices() { in getActiveDevices() method in HearingAidService
1096 public void getActiveDevices(AttributionSource source, in getActiveDevices() method in HearingAidService.BluetoothHearingAidBinder
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHearingAid.java597 public @NonNull List<BluetoothDevice> getActiveDevices() { in getActiveDevices() method in BluetoothHearingAid
DBluetoothLeAudio.java1074 public List<BluetoothDevice> getActiveDevices() { in getActiveDevices() method in BluetoothLeAudio
DBluetoothAdapter.java2319 public @NonNull List<BluetoothDevice> getActiveDevices(@ActiveDeviceProfile int profile) { in getActiveDevices() method in BluetoothAdapter
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBinderTest.java161 public void getActiveDevices() { in getActiveDevices() method in LeAudioBinderTest
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java1451 public List<BluetoothDevice> getActiveDevices() { in getActiveDevices() method in LeAudioService
3250 public void getActiveDevices(AttributionSource source, SynchronousResultReceiver receiver) { in getActiveDevices() method in LeAudioService.BluetoothLeAudioBinder
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java2820 public void getActiveDevices(@ActiveDeviceProfile int profile, in getActiveDevices() method in AdapterService.AdapterServiceBinder
2832 private List<BluetoothDevice> getActiveDevices(@ActiveDeviceProfile int profile, in getActiveDevices() method in AdapterService.AdapterServiceBinder
5576 public List<BluetoothDevice> getActiveDevices(@ActiveDeviceProfile int profile) { in getActiveDevices() method in AdapterService