Searched refs:inx (Results 1 – 8 of 8) sorted by relevance
/system/bt/stack/rfcomm/ |
D | port_rfc.cc | 73 p_mcb->port_inx[p_port->dlci] = p_port->inx; in port_open_continue() 165 p_port->p_callback(events, p_port->inx); in port_start_close() 172 p_port->p_mgmt_callback(PORT_CLOSED, p_port->inx); in port_start_close() 218 (p_port->p_callback)(PORT_EV_CONNECT_ERR, p_port->inx); in PORT_StartCnf() 221 p_port->p_mgmt_callback(PORT_START_FAILED, p_port->inx); in PORT_StartCnf() 296 p_mcb->port_inx[dlci], p_port->inx); in PORT_ParNegInd() 297 p_mcb->port_inx[dlci] = p_port->inx; in PORT_ParNegInd() 380 p_port->inx); in PORT_ParNegCnf() 439 p_mcb->port_inx[dlci] = p_port->inx; in PORT_DlcEstablishInd() 453 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx); in PORT_DlcEstablishInd() [all …]
|
D | rfc_port_fsm.cc | 146 RFCOMM_TRACE_WARNING("%s, RFC_EVENT_DM, index=%d", __func__, p_port->inx); in rfc_port_sm_state_closed() 197 p_port->inx); in rfc_port_sm_sabme_wait_ua() 213 RFCOMM_TRACE_WARNING("%s, RFC_EVENT_DM, index=%d", __func__, p_port->inx); in rfc_port_sm_sabme_wait_ua() 222 p_port->inx); in rfc_port_sm_sabme_wait_ua() 285 p_port->inx); in rfc_port_sm_term_wait_sec_check() 342 __func__, event, p_port->inx, *((uint8_t*)p_data)); in rfc_port_sm_orig_wait_sec_check() 362 p_port->inx); in rfc_port_sm_orig_wait_sec_check() 406 p_port->inx); in rfc_port_sm_opened() 438 RFCOMM_TRACE_WARNING("%s, RFC_EVENT_DM, index=%d", __func__, p_port->inx); in rfc_port_sm_opened() 487 p_port->inx); in rfc_port_sm_disc_wait_ua() [all …]
|
D | port_utils.cc | 75 p_port->inx = yy + 1; in port_allocate_port() 245 RFCOMM_TRACE_DEBUG("%s Re-initialize handle: %d", __func__, p_port->inx); in port_release_port() 267 RFCOMM_TRACE_DEBUG("%s Clean-up handle: %d", __func__, p_port->inx); in port_release_port() 320 uint8_t inx = p_mcb->port_inx[dlci]; in port_find_mcb_dlci_port() local 321 if (inx == 0) { in port_find_mcb_dlci_port() 327 return &rfc_cb.port.port[inx - 1]; in port_find_mcb_dlci_port()
|
D | port_api.cc | 156 << ", p_mcb=" << p_mcb << ", port=" << +p_port->inx; in RFCOMM_CreateConnection() 157 *p_handle = p_port->inx; in RFCOMM_CreateConnection() 192 *p_handle = p_port->inx; in RFCOMM_CreateConnection() 830 p_port->p_callback(events, p_port->inx); in PORT_FlowControl() 897 p_port->p_callback(events, p_port->inx); in PORT_FlowControl_MaxCredit() 1121 (p_port->p_callback)(events, p_port->inx); in PORT_Purge() 1309 p_port->p_callback(PORT_EV_ERR, p_port->inx); in port_write() 1387 if (p_port->p_callback && event) (p_port->p_callback)(event, p_port->inx); in PORT_Write() 1542 if (p_port->p_callback && event) (p_port->p_callback)(event, p_port->inx); in PORT_WriteDataCO() 1653 if (p_port->p_callback && event) (p_port->p_callback)(event, p_port->inx); in PORT_WriteData()
|
D | rfc_l2cap_if.cc | 346 p_mcb->port_inx[rfc_cb.rfc.rx_frame.dlci], p_port->inx); in RFCOMM_BufDataInd() 347 p_mcb->port_inx[rfc_cb.rfc.rx_frame.dlci] = p_port->inx; in RFCOMM_BufDataInd()
|
D | port_int.h | 142 uint8_t inx; /* Index of this control block in the port_info array */ member
|
/system/bt/stack/btm/ |
D | btm_inq.cc | 987 uint16_t inx; in BTM_InqDbNext() local 991 inx = (uint16_t)((p_ent - btm_cb.btm_inq_vars.inq_db) + 1); in BTM_InqDbNext() 993 for (p_ent = &btm_cb.btm_inq_vars.inq_db[inx]; inx < BTM_INQ_DB_SIZE; in BTM_InqDbNext() 994 inx++, p_ent++) { in BTM_InqDbNext()
|
/system/bt/bta/av/ |
D | bta_av_act.cc | 1555 uint32_t inx = PTR_TO_UINT(data); in bta_av_accept_signalling_timer_cback() local 1558 if (inx < BTA_AV_NUM_STRS) { in bta_av_accept_signalling_timer_cback() 1559 p_scb = p_cb->p_scb[inx]; in bta_av_accept_signalling_timer_cback() 1577 UINT_TO_PTR(inx)); in bta_av_accept_signalling_timer_cback()
|