Home
last modified time | relevance | path

Searched defs:context_type (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine_test.cc699 LeAudioContextType context_type, in MultipleTestDevicePrepare()
814 int leaudio_group_id, LeAudioContextType context_type, in PrepareSingleTestDeviceGroup()
1211 const auto context_type = kContextTypeRingtone; in TEST_F() local
1252 const auto context_type = kContextTypeMedia; in TEST_F() local
1302 const auto context_type = kContextTypeRingtone; in TEST_F() local
1346 const auto context_type = kContextTypeRingtone; in TEST_F() local
1388 const auto context_type = kContextTypeMedia; in TEST_F() local
1437 const auto context_type = kContextTypeRingtone; in TEST_F() local
1488 const auto context_type = kContextTypeMedia; in TEST_F() local
1538 const auto context_type = kContextTypeConversational; in TEST_F() local
[all …]
Ddevices.cc132 int LeAudioDeviceGroup::NumOfConnected(types::LeAudioContextType context_type) { in NumOfConnected()
244 bool LeAudioDeviceGroup::Activate(LeAudioContextType context_type) { in Activate()
273 types::LeAudioContextType context_type) { in GetFirstDeviceWithActiveContext()
308 LeAudioDevice* leAudioDevice, types::LeAudioContextType context_type) { in GetNextDeviceWithActiveContext()
958 types::LeAudioContextType context_type) { in CigGenerateCisIds()
1244 types::LeAudioContextType context_type) { in IsConfigurationSupported()
1480 types::LeAudioContextType context_type, in ConfigureAses()
1599 types::LeAudioContextType context_type, AudioContexts metadata_context_type, in ConfigureAses()
1745 types::AudioContexts context_type, const std::vector<uint8_t>& ccid_list) { in IsMetadataChanged()
1914 LeAudioContextType context_type) { in FindFirstSupportedConfiguration()
[all …]
Dmetrics_collector_linux.cc39 int32_t group_id, le_audio::types::LeAudioContextType context_type) {} in OnStreamStarted()
Dmetrics_collector.cc149 le_audio::types::LeAudioContextType context_type) override { in AddStreamStartedEvent()
270 int32_t group_id, le_audio::types::LeAudioContextType context_type) { in OnStreamStarted()
Dcontent_control_id_keeper.cc117 void ContentControlIdKeeper::SetCcid(uint16_t context_type, int ccid) { in SetCcid()
Dstate_machine.cc148 auto context_type = group->GetConfigurationContextType(); in AttachToStream() local
168 le_audio::types::LeAudioContextType context_type, in StartStream()
247 le_audio::types::LeAudioContextType context_type, in ConfigureStream()
2128 le_audio::types::AudioContexts context_type, in PrepareAndSendUpdateMetadata()
Dclient_linux.cc41 void SetCcidInformation(int ccid, int context_type) override {} in SetCcidInformation()
Ddevices_test.cc204 bool IsLc3SettingSupported(LeAudioContextType context_type, Lc3SettingId id) { in IsLc3SettingSupported()
527 void TestSingleAseConfiguration(LeAudioContextType context_type, in TestSingleAseConfiguration()
576 LeAudioContextType context_type, TestGroupAseConfigurationData* data, in TestGroupAseConfiguration()
725 void TestLc3CodecConfig(LeAudioContextType context_type) { in TestLc3CodecConfig()
Dclient.cc792 bool GroupStream(const int group_id, LeAudioContextType context_type, in GroupStream()
858 void GroupStream(const int group_id, const uint16_t context_type) override { in GroupStream()
940 void SetCcidInformation(int ccid, int context_type) override { in SetCcidInformation()
1060 for (LeAudioContextType context_type : in GroupSetActive() local
3149 int group_id, LeAudioContextType context_type) { in UpdateConfigAndCheckIfReconfigurationIsNeeded()
Dle_audio_types.cc567 std::vector<uint8_t>& metadata, types::AudioContexts context_type) { in AppendMetadataLtvEntryForStreamingContext()
Dle_audio_client_test.cc652 std::vector<uint8_t> ccid_list) { in SetUpMockGroups()
799 std::vector<uint8_t> ccid_list) { in SetUpMockGroups()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_le_audio.cc194 void SetCcidInformation(int ccid, int context_type) { in SetCcidInformation()
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster.cc265 auto context_type = AudioContexts(LeAudioContextType::MEDIA); in UpdateMetadata() local
320 auto context_type = AudioContexts(LeAudioContextType::MEDIA); in CreateAudioBroadcast() local
Dbroadcaster_test.cc540 AudioContexts context_type; in TEST_F() local