Searched refs:getOptionalCodecsEnabled (Results 1 – 5 of 5) sorted by relevance
882 public @OptionalCodecsPreferenceStatus int getOptionalCodecsEnabled(BluetoothDevice device) { in getOptionalCodecsEnabled() method in A2dpService1194 int enabled = getOptionalCodecsEnabled(device); in updateOptionalCodecsSupport()1230 && getOptionalCodecsEnabled(device) in updateLowLatencyAudioSupport()1581 optionalCodecEnabled = service.getOptionalCodecsEnabled(device); in isOptionalCodecsEnabled()1677 if (getOptionalCodecsEnabled(device) != BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED) { in switchCodecByBufferSize()
217 int enabled = service.getOptionalCodecsEnabled(getDevice(address)); in isMandatoryCodecPreferred()
809 + ", getOptionalCodecsEnabled: " + mA2dpService.getOptionalCodecsEnabled(mDevice)); in dump()
281 verify(mService).getOptionalCodecsEnabled(device); in isOptionalCodecsEnabled()
1299 Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->getOptionalCodecsEnabled(Landroid/bluetooth/Bluetoot…1334 Landroid/bluetooth/IBluetoothA2dp;->getOptionalCodecsEnabled(Landroid/bluetooth/BluetoothDevice;)I