Home
last modified time | relevance | path

Searched refs:getSupportsOptionalCodecs (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java772 if (getSupportsOptionalCodecs(device) != BluetoothA2dp.OPTIONAL_CODECS_SUPPORTED) { in enableOptionalCodecs()
802 if (getSupportsOptionalCodecs(device) != BluetoothA2dp.OPTIONAL_CODECS_SUPPORTED) { in disableOptionalCodecs()
823 public @OptionalCodecsSupportStatus int getSupportsOptionalCodecs(BluetoothDevice device) { in getSupportsOptionalCodecs() method in A2dpService
1114 int previousSupport = getSupportsOptionalCodecs(device); in updateOptionalCodecsSupport()
1439 return service.getSupportsOptionalCodecs(device); in supportsOptionalCodecs()
DA2dpStateMachine.java782 " getSupportsOptionalCodecs: " + mA2dpService.getSupportsOptionalCodecs(mDevice) in dump()