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

  /external/libnfc-nci/src/nfa/include/
nfa_ce_api.h 115 tNFA_TECHNOLOGY_MASK tech_mask);
226 NFC_API extern tNFA_STATUS NFA_CeSetIsoDepListenTech (tNFA_TECHNOLOGY_MASK tech_mask);
nfa_ee_api.h 319 tNFA_TECHNOLOGY_MASK technologies_switch_on,
320 tNFA_TECHNOLOGY_MASK technologies_switch_off,
321 tNFA_TECHNOLOGY_MASK technologies_battery_off);
nfa_api.h 106 /* Definitions for tNFA_TECHNOLOGY_MASK */
116 typedef UINT8 tNFA_TECHNOLOGY_MASK;
    [all...]
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_api.c 200 tNFA_TECHNOLOGY_MASK tech_mask)
401 tNFA_STATUS NFA_CeSetIsoDepListenTech (tNFA_TECHNOLOGY_MASK tech_mask)
404 tNFA_TECHNOLOGY_MASK use_mask = (NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_B);
  /packages/apps/Nfc/nci/jni/
PeerToPeer.h 304 void setP2pListenMask (tNFA_TECHNOLOGY_MASK p2pListenMask);
316 tNFA_TECHNOLOGY_MASK getP2pListenMask ();
401 tNFA_TECHNOLOGY_MASK mP2pListenTechMask; // P2P Listen mask
RouteDataSet.h 86 tNFA_TECHNOLOGY_MASK mTechnology;
RoutingManager.h 79 tNFA_TECHNOLOGY_MASK mSeTechMask;
NativeNfcManager.cpp 146 static tNFA_STATUS startPolling_rfDiscoveryDisabled(tNFA_TECHNOLOGY_MASK tech_mask);
    [all...]
PeerToPeer.cpp     [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 130 tNFA_TECHNOLOGY_MASK tech_switch_on; /* default routing - technologies switch_on */
131 tNFA_TECHNOLOGY_MASK tech_switch_off; /* default routing - technologies switch_off */
132 tNFA_TECHNOLOGY_MASK tech_battery_off; /* default routing - technologies battery_off*/
203 tNFA_TECHNOLOGY_MASK technologies_switch_on;
204 tNFA_TECHNOLOGY_MASK technologies_switch_off;
205 tNFA_TECHNOLOGY_MASK technologies_battery_off;
nfa_ce_int.h 103 tNFA_TECHNOLOGY_MASK tech_mask;
157 tNFA_TECHNOLOGY_MASK tech_mask; /* listening technologies */
nfa_p2p_int.h 256 tNFA_TECHNOLOGY_MASK listen_tech_mask; /* for P2P listening */
257 tNFA_TECHNOLOGY_MASK listen_tech_mask_to_restore;/* to retry without active listen mode */
292 void nfa_p2p_update_listen_tech (tNFA_TECHNOLOGY_MASK tech_mask);
nfa_dm_int.h 106 tNFA_TECHNOLOGY_MASK poll_mask;
116 tNFA_TECHNOLOGY_MASK poll_mask;
123 tNFA_TECHNOLOGY_MASK tech_mask;
483 tNFA_TECHNOLOGY_MASK poll_mask; /* technologies being polled */
617 void nfa_dm_start_excl_discovery (tNFA_TECHNOLOGY_MASK poll_tech_mask,
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_api.c 280 tNFA_STATUS NFA_RequestExclusiveRfControl (tNFA_TECHNOLOGY_MASK poll_mask,
379 tNFA_STATUS NFA_EnablePolling (tNFA_TECHNOLOGY_MASK poll_mask)
591 tNFA_STATUS NFA_SetP2pListenTech (tNFA_TECHNOLOGY_MASK tech_mask)
    [all...]
nfa_dm_act.c 884 tNFA_TECHNOLOGY_MASK poll_tech_mask;
    [all...]
nfa_dm_discover.c     [all...]
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_api.c 294 tNFA_TECHNOLOGY_MASK technologies_switch_on,
295 tNFA_TECHNOLOGY_MASK technologies_switch_off,
296 tNFA_TECHNOLOGY_MASK technologies_battery_off)
nfa_ee_act.c 535 tNFA_TECHNOLOGY_MASK old_tech_switch_on = p_cb->tech_switch_on;
536 tNFA_TECHNOLOGY_MASK old_tech_switch_off = p_cb->tech_switch_off;
537 tNFA_TECHNOLOGY_MASK old_tech_battery_off = p_cb->tech_battery_off;
    [all...]
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_main.c 668 void nfa_p2p_update_listen_tech (tNFA_TECHNOLOGY_MASK tech_mask)

Completed in 529 milliseconds