Home
last modified time | relevance | path

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

/hardware/interfaces/tests/foo/1.0/
DIFooCallback.hal32 // from the point of view of IFooCallback itself (timeNs). timeNs measures
36 // methods, callerBlockedNs should be slightly higher than timeNs. For
38 // timeNs.
43 int64_t timeNs;
/hardware/interfaces/gnss/1.0/default/
DGnssMeasurement.cpp89 .timeNs = clockVal.time_ns, in gnssMeasurementCb()
216 gnssData.clock.timeNs = clockVal.time_ns; in gpsMeasurementCb()
/hardware/qcom/gps/msm8998/android/location_api/
DGnssMeasurementAPIClient.cpp249 out.timeNs = in.timeNs; in convertGnssClock()
/hardware/interfaces/gnss/1.0/
DIGnssMeasurementCallback.hal133 * utcTimeNs = timeNs - (fullBiasNs + biasNs) - leapSecond *
160 int64_t timeNs;
168 * 'latched' by timeNs is defined as the reference clock vs. which all
178 * local estimate of GNSS time = timeNs - (fullBiasNs + biasNs)
246 * If, however, the timeNs value (HW clock) is derived from a composite of
256 * safely assumed that the timeNs value has been running continuously, e.g.
299 * The reference receiver's time is specified by GnssData::clock::timeNs.
302 * measurement time = GnssClock::timeNs + timeOffsetNs
/hardware/qcom/gps/msm8998/location/
DLocationAPI.h511 int64_t timeNs; member