Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceBinderTest.java189 public void enableOptionalCodecs() { in enableOptionalCodecs() method in A2dpServiceBinderTest
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpCodecConfig.java121 void enableOptionalCodecs(BluetoothDevice device, BluetoothCodecConfig currentCodecConfig) { in enableOptionalCodecs() method in A2dpCodecConfig
DA2dpService.java784 public void enableOptionalCodecs(BluetoothDevice device) { in enableOptionalCodecs() method in A2dpService
1578 public void enableOptionalCodecs(BluetoothDevice device, AttributionSource source) { in enableOptionalCodecs() method in A2dpService.BluetoothA2dpBinder
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothA2dp.aidl61 …oneway void enableOptionalCodecs(in BluetoothDevice device, in AttributionSource attributionSource… in enableOptionalCodecs() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothA2dp.java819 public void enableOptionalCodecs(@NonNull BluetoothDevice device) { in enableOptionalCodecs() method in BluetoothA2dp