Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/p2p/
Dnfa_p2p_api.c171 if ( (xx >= NFA_P2P_NUM_SAP) in NFA_P2pDeregister()
391 if ( (xx >= NFA_P2P_NUM_SAP) in NFA_P2pConnectByName()
452 if ( (xx >= NFA_P2P_NUM_SAP) in NFA_P2pConnectBySap()
514 if ( (xx >= NFA_P2P_NUM_SAP) in NFA_P2pSendUI()
610 if ( (xx >= NFA_P2P_NUM_SAP) in NFA_P2pReadUI()
654 if ( (xx >= NFA_P2P_NUM_SAP) in NFA_P2pFlushUI()
948 if ( (xx >= NFA_P2P_NUM_SAP) in NFA_P2pGetLinkInfo()
998 if ( (xx >= NFA_P2P_NUM_SAP) in NFA_P2pGetRemoteSap()
Dnfa_p2p_act.c817 for (xx = 0; xx < NFA_P2P_NUM_SAP; xx++) in nfa_p2p_dereg()
826 if (xx >= NFA_P2P_NUM_SAP) in nfa_p2p_dereg()
/external/libnfc-nci/src/nfa/int/
Dnfa_p2p_int.h240 #define NFA_P2P_NUM_SAP 64 macro
257 tNFA_P2P_SAP_CB sap_cb[NFA_P2P_NUM_SAP];