Searched refs:hasHdop (Results 1 – 1 of 1) sorted by relevance
88 bool hasHdop = false; in qlocationutils_readGga() local89 double hdop = parts[8].toDouble(&hasHdop); in qlocationutils_readGga()90 if (hasHdop) in qlocationutils_readGga()114 bool hasHdop = false; in qlocationutils_readGsa() local115 double hdop = parts[16].toDouble(&hasHdop); in qlocationutils_readGsa()116 if (hasHdop) in qlocationutils_readGsa()