Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/location/
DGpsFix.h25 struct GpsFix { struct
33 bool operator<(const GpsFix &other) const { return time < other.time; } argument
36 typedef std::vector<GpsFix> GpsFixArray;
DKmlParser.cpp60 GpsFix new_fix; in parseCoordinates()
84 GpsFix new_fix; in parseGxTrack()
DGpxParser.cpp39 static bool parseLocation(xmlNode *ptNode, xmlDoc *doc, GpsFix *result, in parseLocation()
145 GpsFix location; in parse()
/device/google/cuttlefish/host/commands/cvd_import_locations/unittest/
Dgpx_parser_test.cc285 const GpsFix& wpt = locations[0]; in TEST()
301 const GpsFix& wpt = locations[0]; in TEST()
/device/google/cuttlefish/host/frontend/webrtc/
Dlocation_handler.cpp51 GpsFix location; in HandleMessage()
/device/google/cuttlefish/host/commands/cvd_update_location/
Dmain.cc51 GpsFix location; in UpdateLocationCvdMain()