Searched refs:GpsFixArray (Results 1 – 14 of 14) sorted by relevance
/device/google/cuttlefish/host/commands/cvd_import_locations/unittest/ |
D | kml_parser_test.cc | 26 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 …]
|
D | gpx_parser_test.cc | 27 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/ |
D | KmlParser.cpp | 47 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()
|
D | GpxParser.cpp | 143 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()
|
D | GpxParser.h | 29 static bool parseFile(const char *filePath, GpsFixArray *fixes, 32 static bool parseString(const char *str, int len, GpsFixArray *fixes,
|
D | KmlParser.h | 29 static bool parseFile(const char* filePath, GpsFixArray* fixes, 31 static bool parseString(const char* str, int len, GpsFixArray* fixes,
|
D | GpsFix.h | 36 typedef std::vector<GpsFix> GpsFixArray; typedef
|
D | GnssClient.h | 32 int delay, const GpsFixArray& coordinates);
|
D | GnssClient.cpp | 35 int delay, const GpsFixArray& coordinates) { in SendGpsLocations()
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | location_handler.cpp | 50 GpsFixArray coordinates; in HandleMessage()
|
D | gpx_locations_handler.cpp | 42 GpsFixArray coordinates; in HandleMessage()
|
D | kml_locations_handler.cpp | 42 GpsFixArray coordinates; in HandleMessage()
|
/device/google/cuttlefish/host/commands/cvd_update_location/ |
D | main.cc | 50 GpsFixArray coordinates; in UpdateLocationCvdMain()
|
/device/google/cuttlefish/host/commands/cvd_import_locations/ |
D | main.cc | 91 GpsFixArray coordinates; in ImportLocationsCvdMain()
|