/packages/modules/Bluetooth/system/bta/le_audio/ |
D | device_groups.cc | 539 uint16_t max_transport_latency = 0; in find_max_transport_latency() local 549 if (max_transport_latency == 0) { in find_max_transport_latency() 551 max_transport_latency = ase->qos_config.max_transport_latency; in find_max_transport_latency() 552 } else if (ase->qos_config.max_transport_latency < in find_max_transport_latency() 553 max_transport_latency) { in find_max_transport_latency() 554 if (ase->qos_config.max_transport_latency != 0) { in find_max_transport_latency() 555 max_transport_latency = ase->qos_config.max_transport_latency; in find_max_transport_latency() 563 if (max_transport_latency < types::kMaxTransportLatencyMin) { in find_max_transport_latency() 564 max_transport_latency = types::kMaxTransportLatencyMin; in find_max_transport_latency() 565 } else if (max_transport_latency > types::kMaxTransportLatencyMax) { in find_max_transport_latency() [all …]
|
D | client_parser.cc | 157 STREAM_TO_UINT16(rsp.max_transport_latency, value); in ParseAseStatusCodecConfiguredStateParams() 186 rsp.max_transport_latency, rsp.pres_delay_min, rsp.pres_delay_max, in ParseAseStatusCodecConfiguredStateParams() 210 STREAM_TO_UINT16(rsp.max_transport_latency, value); in ParseAseStatusQosConfiguredStateParams() 219 rsp.max_sdu, rsp.retrans_nb, rsp.max_transport_latency, rsp.pres_delay); in ParseAseStatusQosConfiguredStateParams() 378 UINT16_TO_STREAM(msg, conf.max_transport_latency); in PrepareAseCtpConfigQos() 387 conf.phy, conf.max_sdu, conf.retrans_nb, conf.max_transport_latency, in PrepareAseCtpConfigQos()
|
D | client_parser.h | 108 uint16_t max_transport_latency; member 126 uint16_t max_transport_latency; member 179 uint16_t max_transport_latency; member
|
D | le_audio_set_configuration_provider_json.cc | 326 qos.sink.max_transport_latency = qos_sink_cfg->max_transport_latency(); in AudioSetConfigurationFromFlat() 336 qos.source.max_transport_latency = in AudioSetConfigurationFromFlat() 337 qos_source_cfg->max_transport_latency(); in AudioSetConfigurationFromFlat() 584 << +ent.qos.max_transport_latency << " \n" in Dump()
|
D | client_parser_test.cc | 761 ASSERT_EQ(codec_configured_state_params.max_transport_latency, 0x0005u); in TEST() 823 ASSERT_EQ(codec_configured_state_params.max_transport_latency, 0x0005u); in TEST() 929 ASSERT_EQ(rsp.max_transport_latency, 0x1C1Bu); in TEST() 1384 .max_transport_latency = 0x0302, in TEST() 1425 .max_transport_latency = 0x0302, in TEST() 1437 .max_transport_latency = 0x2322, in TEST()
|
D | state_machine.cc | 2018 if ((!out_cfg.max_transport_latency || in AseStateMachineProcessCodecConfigured() 2019 out_cfg.max_transport_latency > rsp.max_transport_latency) || in AseStateMachineProcessCodecConfigured() 2021 out_cfg.max_transport_latency = rsp.max_transport_latency; in AseStateMachineProcessCodecConfigured() 2027 out_cfg.max_transport_latency, out_cfg.retrans_nb, out_cfg.phy); in AseStateMachineProcessCodecConfigured() 2058 cig_curr_max_trans_lat_mtos > rsp.max_transport_latency) || in AseStateMachineProcessCodecConfigured() 2061 cig_curr_max_trans_lat_stom > rsp.max_transport_latency)) { in AseStateMachineProcessCodecConfigured() 2671 conf.max_transport_latency = group->GetMaxTransportLatencyMtos(); in PrepareAndSendConfigQos() 2674 conf.max_transport_latency = group->GetMaxTransportLatencyStom(); in PrepareAndSendConfigQos() 2678 if (conf.max_transport_latency > in PrepareAndSendConfigQos() 2690 << +conf.max_transport_latency << "," << +conf.retrans_nb in PrepareAndSendConfigQos()
|
D | codec_manager.cc | 448 broadcast_config.max_transport_latency = qos.getMaxTransportLatency(); in UpdateSupportedBroadcastConfig() 531 .max_transport_latency); in GetBroadcastOffloadConfig() 570 .max_transport_latency); in UpdateBroadcastOffloadConfig() 649 offload_config->max_transport_latency); in GetBroadcastConfig()
|
D | codec_manager.h | 61 uint16_t max_transport_latency; member
|
D | audio_set_configurations.fbs | 73 max_transport_latency : ushort;
|
D | le_audio_types.h | 1128 uint16_t max_transport_latency = 0; member 1272 uint16_t max_transport_latency; member 1281 (max_transport_latency == other.max_transport_latency)); 1291 .max_transport_latency = 0})
|
D | devices.cc | 383 ase->qos_config.max_transport_latency = ase_cfg.qos.max_transport_latency; in ConfigureAses() 913 << "\n ase max_latency: " << +ase.qos_config.max_transport_latency in PrintDebugState() 1039 << std::setw(8) << ase.qos_config.max_transport_latency in Dump()
|
D | state_machine_test.cc | 800 UINT16_TO_STREAM(p, conf->max_transport_latency); in InjectAseStateNotification() 839 UINT16_TO_STREAM(p, conf->max_transport_latency); in InjectAseStateNotification() 1191 codec_configured_state_params.max_transport_latency = 0x0010; in PrepareConfigureCodecHandler() 1258 qos_configured_state_params.max_transport_latency = in PrepareConfigureQosHandler() 4892 ASSERT_NE(ase->qos_config.max_transport_latency, 0); in TEST_F() 5014 ASSERT_NE(ase->qos_config.max_transport_latency, 0); in TEST_F() 5259 ASSERT_NE(ase->qos_config.max_transport_latency, 0); in TEST_F() 5374 ASSERT_NE(ase->qos_config.max_transport_latency, 0); in TEST_F() 5547 ASSERT_NE(ase->qos_config.max_transport_latency, 0); in TEST_F() 5668 ASSERT_NE(ase->qos_config.max_transport_latency, 0); in TEST_F() [all …]
|
D | le_audio_types.cc | 158 os << ", maxTransportLatency: " << (int)config.max_transport_latency; in operator <<()
|
D | codec_manager_test.cc | 758 ASSERT_NE(0u, bcast_config.max_transport_latency); in TEST_F()
|
D | devices_test.cc | 591 .max_transport_latency = kMaxTransportLatencyMin}); in GetVendorAseConfigurationsForRequirements()
|
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | broadcaster_types.h | 303 uint16_t max_transport_latency) in BroadcastQosConfig() 305 max_transport_latency_(max_transport_latency) {} in BroadcastQosConfig()
|
D | state_machine.cc | 399 .max_transport_latency = sm_config_.config.qos.getMaxTransportLatency(), in CreateBig()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_iso_api_types.h | 139 uint16_t max_transport_latency; member
|
/packages/modules/Bluetooth/system/stack/test/common/ |
D | mock_hcic_layer.cc | 92 .max_transport_latency = transport_latency, in btsnd_hcic_create_big()
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | le_audio_utils_unittest.cc | 290 .max_transport_latency = 10, in PrepareReferenceQosConfiguration() 606 uint16_t max_transport_latency = 50) { in PrepareStackBroadcastQosConfig() argument 608 rtn, max_transport_latency); in PrepareStackBroadcastQosConfig()
|
D | le_audio_utils.cc | 466 config.max_transport_latency = aidl_qos->maxTransportLatencyMs; in GetStackQosConfigSettingFromAidl()
|
/packages/modules/Bluetooth/system/stack/test/ |
D | btm_iso_test.cc | 395 .max_transport_latency = 0x3c, 514 (x.max_transport_latency == y.max_transport_latency) && in operator ==()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_iso_impl.h | 781 big_params.max_sdu_size, big_params.max_transport_latency, in create_big()
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 4453 max_transport_latency : 16,
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 4669 max_transport_latency : 16,
|