Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothCodecListPreferenceController.java155 final Collection<BluetoothCodecType> codecTypes = in updateState() local
157 for (BluetoothCodecType codecType : codecTypes) { in updateState()
203 final Collection<BluetoothCodecType> codecTypes = bluetoothA2dp.getSupportedCodecTypes(); in writeConfigurationValues() local
204 for (BluetoothCodecType codecType : codecTypes) { in writeConfigurationValues()
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/
Dlibbt_audio_hal_client_interface_fuzzer.cpp321 CodecType codecTypes[] = {CodecType::APTX, CodecType::APTX_HD}; in AptxCodecConfigurationsGenerator() local
330 codecConfig.codecType = mFdp->PickValueInArray(codecTypes); in AptxCodecConfigurationsGenerator()