Home
last modified time | relevance | path

Searched refs:rx (Results 1 – 9 of 9) sorted by relevance

/system/bt/stack/rfcomm/
Dport_utils.c128 memset (&p_port->rx, 0, sizeof (p_port->rx)); in port_set_defaults()
216 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_port->rx.queue)) != NULL) in port_release_port()
219 p_port->rx.queue_size = 0; in port_release_port()
519 && !p_port->rx.user_fc in port_flow_control_peer()
527 p_port->rx.peer_fc = FALSE; in port_flow_control_peer()
536 p_port->rx.peer_fc = TRUE; in port_flow_control_peer()
539 else if (GKI_queue_length(&p_port->rx.queue) >= p_port->credit_rx_max) in port_flow_control_peer()
541 p_port->rx.peer_fc = TRUE; in port_flow_control_peer()
553 if (p_port->rx.peer_fc in port_flow_control_peer()
554 && (p_port->rx.queue_size < PORT_RX_LOW_WM) in port_flow_control_peer()
[all …]
Dport_api.c672 *p_rx_queue_count = p_port->rx.queue_size; in PORT_GetRxQueueCnt()
675 *p_rx_queue_count, p_port->rx.queue_size); in PORT_GetRxQueueCnt()
845 p_port->rx.user_fc = !enable; in PORT_FlowControl()
849 if (!p_port->rx.user_fc) in PORT_FlowControl()
859 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl()
867 if (enable && (p_port->rx.queue_size != 0)) in PORT_FlowControl()
924 p_port->rx.user_fc = !enable; in PORT_FlowControl_MaxCredit()
928 if (!p_port->rx.user_fc) in PORT_FlowControl_MaxCredit()
938 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl_MaxCredit()
946 if (enable && (p_port->rx.queue_size != 0)) in PORT_FlowControl_MaxCredit()
[all …]
Dport_rfc.c867 if ((p_port->rx.queue_size + p_buf->len > PORT_RX_CRITICAL_WM) in PORT_DataInd()
868 || (GKI_queue_length(&p_port->rx.queue) + 1 > p_port->rx_buf_critical)) in PORT_DataInd()
894 GKI_enqueue (&p_port->rx.queue, p_buf); in PORT_DataInd()
895 p_port->rx.queue_size += p_buf->len; in PORT_DataInd()
903 if (p_port->rx.user_fc) in PORT_DataInd()
Dport_int.h174 tPORT_DATA rx; /* Control block for data from peer to app */ member
Drfc_port_fsm.c405 && (!p_port->rx.user_fc) in rfc_port_sm_opened()
434 if(!GKI_queue_is_empty(&p_port->rx.queue)) in rfc_port_sm_opened()
/system/bt/stack/l2cap/
Dl2c_api.c1125 BOOLEAN L2CA_SetChnlDataRate (UINT16 cid, tL2CAP_CHNL_DATA_RATE tx, tL2CAP_CHNL_DATA_RATE rx) in L2CA_SetChnlDataRate() argument
1129 L2CAP_TRACE_API ("L2CA_SetChnlDataRate() CID: 0x%04x, tx:%d, rx:%d", cid, tx, rx); in L2CA_SetChnlDataRate()
1139 p_ccb->rx_data_rate = rx; in L2CA_SetChnlDataRate()
/system/core/logcat/
Devent.logtags103 52001 http_stats (useragent|3),(response|2|3),(processing|2|3),(tx|1|2),(rx|1|2)
/system/bt/stack/include/
Dl2c_api.h703 extern BOOLEAN L2CA_SetChnlDataRate (UINT16 cid, tL2CAP_CHNL_DATA_RATE tx, tL2CAP_CHNL_DATA_RATE rx
/system/bt/btif/src/
Dbtif_media_task.c251 long long rx; member