Home
last modified time | relevance | path

Searched refs:ALERTS (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dcontent_control_id_keeper_test.cc43 types::LeAudioContextType::MEDIA | types::LeAudioContextType::ALERTS, in TEST()
46 ASSERT_EQ(ccid_one, ccid_keeper->GetCcid(types::LeAudioContextType::ALERTS)); in TEST()
55 types::AudioContexts(types::LeAudioContextType::ALERTS)); in TEST()
61 types::LeAudioContextType::ALERTS); in TEST()
79 ccid_keeper->SetCcid(types::LeAudioContextType::ALERTS, ccid_three); in TEST()
81 ccid_keeper->GetCcid(types::LeAudioContextType::ALERTS)); in TEST()
90 types::AudioContexts(types::LeAudioContextType::ALERTS)); in TEST()
96 types::LeAudioContextType::ALERTS); in TEST()
114 ccid_keeper->SetCcid(types::LeAudioContextType::ALERTS, ccid_three); in TEST()
120 ASSERT_EQ(-1, ccid_keeper->GetCcid(types::LeAudioContextType::ALERTS)); in TEST()
[all …]
Ddevices_test.cc290 case LeAudioContextType::ALERTS: in IsLc3SettingSupported()
1529 auto right_bud_only_context = LeAudioContextType::ALERTS; in TEST_P()
1623 config = group_->GetConfiguration(LeAudioContextType::ALERTS); in TEST_P()
1636 group_->GetConfiguration(LeAudioContextType::ALERTS) in TEST_P()
1640 group_->IsAudioSetConfigurationAvailable(LeAudioContextType::ALERTS)); in TEST_P()
1646 ~AudioContexts(LeAudioContextType::ALERTS), in TEST_P()
1654 ASSERT_FALSE(group_->GetAvailableContexts().test(LeAudioContextType::ALERTS)); in TEST_P()
1655 ASSERT_TRUE(group_->GetConfiguration(LeAudioContextType::ALERTS) in TEST_P()
1659 group_->IsAudioSetConfigurationAvailable(LeAudioContextType::ALERTS)); in TEST_P()
Dle_audio_set_configuration_provider_json.cc101 {"Media", types::LeAudioContextType::ALERTS}, in ScenarioToContextTypes()
119 case types::LeAudioContextType::ALERTS: in ContextTypeToScenario()
Dle_audio_types.h406 ALERTS = 0x0400, enumerator
526 LeAudioContextType::ALERTS, LeAudioContextType::EMERGENCYALARM,
535 LeAudioContextType::ALERTS | LeAudioContextType::EMERGENCYALARM;
548 LeAudioContextType::RINGTONE | LeAudioContextType::ALERTS |
Dmetrics_collector.cc63 {LeAudioContextType::ALERTS,
Dle_audio_utils.cc77 return LeAudioContextType::ALERTS; in AudioContentToLeAudioContext()
Dle_audio_types.cc724 case LeAudioContextType::ALERTS: in contextTypeToStr()
Dclient.cc820 LeAudioContextType::ALERTS, in ChooseMetadataContextType()
4619 LeAudioContextType::ALERTS, in ChooseConfigurationContextType()
5134 LeAudioContextType::INSTRUCTIONAL | LeAudioContextType::ALERTS | in ReconfigureOrUpdateRemote()
Dle_audio_client_test.cc6781 contexts = {.sink = types::AudioContexts(types::LeAudioContextType::ALERTS), in TEST_F()
6886 .sink = types::AudioContexts(types::LeAudioContextType::ALERTS), in TEST_F()
6906 auto reconfigure_context = types::LeAudioContextType::ALERTS; in TEST_F()
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcast_configuration_provider.cc55 if (context.test_any(types::LeAudioContextType::ALERTS | in GetBroadcastConfig()
Dbroadcaster_test.cc190 LeAudioContextType::ALERTS);
724 ContentControlIdKeeper::GetInstance()->SetCcid(LeAudioContextType::ALERTS, in TEST_F()
Dbroadcaster.cc442 LeAudioContextType::ALERTS, LeAudioContextType::INSTRUCTIONAL, in ChooseConfigurationContextType()