Home
last modified time | relevance | path

Searched refs:sduIntervalUs (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcast_configuration_provider.h194 .sduIntervalUs = 10000,
206 .sduIntervalUs = 10000,
218 .sduIntervalUs = 10000,
230 .sduIntervalUs = 10000,
242 .sduIntervalUs = 10000,
254 .sduIntervalUs = 10000,
266 .sduIntervalUs = 10000,
278 .sduIntervalUs = 10000,
290 .sduIntervalUs = 10000,
Dbroadcaster_types.h330 if ((sduIntervalUs != other.sduIntervalUs) ||
380 uint32_t GetSduIntervalUs() const { return sduIntervalUs; } in GetSduIntervalUs()
391 uint32_t sduIntervalUs; member
Dbroadcaster_types.cc312 os << ", sduIntervalUs=" << config.sduIntervalUs; in operator <<()
Dbroadcaster_test.cc143 .sduIntervalUs = 10000, in GetBroadcastConfig()
1073 .sduIntervalUs = 5000,
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.cc442 .sduIntervalUs = (uint32_t)setting.sduIntervalUs, in GetStackBroadcastConfigurationFromAidlFormat()
465 config.sduIntervalUs = aidl_qos->sduIntervalUs; in GetStackQosConfigSettingFromAidl()
Dle_audio_utils_unittest.cc276 .sduIntervalUs = 10000, in PrepareReferenceQosConfiguration()
291 .sduIntervalUs = 10000, in PrepareReferenceQosConfiguration()
626 aidl_config.sduIntervalUs = 10000; in PrepareReferenceBroadcastConfigurationLc3()
643 .sduIntervalUs = 10000, in PrepareReferenceBroadcastConfigurationLc3()
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_set_configuration_provider_json.cc389 subconfig.qos.sduIntervalUs = core_config.GetFrameDurationUs(); in processSubconfig()
Dle_audio_types.cc159 os << ", sduIntervalUs: " << (int)config.sduIntervalUs; in operator <<()
Dcodec_manager.cc673 .sduIntervalUs = offload_config->frame_duration, in GetBroadcastConfig()
Ddevices.cc380 ase->qos_config.sdu_interval = ase_cfg.qos.sduIntervalUs; in ConfigureAses()
Dle_audio_types.h1273 int sduIntervalUs; member