Home
last modified time | relevance | path

Searched refs:checkAndConvertToFloat (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/gnss/common/utils/default/
H A DNmeaFixInfo.cpp43 float NmeaFixInfo::checkAndConvertToFloat(const std::string& sentence) { in checkAndConvertToFloat() function in android::hardware::gnss::common::NmeaFixInfo
142 this->speedMetersPerSec = checkAndConvertToFloat(sentenceValues[7]); in parseRMCLine()
143 this->bearingDegrees = checkAndConvertToFloat(sentenceValues[8]); in parseRMCLine()
/aosp12/hardware/interfaces/gnss/common/utils/default/include/
H A DNmeaFixInfo.h59 static float checkAndConvertToFloat(const std::string& sentence);