HomeSort by relevance Sort by last modified time
    Searched refs:port_find_mcb_dlci_port (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_if.c 84 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
107 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
133 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
202 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
250 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
277 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
303 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
325 rfc_port_sm_execute(port_find_mcb_dlci_port (p_mcb, dlci), RFC_EVENT_CLOSE, 0);
338 rfc_port_sm_execute(port_find_mcb_dlci_port (p_mcb, dlci), RFC_EVENT_DATA, p_buf);
port_rfc.c 296 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
387 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
448 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
500 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
552 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
584 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
626 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
685 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
723 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
757 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci)
    [all...]
rfc_port_fsm.c 557 p_port = port_find_mcb_dlci_port (p_mcb, dlci);
584 if ((p_port = port_find_mcb_dlci_port (p_mcb, p_frame->dlci)) == NULL)
617 p_port = port_find_mcb_dlci_port (p_mcb, p_frame->dlci);
702 p_port = port_find_mcb_dlci_port (p_mcb, p_frame->dlci);
777 p_port = port_find_mcb_dlci_port (p_mcb, p_frame->dlci);
port_int.h 230 extern tPORT *port_find_mcb_dlci_port (tRFC_MCB *p_mcb, UINT8 dlci);
rfc_l2cap_if.c 342 if (((p_port = port_find_mcb_dlci_port (p_mcb, rfc_cb.rfc.rx_frame.dlci)) == NULL)
port_utils.c 307 ** Function port_find_mcb_dlci_port
317 tPORT *port_find_mcb_dlci_port (tRFC_MCB *p_mcb, UINT8 dlci) function
330 RFCOMM_TRACE_DEBUG("port_find_mcb_dlci_port: p_mcb:%p, port_inx[dlci:%d] is 0", p_mcb, dlci);

Completed in 558 milliseconds