Searched refs:IsAudioChannelCountsSupported (Results 1 – 3 of 3) sorted by relevance
392 if (!capa.IsAudioChannelCountsSupported(chan_bit)) { in fillRemotePacsCapabilitiesToBtLeAudioCodecConfig()534 if (!caps.IsAudioChannelCountsSupported(channel_cnt_per_ase)) { in IsCodecConfigSupported()
339 ASSERT_TRUE(caps.IsAudioChannelCountsSupported(1)); in TEST()340 ASSERT_TRUE(caps.IsAudioChannelCountsSupported(2)); in TEST()342 ASSERT_FALSE(caps.IsAudioChannelCountsSupported(i)); in TEST()
648 bool IsAudioChannelCountsSupported(uint8_t value) const { in IsAudioChannelCountsSupported() function