Searched refs:inx (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/rfcomm/ |
D | port_rfc.c | 73 p_mcb->port_inx[p_port->dlci] = p_port->inx; in port_open_continue() 173 p_port->p_callback (events, p_port->inx); in port_start_close() 181 p_port->p_mgmt_callback (PORT_CLOSED, p_port->inx); in port_start_close() 234 (p_port->p_callback)(PORT_EV_CONNECT_ERR, p_port->inx); in PORT_StartCnf() 237 p_port->p_mgmt_callback (PORT_START_FAILED, p_port->inx); in PORT_StartCnf() 317 p_mcb->port_inx[dlci] = p_port->inx; in PORT_ParNegInd() 465 p_mcb->port_inx[dlci] = p_port->inx; in PORT_DlcEstablishInd() 480 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx); in PORT_DlcEstablishInd() 483 p_port->p_mgmt_callback (PORT_SUCCESS, p_port->inx); in PORT_DlcEstablishInd() 523 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx); in PORT_DlcEstablishCnf() [all …]
|
D | port_utils.c | 81 p_port->inx = yy + 1; in port_allocate_port() 249 RFCOMM_TRACE_DEBUG("%s Re-initialize handle: %d", __func__, p_port->inx); in port_release_port() 272 RFCOMM_TRACE_DEBUG("%s Clean-up handle: %d", __func__, p_port->inx); in port_release_port() 324 UINT8 inx; in port_find_mcb_dlci_port() local 332 inx = p_mcb->port_inx[dlci]; in port_find_mcb_dlci_port() 333 if (inx == 0) in port_find_mcb_dlci_port() 339 return (&rfc_cb.port.port[inx - 1]); in port_find_mcb_dlci_port()
|
D | port_api.c | 153 *p_handle = p_port->inx; in RFCOMM_CreateConnection() 187 *p_handle = p_port->inx; in RFCOMM_CreateConnection() 875 p_port->p_callback (events, p_port->inx); in PORT_FlowControl() 954 p_port->p_callback (events, p_port->inx); in PORT_FlowControl_MaxCredit() 1194 (p_port->p_callback)(events, p_port->inx); in PORT_Purge() 1405 p_port->p_callback (PORT_EV_ERR, p_port->inx); in port_write() 1490 (p_port->p_callback)(event, p_port->inx); in PORT_Write() 1642 (p_port->p_callback)(event, p_port->inx); in PORT_WriteDataCO() 1763 (p_port->p_callback)(event, p_port->inx); in PORT_WriteData()
|
D | port_int.h | 147 UINT8 inx; /* Index of this control block in the port_info array */ member
|
D | rfc_l2cap_if.c | 364 p_mcb->port_inx[rfc_cb.rfc.rx_frame.dlci] = p_port->inx; in RFCOMM_BufDataInd()
|
/system/bt/stack/btm/ |
D | btm_inq.c | 1189 UINT16 inx; in BTM_InqDbNext() local 1194 inx = (UINT16)((p_ent - btm_cb.btm_inq_vars.inq_db) + 1); in BTM_InqDbNext() 1196 for (p_ent = &btm_cb.btm_inq_vars.inq_db[inx]; inx < BTM_INQ_DB_SIZE; inx++, p_ent++) in BTM_InqDbNext()
|
/system/bt/bta/av/ |
D | bta_av_act.c | 1599 UINT32 inx = PTR_TO_UINT(data); in bta_av_accept_signalling_timer_cback() local 1602 if (inx < BTA_AV_NUM_STRS) in bta_av_accept_signalling_timer_cback() 1604 p_scb = p_cb->p_scb[inx]; in bta_av_accept_signalling_timer_cback() 1626 UINT_TO_PTR(inx), in bta_av_accept_signalling_timer_cback()
|