Searched refs:aptx_codec_configs (Results 1 – 1 of 1) sorted by relevance
659 std::vector<CodecConfiguration> aptx_codec_configs; in AptxCodecConfigurationsGenerator() local661 return aptx_codec_configs; in AptxCodecConfigurationsGenerator()677 aptx_codec_configs.push_back(codec_config); in AptxCodecConfigurationsGenerator()682 return aptx_codec_configs; in AptxCodecConfigurationsGenerator()690 auto aptx_codec_configs = AptxCodecConfigurationsGenerator(CodecType::APTX); in TEST_F() local694 for (CodecConfiguration codec_config : aptx_codec_configs) { in TEST_F()