/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | classic_acl_connection.cc | 97 …void OnFlowSpecificationComplete(FlowDirection flow_direction, ServiceType service_type, uint32_t … in OnFlowSpecificationComplete() argument 100 …SAVE_OR_CALL(OnFlowSpecificationComplete, flow_direction, service_type, token_rate, token_bucket_s… in OnFlowSpecificationComplete() 473 bool ClassicAclConnection::FlowSpecification(FlowDirection flow_direction, ServiceType service_type, in FlowSpecification() argument 479 flow_direction, in FlowSpecification()
|
D | connection_management_callbacks.h | 53 …virtual void OnFlowSpecificationComplete(FlowDirection flow_direction, ServiceType service_type, u…
|
D | classic_acl_connection.h | 59 …virtual bool FlowSpecification(FlowDirection flow_direction, ServiceType service_type, uint32_t to…
|
D | connection_management_callbacks_mock.h | 61 (FlowDirection flow_direction,
|
D | classic_impl.h | 592 FlowDirection flow_direction = complete_view.GetFlowDirection(); 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/gd/l2cap/classic/internal/ |
D | link.cc | 386 void Link::OnFlowSpecificationComplete(hci::FlowDirection flow_direction, hci::ServiceType service_… in OnFlowSpecificationComplete() argument 392 hci::FlowDirectionText(flow_direction), in OnFlowSpecificationComplete()
|
D | link.h | 182 void OnFlowSpecificationComplete(hci::FlowDirection flow_direction, hci::ServiceType service_type,
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl_legacy_interface.h | 60 void (*on_flow_specification_complete)(uint16_t flow_direction,
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | acl_manager_facade.cc | 481 FlowDirection flow_direction, in OnFlowSpecificationComplete() argument 490 (uint8_t)flow_direction, in OnFlowSpecificationComplete()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_unittest.cc | 368 FlowDirection flow_direction,
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.h | 312 ErrorCode FlowSpecification(uint16_t handle, uint8_t flow_direction,
|
D | dual_mode_controller.cc | 1392 uint8_t flow_direction = in FlowSpecification() local 1404 handle, flow_direction, service_type, token_rate, token_bucket_size, in FlowSpecification()
|
D | link_layer_controller.cc | 5865 uint16_t handle, uint8_t flow_direction, uint8_t service_type, in FlowSpecification() argument 5872 if (flow_direction > 0x01 || service_type > 0x02) { in FlowSpecification()
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 1661 flow_direction : FlowDirection, 4926 flow_direction : FlowDirection,
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 1818 flow_direction : FlowDirection, 6094 flow_direction : FlowDirection,
|