Home
last modified time | relevance | path

Searched refs:GpsLocation (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/gps/core/
DLocApiBase.h196 getWwanZppFix(GpsLocation & zppLoc);
198 getBestAvailableZppFix(GpsLocation & zppLoc);
200 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask);
DLocApiBase.cpp456 getWwanZppFix(GpsLocation & zppLoc)
460 getBestAvailableZppFix(GpsLocation & zppLoc)
464 getBestAvailableZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask)
Dgps_extended_c.h82 GpsLocation gpsLocation;
/hardware/libhardware/include/hardware/
Dgps.h446 } GpsLocation; typedef
524 typedef void (* gps_location_callback)(GpsLocation* location);
1117 typedef void (*gps_geofence_transition_callback) (int32_t geofence_id, GpsLocation* location,
1130 typedef void (*gps_geofence_status_callback) (int32_t status, GpsLocation* last_location);
/hardware/qcom/gps/msm8960/core/
Dgps_extended_c.h66 GpsLocation gpsLocation;
/hardware/qcom/gps/loc_api/libloc_api_50001/
DLocEngAdapter.h255 getZpp(GpsLocation &zppLoc, LocPosTechMask &tech_mask) in getZpp()