Home
last modified time | relevance | path

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

/device/generic/goldfish/gnss/
Dgnss_measurement.cpp119 const int64_t fullBiasNs = (nowNs % 15331) * ((nowNs & 1) ? -1 : 1); in update() local
120 const int64_t hwTimeNs = nowNs + fullBiasNs; // local hardware clock in update()
127 .fullBiasNs = fullBiasNs, in update()