Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
DVtsHalBluetoothAudioV2_0TargetTest.cpp554 bool is_hd, bool supported) { in GetAptxCodecSpecificSupportedList() argument
557 (is_hd ? CodecType::APTX_HD : CodecType::APTX)); in GetAptxCodecSpecificSupportedList()
558 if ((is_hd && temp_codec_capabilities_.codecType != CodecType::APTX_HD) || in GetAptxCodecSpecificSupportedList()
559 (!is_hd && temp_codec_capabilities_.codecType != CodecType::APTX)) { in GetAptxCodecSpecificSupportedList()
/hardware/interfaces/bluetooth/audio/2.1/vts/functional/
DVtsHalBluetoothAudioV2_1TargetTest.cpp647 bool is_hd, bool supported) { in GetAptxCodecSpecificSupportedList() argument
650 (is_hd ? CodecType::APTX_HD : CodecType::APTX)); in GetAptxCodecSpecificSupportedList()
651 if ((is_hd && temp_codec_capabilities_.codecType != CodecType::APTX_HD) || in GetAptxCodecSpecificSupportedList()
652 (!is_hd && temp_codec_capabilities_.codecType != CodecType::APTX)) { in GetAptxCodecSpecificSupportedList()