HomeSort by relevance Sort by last modified time
    Searched full:tech_mask (Results 1 - 25 of 46) sorted by null

1 2

  /system/nfc/src/nfa/ce/
nfa_ce_api.c 194 tNFA_TECHNOLOGY_MASK tech_mask) {
201 /* If tech_mask is zero, then app is disabling listening for specified uicc */
202 if (tech_mask == 0) {
214 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) || ((tech_mask & ~use_mask) != 0)) {
415 p_msg->hdr.layer_specific = tech_mask;
    [all...]
nfa_ce_act.c 463 if (p_cb->listen_info[listen_info_idx].tech_mask &
467 if (p_cb->listen_info[listen_info_idx].tech_mask &
471 if (p_cb->listen_info[listen_info_idx].tech_mask &
475 if (p_cb->listen_info[listen_info_idx].tech_mask &
812 (p_cb->listen_info[listen_info_idx].tech_mask &
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp 150 static tNFA_STATUS startPolling_rfDiscoveryDisabled(tNFA_TECHNOLOGY_MASK tech_mask);
1083 tNFA_TECHNOLOGY_MASK tech_mask = DEFAULT_TECH_MASK; local
    [all...]
NfcJniUtil.h 121 int tech_mask; member in struct:nfc_jni_native_data
  /packages/apps/Nfc/nci/jni/extns/pn54x/inc/
phNxpExtns_Custom.h 120 NFCSTATUS phNxpExtns_select_poll_tech (tNFA_TECHNOLOGY_MASK tech_mask);
137 NFCSTATUS phNxpExtns_select_ce_listen_tech (tNFA_TECHNOLOGY_MASK tech_mask);
  /system/nfc/src/nfa/include/
nfa_ce_api.h 114 tNFA_HANDLE ee_handle, tNFA_TECHNOLOGY_MASK tech_mask);
233 extern tNFA_STATUS NFA_CeSetIsoDepListenTech(tNFA_TECHNOLOGY_MASK tech_mask);
  /system/nfc/src/nfa/int/
nfa_ce_int.h 98 tNFA_TECHNOLOGY_MASK tech_mask; member in struct:__anon114826
159 tNFA_TECHNOLOGY_MASK tech_mask; /* listening technologies */ member in struct:__anon114829
  /system/nfc/src/nfa/p2p/
nfa_p2p_main.c 688 void nfa_p2p_update_listen_tech(tNFA_TECHNOLOGY_MASK tech_mask) {
689 P2P_TRACE_DEBUG1("nfa_p2p_update_listen_tech () tech_mask = 0x%x",
690 tech_mask);
697 if (nfa_p2p_cb.listen_tech_mask != tech_mask) {
698 nfa_p2p_cb.listen_tech_mask = tech_mask;
  /hardware/qcom/gps/loc_api/libloc_api_50001/
LocEngAdapter.h 250 getZpp(GpsLocation &zppLoc, LocPosTechMask &tech_mask)
252 return mLocApi->getBestAvailableZppFix(zppLoc, tech_mask);
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
LocEngAdapter.h 255 getZpp(GpsLocation &zppLoc, LocPosTechMask &tech_mask)
257 return mLocApi->getBestAvailableZppFix(zppLoc, tech_mask);
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
LocEngAdapter.h 255 getZpp(GpsLocation &zppLoc, LocPosTechMask &tech_mask)
257 return mLocApi->getBestAvailableZppFix(zppLoc, tech_mask);
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
LocEngAdapter.h 250 getZpp(GpsLocation &zppLoc, LocPosTechMask &tech_mask)
252 return mLocApi->getBestAvailableZppFix(zppLoc, tech_mask);
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
LocEngAdapter.h 255 getZpp(GpsLocation &zppLoc, LocPosTechMask &tech_mask)
257 return mLocApi->getBestAvailableZppFix(zppLoc, tech_mask);
  /system/nfc/src/nfa/dm/
nfa_dm_api.c 633 tNFA_STATUS NFA_SetP2pListenTech(tNFA_TECHNOLOGY_MASK tech_mask) {
636 NFA_TRACE_API1("NFA_P2pSetListenTech (): tech_mask:0x%X", tech_mask);
642 p_msg->tech_mask = tech_mask;
    [all...]
  /hardware/qcom/gps/msm8909/core/
LocApiBase.cpp 502 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask)
505 memset(&tech_mask, 0, sizeof(tech_mask));
LocApiBase.h 209 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask);
  /hardware/qcom/gps/msm8996/core/
LocApiBase.cpp 501 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask)
504 memset(&tech_mask, 0, sizeof(tech_mask));
LocApiBase.h 209 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask);
  /hardware/qcom/gps/msm8998/core/
LocApiBase.cpp 543 getBestAvailableZppFix(LocGpsLocation & zppLoc, LocPosTechMask & tech_mask)
546 memset(&tech_mask, 0, sizeof(tech_mask));
LocApiBase.h 212 getBestAvailableZppFix(LocGpsLocation & zppLoc, LocPosTechMask & tech_mask);
  /hardware/qcom/gps/sdm845/core/
LocApiBase.cpp 544 getBestAvailableZppFix(LocGpsLocation & zppLoc, LocPosTechMask & tech_mask)
547 memset(&tech_mask, 0, sizeof(tech_mask));
LocApiBase.h 212 getBestAvailableZppFix(LocGpsLocation & zppLoc, LocPosTechMask & tech_mask);
  /hardware/qcom/gps/core/
LocApiBase.h 209 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask);
  /hardware/qcom/gps/msm8084/core/
LocApiBase.h 200 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask);
  /hardware/qcom/gps/msm8994/core/
LocApiBase.h 209 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask);

Completed in 531 milliseconds

1 2