Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine_test.cc1002 LeAudioContextType context_type, in MultipleTestDevicePrepare()
1128 int leaudio_group_id, LeAudioContextType context_type, in PrepareSingleTestDeviceGroup()
1674 const auto context_type = kContextTypeRingtone; in TEST_F() local
1716 const auto context_type = kContextTypeMedia; in TEST_F() local
1767 const auto context_type = kContextTypeRingtone; in TEST_F() local
1813 const auto context_type = kContextTypeRingtone; in TEST_F() local
1856 const auto context_type = kContextTypeMedia; in TEST_F() local
1903 const auto context_type = kContextTypeMedia; in TEST_F() local
1957 const auto context_type = kContextTypeMedia; in TEST_F() local
2014 const auto context_type = kContextTypeRingtone; in TEST_F() local
[all …]
Ddevices_test.cc274 bool IsLc3SettingSupported(LeAudioContextType context_type, Lc3SettingId id) { in IsLc3SettingSupported()
906 void TestSingleAseConfiguration(LeAudioContextType context_type, in TestSingleAseConfiguration()
959 LeAudioContextType context_type, TestGroupAseConfigurationData* data, in TestGroupAseVendorConfiguration()
1005 LeAudioContextType context_type, TestGroupAseConfigurationData* data, in TestGroupAseConfiguration()
1180 void TestLc3CodecConfig(LeAudioContextType context_type) { in TestLc3CodecConfig()
1239 LeAudioContextType context_type) { in TestSingleDevDualBidir()
1393 LeAudioContextType context_type) { in TestDualDevDualBidir()
1452 LeAudioContextType context_type, in SetAsesToCachedConfiguration()
1782 const auto context_type = LeAudioContextType::CONVERSATIONAL; in TEST_P() local
1802 const auto context_type = LeAudioContextType::CONVERSATIONAL; in TEST_P() local
[all …]
Dmetrics_collector_linux.cc40 bluetooth::le_audio::types::LeAudioContextType context_type) {} in OnStreamStarted()
Dmetrics_collector.cc148 bluetooth::le_audio::types::LeAudioContextType context_type) override { in AddStreamStartedEvent()
270 bluetooth::le_audio::types::LeAudioContextType context_type) { in OnStreamStarted()
Dcontent_control_id_keeper.cc136 void ContentControlIdKeeper::SetCcid(types::LeAudioContextType context_type, in SetCcid()
Ddevice_groups.cc212 LeAudioContextType context_type, in Activate()
1094 LeAudioContextType context_type) { in GenerateCisIds()
1547 LeAudioContextType context_type, in ConfigureAses()
1677 LeAudioContextType context_type, uint8_t direction) const { in GetAudioSessionCodecConfigForDirection()
1702 types::LeAudioContextType context_type, uint8_t direction) const { in HasCodecConfigurationForDirection()
1953 LeAudioContextType context_type, in Configure()
Dclient_linux.cc41 void SetCcidInformation(int ccid, int context_type) override {} in SetCcidInformation()
Ddevice_groups.h306 types::LeAudioContextType context_type) { in SetConfigurationContextType()
Dle_audio_types.cc46 void get_cis_count(LeAudioContextType context_type, int expected_device_cnt, in get_cis_count()
611 std::vector<uint8_t>& metadata, types::AudioContexts context_type) { in AppendMetadataLtvEntryForStreamingContext()
Ddevices.cc245 uint8_t num_of_devices, uint8_t direction, LeAudioContextType context_type, in ConfigureAses()
1093 LeAudioContextType context_type, in ActivateConfiguredAses()
1149 AudioContexts context_type, const std::vector<uint8_t>& ccid_list) { in GetMetadata()
Dstate_machine.cc194 LeAudioDeviceGroup* group, LeAudioContextType context_type, in StartStream()
285 LeAudioDeviceGroup* group, LeAudioContextType context_type, in ConfigureStream()
Dclient.cc925 void GroupStream(const int group_id, uint16_t context_type) override { in GroupStream()
1012 void SetCcidInformation(int ccid, int context_type) override { in SetCcidInformation()
1324 for (LeAudioContextType context_type : kLeAudioContextAllTypesArray) { in GroupSetActive() local
3946 LeAudioDeviceGroup* group, LeAudioContextType context_type) { in UpdateConfigAndCheckIfReconfigurationIsNeeded()
Dle_audio_client_test.cc895 types::BidirectionalPair<std::vector<uint8_t>> ccid_lists) { in SetUpMockGroups()
1053 ccid_lists) { in SetUpMockGroups()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.cc655 ::bluetooth::le_audio::types::LeAudioContextType context_type, in GetAidlLeAudioUnicastConfigurationRequirementsFromStackFormat()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_le_audio.cc290 void SetCcidInformation(int ccid, int context_type) { in SetCcidInformation()
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster.cc355 auto context_type = AudioContexts(LeAudioContextType::MEDIA); in UpdateMetadata() local
499 auto context_type = AudioContexts(LeAudioContextType::MEDIA); in CreateAudioBroadcast() local
Dbroadcaster_test.cc862 AudioContexts context_type; in TEST_F() local
/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/
Dle_audio_shim.cc422 void LeAudioClientIntf::set_ccid_information(int ccid, int context_type) { in set_ccid_information()