Home
last modified time | relevance | path

Searched refs:getOptionalCodecsEnabled (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java845 public @OptionalCodecsPreferenceStatus int getOptionalCodecsEnabled(BluetoothDevice device) { in getOptionalCodecsEnabled() method in A2dpService
1112 int enabled = getOptionalCodecsEnabled(device); in updateOptionalCodecsSupport()
1368 public int getOptionalCodecsEnabled(BluetoothDevice device) { in getOptionalCodecsEnabled() method in A2dpService.BluetoothA2dpBinder
1373 return service.getOptionalCodecsEnabled(device); in getOptionalCodecsEnabled()
DA2dpNativeInterface.java210 int enabled = service.getOptionalCodecsEnabled(getDevice(address)); in isMandatoryCodecPreferred()
DA2dpStateMachine.java779 + ", getOptionalCodecsEnabled: " + mA2dpService.getOptionalCodecsEnabled(mDevice)); in dump()