Home
last modified time | relevance | path

Searched refs:peak_bandwidth (Results 1 – 25 of 25) sorted by relevance

/packages/modules/Bluetooth/system/stack/hid/
Dhidd_api.cc608 uint32_t peak_bandwidth, uint32_t latency, in HID_DevSetIncomingQos() argument
617 hd_cb.in_qos.peak_bandwidth = peak_bandwidth; in HID_DevSetIncomingQos()
635 uint32_t peak_bandwidth, uint32_t latency, in HID_DevSetOutgoingQos() argument
644 hd_cb.l2cap_intr_cfg.qos.peak_bandwidth = peak_bandwidth; in HID_DevSetOutgoingQos()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.cc93 …void OnQosSetupComplete(ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth, ui… in OnQosSetupComplete() argument
95 …SAVE_OR_CALL(OnQosSetupComplete, service_type, token_rate, peak_bandwidth, latency, delay_variatio… in OnQosSetupComplete()
98 uint32_t token_bucket_size, uint32_t peak_bandwidth, in OnFlowSpecificationComplete() argument
101 peak_bandwidth, access_latency) in OnFlowSpecificationComplete()
441 …ssicAclConnection::QosSetup(ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth, in QosSetup() argument
445 handle_, service_type, token_rate, peak_bandwidth, latency, delay_variation), in QosSetup()
474 … uint32_t token_rate, uint32_t token_bucket_size, uint32_t peak_bandwidth, in FlowSpecification() argument
483 peak_bandwidth, in FlowSpecification()
Dconnection_management_callbacks.h50 …ual void OnQosSetupComplete(ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth,
54 uint32_t token_bucket_size, uint32_t peak_bandwidth,
Dclassic_acl_connection.h54 …virtual bool QosSetup(ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth, uint…
60 … uint32_t token_bucket_size, uint32_t peak_bandwidth, uint32_t access_latency);
Dconnection_management_callbacks_mock.h54 uint32_t peak_bandwidth,
65 uint32_t peak_bandwidth,
Dclassic_impl.h572 uint32_t peak_bandwidth = complete_view.GetPeakBandwidth(); in on_qos_setup_complete()
575 … callbacks->OnQosSetupComplete(service_type, token_rate, peak_bandwidth, latency, delay_variation); in on_qos_setup_complete()
596 uint32_t peak_bandwidth = complete_view.GetPeakBandwidth(); in on_flow_specification_complete()
599 … flow_direction, service_type, token_rate, token_bucket_size, peak_bandwidth, access_latency); in on_flow_specification_complete()
/packages/modules/Bluetooth/system/stack/include/
Dhidd_api.h221 uint32_t peak_bandwidth, uint32_t latency,
235 uint32_t peak_bandwidth, uint32_t latency,
Dl2c_api.h146 uint32_t peak_bandwidth; /* bytes/second */ member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hd.cc417 in_qos.peak_bandwidth = p_in_qos->peak_bandwidth; in register_app()
424 out_qos.peak_bandwidth = p_out_qos->peak_bandwidth; in register_app()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.cc375 …nk::OnQosSetupComplete(hci::ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth, in OnQosSetupComplete() argument
382 peak_bandwidth, in OnQosSetupComplete()
387 … uint32_t token_rate, uint32_t token_bucket_size, uint32_t peak_bandwidth, in OnFlowSpecificationComplete() argument
396 peak_bandwidth, in OnFlowSpecificationComplete()
Dlink.h180 …omplete(hci::ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth, uint32_t late…
183 … uint32_t token_rate, uint32_t token_bucket_size, uint32_t peak_bandwidth,
/packages/modules/Bluetooth/system/main/shim/
Dacl_legacy_interface.h64 uint32_t peak_bandwidth,
77 uint32_t peak_bandwidth, uint32_t latency,
/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc467 uint32_t peak_bandwidth, in OnQosSetupComplete() argument
475 peak_bandwidth, in OnQosSetupComplete()
485 uint32_t peak_bandwidth, in OnFlowSpecificationComplete() argument
494 peak_bandwidth, in OnFlowSpecificationComplete()
/packages/modules/Bluetooth/system/bta/include/
Dbta_hd_api.h69 uint32_t peak_bandwidth; member
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hd.h60 uint32_t peak_bandwidth; member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_device.cpp213 out->token_rate = out->token_bucket_size = out->peak_bandwidth = in fill_qos()
232 out->peak_bandwidth = buf[3]; in fill_qos()
/packages/modules/Bluetooth/system/bta/hd/
Dbta_hd_act.cc210 p_app_data->in_qos.token_bucket_size, p_app_data->in_qos.peak_bandwidth, in bta_hd_register_act()
215 p_app_data->out_qos.token_bucket_size, p_app_data->out_qos.peak_bandwidth, in bta_hd_register_act()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_main.cc520 STREAM_TO_UINT32(cfg_info.qos.peak_bandwidth, p); in process_l2cap_cmd()
657 STREAM_TO_UINT32(cfg_info.qos.peak_bandwidth, p); in process_l2cap_cmd()
Dl2c_utils.cc620 UINT32_TO_STREAM(p, p_cfg->qos.peak_bandwidth); in l2cu_send_peer_config_req()
716 UINT32_TO_STREAM(p, p_cfg->qos.peak_bandwidth); in l2cu_send_peer_config_rsp()
1415 p_ccb->our_cfg.qos.peak_bandwidth = p_ccb->peer_cfg.qos.peak_bandwidth = in l2cu_allocate_ccb()
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc362 uint32_t peak_bandwidth,
372 uint32_t peak_bandwidth,
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.h306 uint32_t peak_bandwidth, uint32_t latency,
315 uint32_t peak_bandwidth, uint32_t access_latency);
Ddual_mode_controller.cc1317 uint32_t peak_bandwidth = command_view.GetPeakBandwidth(); in QosSetup() local
1326 peak_bandwidth, latency, delay_variation); in QosSetup()
1397 uint32_t peak_bandwidth = command_view.GetPeakBandwidth(); in FlowSpecification() local
1405 peak_bandwidth, access_latency); in FlowSpecification()
/packages/modules/Bluetooth/system/pdl/l2cap/
Dl2cap_packets.pdl340 peak_bandwidth : 32, // Octets/second 0 = ignore
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl1571 peak_bandwidth : 32, // Octets/s
1665 peak_bandwidth : 32, // Octets/s
4806 peak_bandwidth : 32, // Octets/s
4930 peak_bandwidth : 32, // Octets/s
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl1728 peak_bandwidth : 32, // Octets/s
1822 peak_bandwidth : 32, // Octets/s
5974 peak_bandwidth : 32, // Octets/s
6098 peak_bandwidth : 32, // Octets/s