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

  /system/bt/stack/rfcomm/
rfc_port_if.cc 84 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci);
108 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci);
132 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci);
200 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci);
240 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci);
268 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci);
295 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci);
319 rfc_port_sm_execute(port_find_mcb_dlci_port(p_mcb, dlci), RFC_EVENT_CLOSE,
331 rfc_port_sm_execute(port_find_mcb_dlci_port(p_mcb, dlci), RFC_EVENT_DATA,
port_rfc.cc 275 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci);
365 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci);
425 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci);
473 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci);
522 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci);
551 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci);
585 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci);
638 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci);
670 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci);
698 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci)
    [all...]
rfc_port_fsm.cc 566 p_port = port_find_mcb_dlci_port(p_mcb, dlci);
595 p_port = port_find_mcb_dlci_port(p_mcb, p_frame->dlci);
625 p_port = port_find_mcb_dlci_port(p_mcb, p_frame->dlci);
712 p_port = port_find_mcb_dlci_port(p_mcb, p_frame->dlci);
774 p_port = port_find_mcb_dlci_port(p_mcb, p_frame->dlci);
port_int.h 222 extern tPORT* port_find_mcb_dlci_port(tRFC_MCB* p_mcb, uint8_t dlci);
rfc_l2cap_if.cc 317 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, rfc_cb.rfc.rx_frame.dlci);
port_utils.cc 297 * Function port_find_mcb_dlci_port
307 tPORT* port_find_mcb_dlci_port(tRFC_MCB* p_mcb, uint8_t dlci) { function

Completed in 396 milliseconds