Searched refs:rx (Results 1 – 9 of 9) sorted by relevance
/system/bt/stack/rfcomm/ |
D | port_utils.c | 128 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 …]
|
D | port_api.c | 672 *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 …]
|
D | port_rfc.c | 867 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()
|
D | port_int.h | 174 tPORT_DATA rx; /* Control block for data from peer to app */ member
|
D | rfc_port_fsm.c | 405 && (!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/ |
D | l2c_api.c | 1125 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/ |
D | event.logtags | 103 52001 http_stats (useragent|3),(response|2|3),(processing|2|3),(tx|1|2),(rx|1|2)
|
/system/bt/stack/include/ |
D | l2c_api.h | 703 extern BOOLEAN L2CA_SetChnlDataRate (UINT16 cid, tL2CAP_CHNL_DATA_RATE tx, tL2CAP_CHNL_DATA_RATE rx…
|
/system/bt/btif/src/ |
D | btif_media_task.c | 251 long long rx; member
|