Searched refs:IsAudioChannelCountsSupported (Results 1 – 3 of 3) sorted by relevance
347 ASSERT_TRUE(caps.IsAudioChannelCountsSupported(1)); in TEST()348 ASSERT_TRUE(caps.IsAudioChannelCountsSupported(2)); in TEST()350 ASSERT_FALSE(caps.IsAudioChannelCountsSupported(i)); in TEST()
394 if (!capa.IsAudioChannelCountsSupported(chan_bit)) continue; in fillRemotePacsCapabitiliesToBtLeAudioCodecConfig()541 if (!caps.IsAudioChannelCountsSupported(channel_cnt_per_ase)) { in IsCodecConfigSupported()
635 bool IsAudioChannelCountsSupported(uint8_t value) const { in IsAudioChannelCountsSupported() function