Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm7250/gps/gnss/
H A DGnssAdapter.cpp3886 uint64_t timeDiffMsec = ((currentTimeNsec - mPrevNmeaRptTimeNsec) / 1000000); in needToGenerateNmeaReport() local
3888 if (NMEA_MAX_THRESHOLD_MSEC <= timeDiffMsec) { in needToGenerateNmeaReport()
/aosp12/hardware/qcom/sm8150/gps/gnss/
H A DGnssAdapter.cpp3885 uint64_t timeDiffMsec = ((currentTimeNsec - mPrevNmeaRptTimeNsec) / 1000000); in needToGenerateNmeaReport() local
3887 if (NMEA_MAX_THRESHOLD_MSEC <= timeDiffMsec) { in needToGenerateNmeaReport()