Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/default/include/
DNmeaFixInfo.h60 static int64_t nmeaPartsToTimestamp(const std::string& timeStr, const std::string& dateStr);
/hardware/interfaces/gnss/common/utils/default/
DNmeaFixInfo.cpp89 int64_t NmeaFixInfo::nmeaPartsToTimestamp(const std::string& timeStr, const std::string& dateStr) { in nmeaPartsToTimestamp() function in android::hardware::gnss::common::NmeaFixInfo
144 this->timestamp = nmeaPartsToTimestamp(sentenceValues[1], sentenceValues[9]); in parseRMCLine()