Home
last modified time | relevance | path

Searched defs:allowLowLatencyAudio (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterNativeInterface.java250 boolean allowLowLatencyAudio(boolean allowed, byte[] address) { in allowLowLatencyAudio() method in AdapterNativeInterface
DAdapterServiceBinder.java1708 public boolean allowLowLatencyAudio(boolean allowed, BluetoothDevice device) { in allowLowLatencyAudio() method in AdapterServiceBinder
DAdapterService.java4923 public boolean allowLowLatencyAudio(boolean allowed, BluetoothDevice device) { in allowLowLatencyAudio() method
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl267 boolean allowLowLatencyAudio(in boolean allowed, in BluetoothDevice device); in allowLowLatencyAudio() method