Home
last modified time | relevance | path

Searched refs:QosConfigSetting (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_set_configuration_provider_json.cc48 using bluetooth::le_audio::types::QosConfigSetting;
186 const fbs::le_audio::AudioSetSubConfiguration* flat_subconfig, QosConfigSetting qos, in SetConfigurationFromFlatSubconfig()
295 types::BidirectionalPair<QosConfigSetting> qos; in AudioSetConfigurationFromFlat()
344 const QosConfigSetting& qos_setting, in processSubconfig()
Dle_audio_types.h1243 struct QosConfigSetting { struct
1250 bool operator!=(const QosConfigSetting& other) { return !(*this == other); } argument
1252 bool operator==(const QosConfigSetting& other) const {
1259 std::ostream& operator<<(std::ostream& os, const QosConfigSetting& config);
1262 AseConfiguration(CodecConfigSetting codec, QosConfigSetting qos = {.target_latency = 0,
1268 QosConfigSetting qos;
Dle_audio_types.cc97 std::ostream& operator<<(std::ostream& os, const QosConfigSetting& config) { in operator <<()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.cc434 static ::bluetooth::le_audio::types::QosConfigSetting GetStackQosConfigSettingFromAidl( in GetStackQosConfigSettingFromAidl()
439 auto config = ::bluetooth::le_audio::types::QosConfigSetting(); in GetStackQosConfigSettingFromAidl()
Dle_audio_utils_unittest.cc225 bluetooth::le_audio::types::QosConfigSetting>
238 bluetooth::le_audio::types::QosConfigSetting stack_ase_config = { in PrepareReferenceQosConfiguration()