Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
DVtsHalBluetoothAudioV2_0TargetTest.cpp555 std::vector<CodecSpecificConfig> aptx_codec_specifics; in GetAptxCodecSpecificSupportedList() local
560 return aptx_codec_specifics; in GetAptxCodecSpecificSupportedList()
584 aptx_codec_specifics.push_back(codec_specific); in GetAptxCodecSpecificSupportedList()
588 return aptx_codec_specifics; in GetAptxCodecSpecificSupportedList()
725 std::vector<CodecSpecificConfig> aptx_codec_specifics = in TEST_P() local
733 for (auto codec_specific : aptx_codec_specifics) { in TEST_P()