Home
last modified time | relevance | path

Searched refs:tech_mask (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
DLocEngAdapter.h255 getZpp(GpsLocation &zppLoc, LocPosTechMask &tech_mask) in getZpp() argument
257 return mLocApi->getBestAvailableZppFix(zppLoc, tech_mask); in getZpp()
Dloc_eng.cpp2037 LocPosTechMask tech_mask = LOC_POS_TECH_MASK_DEFAULT; in loc_eng_get_zpp_handler() local
2043 ret_val = loc_eng_data.adapter->getZpp(location.gpsLocation, tech_mask); in loc_eng_get_zpp_handler()
2052 tech_mask); in loc_eng_get_zpp_handler()
/hardware/qcom/gps/core/
DLocApiBase.h199 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask);
DLocApiBase.cpp458 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask)