Searched refs:GetIntersection (Results 1 – 4 of 4) sorted by relevance
723 ASSERT_EQ(ltv_map_one.GetIntersection(ltv_map_two).GetHash(), in TEST()725 ASSERT_EQ(ltv_map_two.GetIntersection(ltv_map_one), ltv_map_common); in TEST()
582 LeAudioLtvMap LeAudioLtvMap::GetIntersection(const LeAudioLtvMap& other) const { in GetIntersection() function in bluetooth::le_audio::types::LeAudioLtvMap
808 LeAudioLtvMap GetIntersection(const LeAudioLtvMap& other) const;
154 common_ltv = it->GetCodecSpecData().GetIntersection(common_ltv); in GetCommonBisCodecSpecData()