/packages/modules/Bluetooth/system/bta/le_audio/ |
D | codec_manager.h | 68 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;
|
D | client_parser_test.cc | 30 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 …]
|
D | devices.h | 143 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);
|
D | le_audio_utils.cc | 357 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()
|
D | client_parser.cc | 39 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()
|
D | client_parser.h | 238 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,
|
D | le_audio_utils.h | 89 const struct types::acs_ac_record* GetConfigurationSupportedPac(
|
D | storage_helper.cc | 212 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()
|
D | devices.cc | 435 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()
|
D | le_audio_types.cc | 35 using types::acs_ac_record; 630 uint8_t GetMaxCodecFramesPerSduFromPac(const acs_ac_record* pac) { in GetMaxCodecFramesPerSduFromPac()
|
D | le_audio_types.h | 1201 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);
|
D | devices_test.cc | 443 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_;
|
D | codec_manager_test.cc | 191 std::vector<::bluetooth::le_audio::types::acs_ac_record>>&)), 233 std::vector<::bluetooth::le_audio::types::acs_ac_record>>&)),
|
D | device_groups.cc | 857 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()
|
D | client.cc | 1802 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/ |
D | le_audio_utils.h | 52 std::vector<::bluetooth::le_audio::types::acs_ac_record>>& pacs);
|
D | le_audio_utils_unittest.cc | 195 return ::bluetooth::le_audio::types::acs_ac_record( in PrepareStackPacRecord() 862 std::vector<bluetooth::le_audio::types::acs_ac_record> pac_records; in TEST()
|
D | le_audio_utils.cc | 291 std::vector<::bluetooth::le_audio::types::acs_ac_record>>& pacs) { in GetAidlLeAudioDeviceCapabilitiesFromStackFormat()
|
/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/ |
D | audio_source_hal_client.cc | 75 std::vector<::bluetooth::le_audio::types::acs_ac_record>>& pacs) 504 std::vector<::bluetooth::le_audio::types::acs_ac_record>>& pacs) const { in GetBroadcastConfig()
|
D | audio_hal_client.h | 105 std::vector<::bluetooth::le_audio::types::acs_ac_record>>& pacs)
|
D | audio_hal_client_test.cc | 108 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/ |
D | le_audio_software.h | 137 std::vector<::bluetooth::le_audio::types::acs_ac_record>>& pacs)
|
D | le_audio_software_host.cc | 369 std::vector<::bluetooth::le_audio::types::acs_ac_record>>& pacs) const { in GetBroadcastConfig()
|
D | le_audio_software.cc | 434 std::vector<::bluetooth::le_audio::types::acs_ac_record>>& pacs) const { in GetBroadcastConfig()
|
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | broadcaster_test.cc | 252 std::vector<::bluetooth::le_audio::types::acs_ac_record>>&)),
|