Searched refs:test_any (Results 1 – 5 of 5) sorted by relevance
56 if (context.test_any(types::LeAudioContextType::GAME | types::LeAudioContextType::LIVE)) { in GetBroadcastConfig()66 if (context.test_any(types::LeAudioContextType::SOUNDEFFECTS | in GetBroadcastConfig()71 if (context.test_any(types::LeAudioContextType::ALERTS | in GetBroadcastConfig()
146 if (AudioContexts(context).test_any(types::LeAudioContextType::GAME | in GetBroadcastConfig()
3584 if (!group_metadata_contexts.test_any(device_available_contexts)) { in AttachToStreamingGroupIfNeeded()5089 if (group->IsStreaming() && !allowed_contexts.test_any(local_contexts) && in stopStreamIfCurrentContextTypeIsNotAllowed()5383 if (local_metadata_context_types_.source.test_any(possible_voip_contexts) && in DirectionalRealignMetadataAudioContexts()5399 if (!local_direction_contexts.test_any(possible_voip_contexts)) { in DirectionalRealignMetadataAudioContexts()5467 remote_metadata.get(remote_other_direction).test_any(all_bidirectional_contexts); in DirectionalRealignMetadataAudioContexts()5499 if (remote_metadata.get(remote_direction).test_any(all_bidirectional_contexts)) { in DirectionalRealignMetadataAudioContexts()5525 remote_metadata.source.test_any(LeAudioContextType::LIVE | in DirectionalRealignMetadataAudioContexts()5561 remote_metadata.get(remote_other_direction).test_any(all_bidirectional_contexts)) { in DirectionalRealignMetadataAudioContexts()
462 bool test_any(const AudioContexts& v) const { return (mValue & v.value()) != 0; } in test_any() function
187 if (!group_metadata_contexts.test_any(device_available_contexts)) { in AttachToStream()