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

  /external/libnfc-nci/src/nfa/ce/
nfa_ce_api.c 200 tNFA_TECHNOLOGY_MASK tech_mask)
207 /* If tech_mask is zero, then app is disabling listening for specified uicc */
208 if (tech_mask == 0)
220 p_msg->reg_listen.tech_mask = tech_mask;
401 tNFA_STATUS NFA_CeSetIsoDepListenTech (tNFA_TECHNOLOGY_MASK tech_mask)
406 NFA_TRACE_API1 ("NFA_CeSetIsoDepListenTech (): 0x%x", tech_mask);
407 if (((tech_mask & use_mask) == 0) ||
408 ((tech_mask & ~use_mask) != 0) )
417 p_msg->hdr.layer_specific = tech_mask;
    [all...]
nfa_ce_act.c 440 if (p_cb->listen_info[listen_info_idx].tech_mask & NFA_TECHNOLOGY_MASK_A)
444 if (p_cb->listen_info[listen_info_idx].tech_mask & NFA_TECHNOLOGY_MASK_B)
448 if (p_cb->listen_info[listen_info_idx].tech_mask & NFA_TECHNOLOGY_MASK_F)
452 if (p_cb->listen_info[listen_info_idx].tech_mask & NFA_TECHNOLOGY_MASK_B_PRIME)
795 (p_cb->listen_info[listen_info_idx].tech_mask & NFA_TECHNOLOGY_MASK_F))
    [all...]
  /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_api.h     [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ce_int.h 103 tNFA_TECHNOLOGY_MASK tech_mask; member in struct:__anon27891
157 tNFA_TECHNOLOGY_MASK tech_mask; /* listening technologies */ member in struct:__anon27894
nfa_p2p_int.h 292 void nfa_p2p_update_listen_tech (tNFA_TECHNOLOGY_MASK tech_mask);
nfa_dm_int.h 123 tNFA_TECHNOLOGY_MASK tech_mask; member in struct:__anon27913
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp 145 static tNFA_STATUS startPolling_rfDiscoveryDisabled(tNFA_TECHNOLOGY_MASK tech_mask);
936 tNFA_TECHNOLOGY_MASK tech_mask = DEFAULT_TECH_MASK; local
    [all...]
NfcJniUtil.h 121 int tech_mask; member in struct:nfc_jni_native_data
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_api.c 591 tNFA_STATUS NFA_SetP2pListenTech (tNFA_TECHNOLOGY_MASK tech_mask)
595 NFA_TRACE_API1 ("NFA_P2pSetListenTech (): tech_mask:0x%X", tech_mask);
600 p_msg->tech_mask = tech_mask;
    [all...]
nfa_dm_act.c     [all...]
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_main.c 668 void nfa_p2p_update_listen_tech (tNFA_TECHNOLOGY_MASK tech_mask)
670 P2P_TRACE_DEBUG1 ("nfa_p2p_update_listen_tech () tech_mask = 0x%x", tech_mask);
678 if (nfa_p2p_cb.listen_tech_mask != tech_mask)
680 nfa_p2p_cb.listen_tech_mask = tech_mask;
  /hardware/qcom/gps/loc_api/libloc_api_50001/
LocEngAdapter.h 255 getZpp(GpsLocation &zppLoc, LocPosTechMask &tech_mask)
257 return mLocApi->getBestAvailableZppFix(zppLoc, tech_mask);
loc_eng.cpp 2037 LocPosTechMask tech_mask = LOC_POS_TECH_MASK_DEFAULT; local
    [all...]
  /hardware/qcom/gps/core/
LocApiBase.h 199 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask);
LocApiBase.cpp 458 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask)

Completed in 135 milliseconds