Home
last modified time | relevance | path

Searched refs:isCodecConfigSelectable (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudioCodecStatus.java131 private boolean isCodecConfigSelectable( in isCodecConfigSelectable() method in BluetoothLeAudioCodecStatus
173 if (isCodecConfigSelectable(codecConfig, selectableConfig)) { in isInputCodecConfigSelectable()
193 if (isCodecConfigSelectable(codecConfig, selectableConfig)) { in isOutputCodecConfigSelectable()
DBluetoothCodecStatus.java106 public boolean isCodecConfigSelectable(@Nullable BluetoothCodecConfig codecConfig) { in isCodecConfigSelectable() method in BluetoothCodecStatus
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpCodecConfig.java96 if (!codecStatus.isCodecConfigSelectable(newCodecConfig)) { in setCodecConfigPreference()
DA2dpService.java1307 && codecStatus.isCodecConfigSelectable(lowLatencyCodec) in updateLowLatencyAudioSupport()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt486 method public boolean isCodecConfigSelectable(@Nullable android.bluetooth.BluetoothCodecConfig);