Home
last modified time | relevance | path

Searched refs:acs_ac_record (Results 1 – 25 of 27) sorted by relevance

12

/packages/modules/Bluetooth/system/bta/le_audio/
Dcodec_manager.h68 std::optional<std::vector<types::acs_ac_record>> sink_pacs;
69 std::optional<std::vector<types::acs_ac_record>> source_pacs;
96 std::optional<std::vector<types::acs_ac_record>> sink_pacs;
Dclient_parser_test.cc30 std::vector<struct types::acs_ac_record> pac_recs; in TEST()
64 std::vector<struct types::acs_ac_record> pac_recs; in TEST()
71 std::vector<struct types::acs_ac_record> pac_recs; in TEST()
96 std::vector<struct types::acs_ac_record> pac_recs; in TEST()
122 std::vector<struct types::acs_ac_record> pac_recs2; in TEST()
150 std::vector<struct types::acs_ac_record> pac_recs; in TEST()
202 std::vector<struct types::acs_ac_record> pac_recs; in TEST()
256 std::vector<struct types::acs_ac_record> pac_recs; in TEST()
303 std::vector<struct types::acs_ac_record> pac_recs; in TEST()
332 std::vector<struct types::acs_ac_record> pac_recs; in TEST()
[all …]
Ddevices.h143 void RegisterPACs(std::vector<struct types::acs_ac_record>* apr_db,
144 std::vector<struct types::acs_ac_record>* apr);
261 void ParseHeadtrackingCodec(const struct types::acs_ac_record& pac);
Dle_audio_utils.cc357 const struct types::acs_ac_record& record, in fillRemotePacsCapabitiliesToBtLeAudioCodecConfig()
584 const types::acs_ac_record& pac, in IsCodecConfigSettingSupported()
605 const struct types::acs_ac_record* GetConfigurationSupportedPac( in GetConfigurationSupportedPac()
Dclient_parser.cc39 using bluetooth::le_audio::types::acs_ac_record;
553 int ParseSinglePac(std::vector<struct acs_ac_record>& pac_recs, uint16_t len, in ParseSinglePac()
555 struct acs_ac_record rec; in ParseSinglePac()
608 bool ParsePacs(std::vector<struct acs_ac_record>& pac_recs, uint16_t len, in ParsePacs()
Dclient_parser.h238 int ParseSinglePac(std::vector<struct types::acs_ac_record>& pac_recs,
240 bool ParsePacs(std::vector<struct types::acs_ac_record>& pac_recs, uint16_t len,
Dle_audio_utils.h89 const struct types::acs_ac_record* GetConfigurationSupportedPac(
Dstorage_helper.cc212 std::vector<struct bluetooth::le_audio::types::acs_ac_record>())); in deserializePacs()
219 std::vector<struct bluetooth::le_audio::types::acs_ac_record> pac_recs; in deserializePacs()
Ddevices.cc435 const struct types::acs_ac_record& pac) { in ParseHeadtrackingCodec()
503 std::vector<struct types::acs_ac_record>* pac_db, in RegisterPACs()
504 std::vector<struct types::acs_ac_record>* pac_recs) { in RegisterPACs()
514 for (const struct types::acs_ac_record& pac : *pac_recs) { in RegisterPACs()
Dle_audio_types.cc35 using types::acs_ac_record;
630 uint8_t GetMaxCodecFramesPerSduFromPac(const acs_ac_record* pac) { in GetMaxCodecFramesPerSduFromPac()
Dle_audio_types.h1201 struct acs_ac_record { struct
1209 std::vector<std::tuple<hdl_pair, std::vector<acs_ac_record>>>; argument
1391 uint8_t GetMaxCodecFramesPerSduFromPac(const types::acs_ac_record* pac_record);
Ddevices_test.cc443 auto record = acs_ac_record( in Add()
473 pac_records_.push_back(acs_ac_record( in Add()
485 pac_records_.push_back(acs_ac_record( in Add()
517 std::vector<acs_ac_record> pac_records_;
Dcodec_manager_test.cc191 std::vector<::bluetooth::le_audio::types::acs_ac_record>>&)),
233 std::vector<::bluetooth::le_audio::types::acs_ac_record>>&)),
Ddevice_groups.cc857 new_req.sink_pacs = std::vector<types::acs_ac_record>{}; in GetAudioSetConfigurationRequirements()
869 new_req.source_pacs = std::vector<types::acs_ac_record>{}; in GetAudioSetConfigurationRequirements()
Dclient.cc1802 std::vector<struct bluetooth::le_audio::types::acs_ac_record> pac_recs; in LeAudioCharValueHandle()
1830 std::vector<struct bluetooth::le_audio::types::acs_ac_record> pac_recs; in LeAudioCharValueHandle()
2801 std::vector<struct bluetooth::le_audio::types::acs_ac_record>())); in OnServiceSearchComplete()
2833 std::vector<struct bluetooth::le_audio::types::acs_ac_record>())); in OnServiceSearchComplete()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.h52 std::vector<::bluetooth::le_audio::types::acs_ac_record>>& pacs);
Dle_audio_utils_unittest.cc195 return ::bluetooth::le_audio::types::acs_ac_record( in PrepareStackPacRecord()
862 std::vector<bluetooth::le_audio::types::acs_ac_record> pac_records; in TEST()
Dle_audio_utils.cc291 std::vector<::bluetooth::le_audio::types::acs_ac_record>>& pacs) { in GetAidlLeAudioDeviceCapabilitiesFromStackFormat()
/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/
Daudio_source_hal_client.cc75 std::vector<::bluetooth::le_audio::types::acs_ac_record>>& pacs)
504 std::vector<::bluetooth::le_audio::types::acs_ac_record>>& pacs) const { in GetBroadcastConfig()
Daudio_hal_client.h105 std::vector<::bluetooth::le_audio::types::acs_ac_record>>& pacs)
Daudio_hal_client_test.cc108 std::vector<::bluetooth::le_audio::types::acs_ac_record>>&)),
207 std::vector<::bluetooth::le_audio::types::acs_ac_record>>& pacs) const { in GetBroadcastConfig()
/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software.h137 std::vector<::bluetooth::le_audio::types::acs_ac_record>>& pacs)
Dle_audio_software_host.cc369 std::vector<::bluetooth::le_audio::types::acs_ac_record>>& pacs) const { in GetBroadcastConfig()
Dle_audio_software.cc434 std::vector<::bluetooth::le_audio::types::acs_ac_record>>& pacs) const { in GetBroadcastConfig()
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster_test.cc252 std::vector<::bluetooth::le_audio::types::acs_ac_record>>&)),

12