Searched refs:flow_direction (Results 1 – 14 of 14) sorted by relevance
/system/bt/gd/hci/acl_manager/ |
D | connection_management_callbacks.h | 53 …virtual void OnFlowSpecificationComplete(FlowDirection flow_direction, ServiceType service_type, u…
|
D | classic_acl_connection.h | 54 …virtual bool FlowSpecification(FlowDirection flow_direction, ServiceType service_type, uint32_t to…
|
D | classic_acl_connection.cc | 92 …void OnFlowSpecificationComplete(FlowDirection flow_direction, ServiceType service_type, uint32_t … in OnFlowSpecificationComplete() argument 95 …SAVE_OR_CALL(OnFlowSpecificationComplete, flow_direction, service_type, token_rate, token_bucket_s… in OnFlowSpecificationComplete() 456 bool ClassicAclConnection::FlowSpecification(FlowDirection flow_direction, ServiceType service_type, in FlowSpecification() argument 460 …FlowSpecificationBuilder::Create(handle_, flow_direction, service_type, token_rate, token_bucket_s… in FlowSpecification()
|
D | classic_impl.h | 555 FlowDirection flow_direction = complete_view.GetFlowDirection(); in on_flow_specification_complete() local 562 … flow_direction, service_type, token_rate, token_bucket_size, peak_bandwidth, access_latency); in on_flow_specification_complete()
|
/system/bt/main/shim/ |
D | acl_legacy_interface.h | 64 void (*on_flow_specification_complete)(uint16_t flow_direction,
|
D | acl.cc | 442 void OnFlowSpecificationComplete(hci::FlowDirection flow_direction, in OnFlowSpecificationComplete() argument
|
/system/bt/gd/l2cap/classic/internal/ |
D | link.cc | 373 void Link::OnFlowSpecificationComplete(hci::FlowDirection flow_direction, hci::ServiceType service_… in OnFlowSpecificationComplete() argument 380 hci::FlowDirectionText(flow_direction).c_str(), in OnFlowSpecificationComplete()
|
D | link.h | 168 void OnFlowSpecificationComplete(hci::FlowDirection flow_direction, hci::ServiceType service_type,
|
/system/bt/gd/hci/facade/ |
D | acl_manager_facade.cc | 459 FlowDirection flow_direction, in OnFlowSpecificationComplete() argument 468 (uint8_t)flow_direction, in OnFlowSpecificationComplete()
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | link_layer_controller.h | 327 ErrorCode FlowSpecification(uint16_t handle, uint8_t flow_direction,
|
D | dual_mode_controller.cc | 1215 uint8_t flow_direction = in FlowSpecification() local 1224 handle, flow_direction, service_type, token_rate, token_bucket_size, in FlowSpecification()
|
D | link_layer_controller.cc | 2397 uint16_t handle, uint8_t flow_direction, uint8_t service_type, in FlowSpecification() argument 2404 if (flow_direction > 0x01 || service_type > 0x02) { in FlowSpecification()
|
/system/bt/gd/hci/ |
D | acl_manager_test.cc | 508 void(FlowDirection flow_direction, ServiceType service_type, uint32_t token_rate,
|
D | hci_packets.pdl | 1604 flow_direction : FlowDirection, 5068 flow_direction : FlowDirection,
|