Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceBinderTest.java203 public void isOptionalCodecsSupported() { in isOptionalCodecsSupported() method in A2dpServiceBinderTest
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothA2dp.aidl65 … int isOptionalCodecsSupported(in BluetoothDevice device, in AttributionSource attributionSource); in isOptionalCodecsSupported() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothA2dp.java900 public int isOptionalCodecsSupported(@NonNull BluetoothDevice device) { in isOptionalCodecsSupported() method in BluetoothA2dp
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java1606 public int isOptionalCodecsSupported(BluetoothDevice device, AttributionSource source) { in isOptionalCodecsSupported() method in A2dpService.BluetoothA2dpBinder