Home
last modified time | relevance | path

Searched refs:aptx (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/
Dlibbt_audio_hal_client_interface_fuzzer.cpp323 AptxParameters aptx = {}; in AptxCodecConfigurationsGenerator() local
324 aptx.sampleRate = mFdp->PickValueInArray(kSampleRates); in AptxCodecConfigurationsGenerator()
325 aptx.channelMode = mFdp->PickValueInArray(kChannelModes); in AptxCodecConfigurationsGenerator()
326 aptx.bitsPerSample = mFdp->PickValueInArray(kBitsPerSamples); in AptxCodecConfigurationsGenerator()
329 codecConfig.config.aptxConfig(aptx); in AptxCodecConfigurationsGenerator()
/packages/modules/Bluetooth/system/embdrv/tests/
DAndroid.bp20 srcs: ["src/aptx.cc"],
/packages/modules/Bluetooth/sysprop/
Dhfp.sysprop50 prop_name: "bluetooth.hfp.swb.aptx.power_management.enabled"
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl_unittest.cc672 AptxParameters aptx = { in AptxCodecConfigurationsGenerator() local
676 codec_config.config.aptxConfig(aptx); in AptxCodecConfigurationsGenerator()