Searched defs:fixes (Results 1 – 2 of 2) sorted by relevance
/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()
|