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

  /system/nfc/src/nfa/p2p/
nfa_p2p_api.c 177 if ((xx >= NFA_P2P_NUM_SAP) || (nfa_p2p_cb.sap_cb[xx].p_cback == NULL)) {
377 if ((xx >= NFA_P2P_NUM_SAP) || (nfa_p2p_cb.sap_cb[xx].p_cback == NULL)) {
434 if ((xx >= NFA_P2P_NUM_SAP) || (nfa_p2p_cb.sap_cb[xx].p_cback == NULL)) {
493 if ((xx >= NFA_P2P_NUM_SAP) || (nfa_p2p_cb.sap_cb[xx].p_cback == NULL)) {
581 if ((xx >= NFA_P2P_NUM_SAP) || (nfa_p2p_cb.sap_cb[xx].p_cback == NULL)) {
616 if ((xx >= NFA_P2P_NUM_SAP) || (nfa_p2p_cb.sap_cb[xx].p_cback == NULL)) {
878 if ((xx >= NFA_P2P_NUM_SAP) || (nfa_p2p_cb.sap_cb[xx].p_cback == NULL)) {
925 if ((xx >= NFA_P2P_NUM_SAP) || (nfa_p2p_cb.sap_cb[xx].p_cback == NULL)) {
    [all...]
nfa_p2p_act.c 744 for (xx = 0; xx < NFA_P2P_NUM_SAP; xx++) {
751 if (xx >= NFA_P2P_NUM_SAP) {
    [all...]
  /system/nfc/src/nfa/int/
nfa_p2p_int.h 229 #define NFA_P2P_NUM_SAP 64
250 tNFA_P2P_SAP_CB sap_cb[NFA_P2P_NUM_SAP];

Completed in 532 milliseconds