Searched refs:INSTRUCTIONAL (Results 1 – 12 of 12) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | broadcast_configuration_provider.cc | 47 if (context.test(types::LeAudioContextType::INSTRUCTIONAL)) in GetBroadcastConfig()
|
D | broadcaster.cc | 442 LeAudioContextType::ALERTS, LeAudioContextType::INSTRUCTIONAL, in ChooseConfigurationContextType()
|
D | broadcaster_test.cc | 153 types::LeAudioContextType::INSTRUCTIONAL | in GetBroadcastConfig()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | metrics_collector.h | 48 INSTRUCTIONAL = 4, enumerator
|
D | metrics_collector.cc | 53 {LeAudioContextType::INSTRUCTIONAL, 54 LeAudioMetricsContextType::INSTRUCTIONAL},
|
D | le_audio_set_configuration_provider_json.cc | 102 {"Media", types::LeAudioContextType::INSTRUCTIONAL}, in ScenarioToContextTypes() 121 case types::LeAudioContextType::INSTRUCTIONAL: in ContextTypeToScenario()
|
D | le_audio_types.h | 400 INSTRUCTIONAL = 0x0010, enumerator 523 LeAudioContextType::INSTRUCTIONAL, LeAudioContextType::VOICEASSISTANTS, 532 LeAudioContextType::INSTRUCTIONAL | LeAudioContextType::VOICEASSISTANTS | 546 LeAudioContextType::MEDIA | LeAudioContextType::INSTRUCTIONAL |
|
D | le_audio_utils.cc | 81 return LeAudioContextType::INSTRUCTIONAL; in AudioContentToLeAudioContext()
|
D | le_audio_types.cc | 712 case LeAudioContextType::INSTRUCTIONAL: in contextTypeToStr()
|
D | client.cc | 821 LeAudioContextType::INSTRUCTIONAL, in ChooseMetadataContextType() 4620 LeAudioContextType::INSTRUCTIONAL, in ChooseConfigurationContextType() 5064 group->group_id_, ToString(LeAudioContextType::INSTRUCTIONAL)); in AdjustForVoiceAssistant() 5066 return LeAudioContextType::INSTRUCTIONAL; in AdjustForVoiceAssistant() 5134 LeAudioContextType::INSTRUCTIONAL | LeAudioContextType::ALERTS | in ReconfigureOrUpdateRemote()
|
D | devices_test.cc | 291 case LeAudioContextType::INSTRUCTIONAL: in IsLc3SettingSupported() 1613 config = group_->GetConfiguration(LeAudioContextType::INSTRUCTIONAL); in TEST_P()
|
D | le_audio_client_test.cc | 6233 StartStream(_, types::LeAudioContextType::INSTRUCTIONAL, in TEST_F_WITH_FLAGS() 6815 .sink = types::AudioContexts(types::LeAudioContextType::INSTRUCTIONAL), in TEST_F()
|