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()
803 if (getSupportsOptionalCodecs(device) != BluetoothA2dp.OPTIONAL_CODECS_SUPPORTED) { in disableOptionalCodecs()
824 public @OptionalCodecsSupportStatus int getSupportsOptionalCodecs(BluetoothDevice device) { in getSupportsOptionalCodecs() method in A2dpService
1078 int previousSupport = getSupportsOptionalCodecs(device); in updateOptionalCodecsSupport()
1365 return service.getSupportsOptionalCodecs(device); in supportsOptionalCodecs()
DA2dpStateMachine.java778 " getSupportsOptionalCodecs: " + mA2dpService.getSupportsOptionalCodecs(mDevice) in dump()