Searched refs:tech_mask (Results 1 - 20 of 20) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A DLocEngAdapter.h250 getZpp(GpsLocation &zppLoc, LocPosTechMask &tech_mask) argument
252 return mLocApi->getBestAvailableZppFix(zppLoc, tech_mask);
H A Dloc_eng.cpp2180 LocPosTechMask tech_mask = LOC_POS_TECH_MASK_DEFAULT; local
2185 ret_val = loc_eng_data.adapter->getZpp(location.gpsLocation, tech_mask);
2194 tech_mask);
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A DLocEngAdapter.h255 getZpp(GpsLocation &zppLoc, LocPosTechMask &tech_mask) argument
257 return mLocApi->getBestAvailableZppFix(zppLoc, tech_mask);
H A Dloc_eng.cpp2182 LocPosTechMask tech_mask = LOC_POS_TECH_MASK_DEFAULT; local
2188 ret_val = loc_eng_data.adapter->getZpp(location.gpsLocation, tech_mask);
2197 tech_mask);
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A DLocEngAdapter.h251 getZpp(GpsLocation &zppLoc, LocPosTechMask &tech_mask) argument
253 return mLocApi->getBestAvailableZppFix(zppLoc, tech_mask);
H A Dloc_eng.cpp2181 LocPosTechMask tech_mask = LOC_POS_TECH_MASK_DEFAULT; local
2186 ret_val = loc_eng_data.adapter->getZpp(location.gpsLocation, tech_mask);
2195 tech_mask);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A DLocEngAdapter.h250 getZpp(GpsLocation &zppLoc, LocPosTechMask &tech_mask) argument
252 return mLocApi->getBestAvailableZppFix(zppLoc, tech_mask);
H A Dloc_eng.cpp2180 LocPosTechMask tech_mask = LOC_POS_TECH_MASK_DEFAULT; local
2185 ret_val = loc_eng_data.adapter->getZpp(location.gpsLocation, tech_mask);
2194 tech_mask);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A DLocEngAdapter.h251 getZpp(GpsLocation &zppLoc, LocPosTechMask &tech_mask) argument
253 return mLocApi->getBestAvailableZppFix(zppLoc, tech_mask);
H A Dloc_eng.cpp2181 LocPosTechMask tech_mask = LOC_POS_TECH_MASK_DEFAULT; local
2186 ret_val = loc_eng_data.adapter->getZpp(location.gpsLocation, tech_mask);
2195 tech_mask);
/hardware/qcom/gps/msm8909/core/
H A DLocApiBase.cpp503 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask) argument
506 memset(&tech_mask, 0, sizeof(tech_mask));
H A DLocApiBase.h209 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask);
/hardware/qcom/gps/msm8996/core/
H A DLocApiBase.cpp503 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask) argument
506 memset(&tech_mask, 0, sizeof(tech_mask));
H A DLocApiBase.h209 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask);
/hardware/qcom/gps/core/
H A DLocApiBase.h209 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask);
H A DLocApiBase.cpp499 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask)
/hardware/qcom/gps/msm8084/core/
H A DLocApiBase.h200 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask);
H A DLocApiBase.cpp464 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask)
/hardware/qcom/gps/msm8994/core/
H A DLocApiBase.h209 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask);
H A DLocApiBase.cpp499 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask)

Completed in 423 milliseconds