Searched refs:sduIntervalUs (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | broadcast_configuration_provider.h | 194 .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,
|
D | broadcaster_types.h | 330 if ((sduIntervalUs != other.sduIntervalUs) || 380 uint32_t GetSduIntervalUs() const { return sduIntervalUs; } in GetSduIntervalUs() 391 uint32_t sduIntervalUs; member
|
D | broadcaster_types.cc | 312 os << ", sduIntervalUs=" << config.sduIntervalUs; in operator <<()
|
D | broadcaster_test.cc | 143 .sduIntervalUs = 10000, in GetBroadcastConfig() 1073 .sduIntervalUs = 5000,
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | le_audio_utils.cc | 442 .sduIntervalUs = (uint32_t)setting.sduIntervalUs, in GetStackBroadcastConfigurationFromAidlFormat() 465 config.sduIntervalUs = aidl_qos->sduIntervalUs; in GetStackQosConfigSettingFromAidl()
|
D | le_audio_utils_unittest.cc | 276 .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/ |
D | le_audio_set_configuration_provider_json.cc | 389 subconfig.qos.sduIntervalUs = core_config.GetFrameDurationUs(); in processSubconfig()
|
D | le_audio_types.cc | 159 os << ", sduIntervalUs: " << (int)config.sduIntervalUs; in operator <<()
|
D | codec_manager.cc | 673 .sduIntervalUs = offload_config->frame_duration, in GetBroadcastConfig()
|
D | devices.cc | 380 ase->qos_config.sdu_interval = ase_cfg.qos.sduIntervalUs; in ConfigureAses()
|
D | le_audio_types.h | 1273 int sduIntervalUs; member
|