Home
last modified time | relevance | path

Searched refs:NFA_P2P_NUM_SAP (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/nfa/p2p/
Dnfa_p2p_api.cc173 if ((xx >= NFA_P2P_NUM_SAP) || (nfa_p2p_cb.sap_cb[xx].p_cback == nullptr)) { in NFA_P2pDeregister()
372 if ((xx >= NFA_P2P_NUM_SAP) || (nfa_p2p_cb.sap_cb[xx].p_cback == nullptr)) { in NFA_P2pConnectByName()
429 if ((xx >= NFA_P2P_NUM_SAP) || (nfa_p2p_cb.sap_cb[xx].p_cback == nullptr)) { in NFA_P2pConnectBySap()
488 if ((xx >= NFA_P2P_NUM_SAP) || (nfa_p2p_cb.sap_cb[xx].p_cback == nullptr)) { in NFA_P2pSendUI()
575 if ((xx >= NFA_P2P_NUM_SAP) || (nfa_p2p_cb.sap_cb[xx].p_cback == nullptr)) { in NFA_P2pReadUI()
610 if ((xx >= NFA_P2P_NUM_SAP) || (nfa_p2p_cb.sap_cb[xx].p_cback == nullptr)) { in NFA_P2pFlushUI()
870 if ((xx >= NFA_P2P_NUM_SAP) || (nfa_p2p_cb.sap_cb[xx].p_cback == nullptr)) { in NFA_P2pGetLinkInfo()
916 if ((xx >= NFA_P2P_NUM_SAP) || (nfa_p2p_cb.sap_cb[xx].p_cback == nullptr)) { in NFA_P2pGetRemoteSap()
Dnfa_p2p_act.cc743 for (xx = 0; xx < NFA_P2P_NUM_SAP; xx++) { in nfa_p2p_dereg()
750 if (xx >= NFA_P2P_NUM_SAP) { in nfa_p2p_dereg()
/system/nfc/src/nfa/include/
Dnfa_p2p_int.h227 #define NFA_P2P_NUM_SAP 64 macro
248 tNFA_P2P_SAP_CB sap_cb[NFA_P2P_NUM_SAP];