Searched refs:flow (Results 1 – 18 of 18) sorted by relevance
/system/bt/stack/rfcomm/ |
D | rfc_port_if.cc | 129 uint8_t flow; in RFCOMM_ParameterNegotiationRequest() local 147 flow = (p_mcb->flow == PORT_FC_UNDEFINED) ? PORT_FC_DEFAULT : p_mcb->flow; in RFCOMM_ParameterNegotiationRequest() 150 if (flow == PORT_FC_CREDIT) { in RFCOMM_ParameterNegotiationRequest()
|
D | port_rfc.cc | 311 if (p_mcb->flow == PORT_FC_UNDEFINED) { in PORT_ParNegInd() 314 p_mcb->flow = PORT_FC_TS710; in PORT_ParNegInd() 316 p_mcb->flow = PORT_FC_CREDIT; in PORT_ParNegInd() 333 } else if (p_mcb->flow == PORT_FC_CREDIT) { in PORT_ParNegInd() 372 if (p_mcb->flow == PORT_FC_UNDEFINED) { in PORT_ParNegCnf() 386 p_mcb->flow = PORT_FC_CREDIT; in PORT_ParNegCnf() 390 p_mcb->flow = PORT_FC_TS710; in PORT_ParNegCnf() 400 if (p_mcb->flow == PORT_FC_CREDIT) { in PORT_ParNegCnf()
|
D | rfc_utils.cc | 378 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in rfc_inc_credit() 399 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in rfc_dec_credit()
|
D | port_int.h | 93 uint8_t flow; /* flow control mechanism for this mux */ member
|
D | rfc_port_fsm.cc | 440 if ((p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) && in rfc_port_sm_opened() 763 if (p_port->rfc.p_mcb->flow != PORT_FC_CREDIT) { in rfc_process_msc()
|
D | port_utils.cc | 457 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in port_flow_control_peer()
|
D | port_api.cc | 632 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in PORT_FlowControl_MaxCredit()
|
D | rfc_ts_frames.cc | 545 if ((p_mcb->flow == PORT_FC_CREDIT) && (p_frame->type == RFCOMM_UIH) && in rfc_parse_data()
|
/system/bt/btif/include/ |
D | btif_pan_internal.h | 80 int flow; // 1: outbound data flow on; 0: outbound data flow off member
|
/system/bt/btif/src/ |
D | btif_pan.cc | 136 btpan_cb.flow = 1; in btif_pan_init() 369 btpan_cb.flow = enable; in btpan_set_flow_control() 481 btpan_cb.flow = 1; in btpan_open_conn() 676 for (int i = 0; i < PAN_BUF_MAX && btif_is_enabled() && btpan_cb.flow; i++) { in btu_exec_tap_fd_read() 746 if (btpan_cb.flow) { in btu_exec_tap_fd_read()
|
/system/bt/stack/btu/ |
D | btu_hcif.cc | 1312 FLOW_SPEC flow; in btu_hcif_qos_setup_comp_evt() local 1316 STREAM_TO_UINT8(flow.qos_flags, p); in btu_hcif_qos_setup_comp_evt() 1317 STREAM_TO_UINT8(flow.service_type, p); in btu_hcif_qos_setup_comp_evt() 1318 STREAM_TO_UINT32(flow.token_rate, p); in btu_hcif_qos_setup_comp_evt() 1319 STREAM_TO_UINT32(flow.peak_bandwidth, p); in btu_hcif_qos_setup_comp_evt() 1320 STREAM_TO_UINT32(flow.latency, p); in btu_hcif_qos_setup_comp_evt() 1321 STREAM_TO_UINT32(flow.delay_variation, p); in btu_hcif_qos_setup_comp_evt() 1323 btm_qos_setup_complete(status, handle, &flow); in btu_hcif_qos_setup_comp_evt()
|
/system/bt/btif/co/ |
D | bta_pan_co.cc | 100 btpan_cb.flow = 1; in bta_pan_co_open()
|
/system/bt/gd/docs/architecture/ |
D | architecture.md | 98 ### Data flow diagram 101 packets (function closure) passed through queues. Data flow between components 114 can be used as a flow control mechanism to avoid too many packets from user 154 * Smaller context leads to easier management of code flow 202 simplifies the signaling code flow.
|
/system/bt/stack/btm/ |
D | btm_acl.cc | 1814 qossu.flow.qos_flags = p_flow->qos_flags; in btm_qos_setup_complete() 1815 qossu.flow.service_type = p_flow->service_type; in btm_qos_setup_complete() 1816 qossu.flow.token_rate = p_flow->token_rate; in btm_qos_setup_complete() 1817 qossu.flow.peak_bandwidth = p_flow->peak_bandwidth; in btm_qos_setup_complete() 1818 qossu.flow.latency = p_flow->latency; in btm_qos_setup_complete() 1819 qossu.flow.delay_variation = p_flow->delay_variation; in btm_qos_setup_complete() 1822 qossu.flow.delay_variation); in btm_qos_setup_complete()
|
/system/bt/doc/ |
D | power_management.md | 91 ### Event flow 191 `bta_dm_pm_set_mode`, in which case the usual flow takes over.
|
/system/core/adb/ |
D | protocol.txt | 272 The initial design does handshaking to provide flow control, with a 273 message flow that looks like:
|
/system/bt/stack/include/ |
D | btm_api_types.h | 602 FLOW_SPEC flow; member
|
/system/apex/docs/ |
D | README.md | 4 that is used in the install flow for lower-level system
|