Home
last modified time | relevance | path

Searched defs:getAllSources (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBleBroadcastAssistantBinderTest.java269 public void getAllSources() { in getAllSources() method in BleBroadcastAssistantBinderTest
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeBroadcastAssistant.aidl59 List<BluetoothLeBroadcastReceiveState> getAllSources(in BluetoothDevice sink); in getAllSources() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastAssistant.java1200 public List<BluetoothLeBroadcastReceiveState> getAllSources(@NonNull BluetoothDevice sink) { in getAllSources() method in BluetoothLeBroadcastAssistant
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java2721 public List<BluetoothLeBroadcastReceiveState> getAllSources(BluetoothDevice sink) { in getAllSources() method in BassClientService
3821 public List<BluetoothLeBroadcastReceiveState> getAllSources(BluetoothDevice sink) { in getAllSources() method in BassClientService.BluetoothLeBroadcastAssistantBinder
DBassClientStateMachine.java1356 public List<BluetoothLeBroadcastReceiveState> getAllSources() { in getAllSources() method