Home
last modified time | relevance | path

Searched refs:GpsFixArray (Results 1 – 14 of 14) sorted by relevance

/device/google/cuttlefish/host/commands/cvd_import_locations/unittest/
Dkml_parser_test.cc26 bool ParseKmlFile(GpsFixArray* locations, char* text, std::string* error) { in ParseKmlFile()
39 bool ParseKmlString(GpsFixArray* locations, char* text, std::string* error) { in ParseKmlString()
47 GpsFixArray locations; in TEST()
59 GpsFixArray locations; in TEST()
67 GpsFixArray locations; in TEST()
86 GpsFixArray locations; in TEST()
95 GpsFixArray locations; in TEST()
158 GpsFixArray locations; in TEST()
182 GpsFixArray locations; in TEST()
215 GpsFixArray locations; in TEST()
[all …]
Dgpx_parser_test.cc27 bool ParseGpxFile(GpsFixArray* locations, char* text, std::string* error) { in ParseGpxFile()
40 bool ParseGpxString(GpsFixArray* locations, char* text, std::string* error) { in ParseGpxString()
49 GpsFixArray locations; in TEST()
62 GpsFixArray locations; in TEST()
71 GpsFixArray locations; in TEST()
90 GpsFixArray locations; in TEST()
99 GpsFixArray locations; in TEST()
145 GpsFixArray locations; in TEST()
163 GpsFixArray locations; in TEST()
188 GpsFixArray locations; in TEST()
[all …]
/device/google/cuttlefish/host/libs/location/
DKmlParser.cpp47 static bool parseCoordinates(xmlNode* current, GpsFixArray* fixes) { in parseCoordinates()
76 static bool parseGxTrack(xmlNode* children, GpsFixArray* fixes) { in parseGxTrack()
94 static bool parsePlacemark(xmlNode* current, GpsFixArray* fixes) { in parsePlacemark()
138 static bool traverseSubtree(xmlNode* current, GpsFixArray* fixes, in traverseSubtree()
159 bool KmlParser::parseFile(const char* filePath, GpsFixArray* fixes, in parseFile()
187 bool KmlParser::parseString(const char* str, int len, GpsFixArray* fixes, in parseString()
DGpxParser.cpp143 static bool parse(xmlDoc *doc, GpsFixArray *fixes, string *error) { in parse()
203 bool GpxParser::parseFile(const char *filePath, GpsFixArray *fixes, in parseFile()
214 bool GpxParser::parseString(const char *str, int len, GpsFixArray *fixes, in parseString()
DGpxParser.h29 static bool parseFile(const char *filePath, GpsFixArray *fixes,
32 static bool parseString(const char *str, int len, GpsFixArray *fixes,
DKmlParser.h29 static bool parseFile(const char* filePath, GpsFixArray* fixes,
31 static bool parseString(const char* str, int len, GpsFixArray* fixes,
DGpsFix.h36 typedef std::vector<GpsFix> GpsFixArray; typedef
DGnssClient.h32 int delay, const GpsFixArray& coordinates);
DGnssClient.cpp35 int delay, const GpsFixArray& coordinates) { in SendGpsLocations()
/device/google/cuttlefish/host/frontend/webrtc/
Dlocation_handler.cpp50 GpsFixArray coordinates; in HandleMessage()
Dgpx_locations_handler.cpp42 GpsFixArray coordinates; in HandleMessage()
Dkml_locations_handler.cpp42 GpsFixArray coordinates; in HandleMessage()
/device/google/cuttlefish/host/commands/cvd_update_location/
Dmain.cc50 GpsFixArray coordinates; in UpdateLocationCvdMain()
/device/google/cuttlefish/host/commands/cvd_import_locations/
Dmain.cc91 GpsFixArray coordinates; in ImportLocationsCvdMain()