Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHearingAid.aidl43 List<BluetoothDevice> getActiveDevices(in AttributionSource attributionSource); in getActiveDevices() method
DIBluetoothLeAudio.aidl51 List<BluetoothDevice> getActiveDevices(in AttributionSource attributionSource); in getActiveDevices() method
DIBluetooth.aidl242 List<BluetoothDevice> getActiveDevices(in int profile, in AttributionSource attributionSource); in getActiveDevices() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidService.java623 public List<BluetoothDevice> getActiveDevices() { in getActiveDevices() method in HearingAidService
1038 public List<BluetoothDevice> getActiveDevices(AttributionSource source) { in getActiveDevices() method in HearingAidService.BluetoothHearingAidBinder
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHearingAid.java549 public @NonNull List<BluetoothDevice> getActiveDevices() { in getActiveDevices() method in BluetoothHearingAid
DBluetoothLeAudio.java1079 public List<BluetoothDevice> getActiveDevices() { in getActiveDevices() method in BluetoothLeAudio
DBluetoothAdapter.java2243 public @NonNull List<BluetoothDevice> getActiveDevices(@ActiveDeviceProfile int profile) { in getActiveDevices() method in BluetoothAdapter
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAudioRoutingManager.java193 List<BluetoothDevice> getActiveDevices(int profile) { in getActiveDevices() method in AudioRoutingManager
DAdapterService.java2893 public List<BluetoothDevice> getActiveDevices( in getActiveDevices() method in AdapterService.AdapterServiceBinder
5193 public List<BluetoothDevice> getActiveDevices(@ActiveDeviceProfile int profile) { in getActiveDevices() method in AdapterService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBinderTest.java191 public void getActiveDevices() { in getActiveDevices() method in LeAudioBinderTest
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java2287 public List<BluetoothDevice> getActiveDevices() { in getActiveDevices() method in LeAudioService
5052 public List<BluetoothDevice> getActiveDevices(AttributionSource source) { in getActiveDevices() method in LeAudioService.BluetoothLeAudioBinder