Home
last modified time | relevance | path

Searched refs:clock (Results 1 – 25 of 82) sorted by relevance

1234

/hardware/interfaces/gnss/1.0/default/
DGnssMeasurement.cpp85 auto clockVal = legacyGnssData->clock; in gnssMeasurementCb()
86 gnssData.clock = { in gnssMeasurementCb()
183 auto clockVal = gpsData->clock; in gpsMeasurementCb()
186 gnssData.clock.leapSecond = clockVal.leap_second; in gpsMeasurementCb()
210 gnssData.clock.hwClockDiscontinuityCount = in gpsMeasurementCb()
215 gnssData.clock.timeNs = clockVal.time_ns; in gpsMeasurementCb()
216 gnssData.clock.timeUncertaintyNs = clockVal.time_uncertainty_ns; in gpsMeasurementCb()
221 gnssData.clock.fullBiasNs = -(clockVal.full_bias_ns); in gpsMeasurementCb()
222 gnssData.clock.biasNs = -(clockVal.bias_ns); in gpsMeasurementCb()
223 gnssData.clock.biasUncertaintyNs = clockVal.bias_uncertainty_ns; in gpsMeasurementCb()
[all …]
/hardware/interfaces/gnss/2.0/default/
DGnssMeasurement.cpp131 V1_0::IGnssMeasurementCallback::GnssClock clock = {.timeNs = 2713545000000, in getMockMeasurement() local
149 .measurements = measurements, .clock = clock, .elapsedRealtime = timestamp}; in getMockMeasurement()
/hardware/interfaces/gnss/1.0/
DIGnssMeasurementCallback.hal121 * Represents an estimate of the GNSS clock time.
148 * The GNSS receiver internal clock value. This is the local hardware clock
151 * For local hardware clock, this value is expected to be monotonically
152 * increasing while the hardware clock remains powered on. (For the case of a
153 * HW clock that is not continuously on, see the
169 * 1-Sigma uncertainty associated with the clock's time in nanoseconds.
174 * 'latched' by timeNs is defined as the reference clock vs. which all
180 * The difference between hardware clock ('time' field) inside GNSS receiver
210 * 1-Sigma uncertainty associated with the local estimate of GNSS time (clock
224 * The clock's drift in nanoseconds (per second).
[all …]
/hardware/qcom/sdm845/gps/msm8960/platform_lib_abstractions/
Dplatform_lib_time.h32 int64_t systemTime(int clock);
Delapsed_millis_since_boot.cpp33 int64_t systemTime(int clock) in systemTime() argument
/hardware/qcom/sdm845/gps/platform_lib_abstractions/
Dplatform_lib_time.h32 int64_t systemTime(int clock);
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
Dplatform_lib_time.h32 int64_t systemTime(int clock);
Delapsed_millis_since_boot.cpp33 int64_t systemTime(int clock) in systemTime() argument
/hardware/qcom/gps/msm8960/platform_lib_abstractions/
Dplatform_lib_time.h32 int64_t systemTime(int clock);
/hardware/qcom/gps/platform_lib_abstractions/
Dplatform_lib_time.h32 int64_t systemTime(int clock);
Delapsed_millis_since_boot.cpp33 int64_t systemTime(int clock) in systemTime() argument
/hardware/qcom/sdm845/gps/msm8909/utils/platform_lib_abstractions/
Dplatform_lib_time.h32 int64_t systemTime(int clock);
/hardware/qcom/sdm845/gps/msm8084/platform_lib_abstractions/
Dplatform_lib_time.h32 int64_t systemTime(int clock);
/hardware/qcom/gps/msm8084/platform_lib_abstractions/
Dplatform_lib_time.h32 int64_t systemTime(int clock);
/hardware/qcom/sdm845/gps/msm8996/utils/platform_lib_abstractions/
Dplatform_lib_time.h32 int64_t systemTime(int clock);
Delapsed_millis_since_boot.cpp33 int64_t systemTime(int clock) in systemTime() argument
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
Dplatform_lib_time.h32 int64_t systemTime(int clock);
Delapsed_millis_since_boot.cpp33 int64_t systemTime(int clock) in systemTime() argument
/hardware/qcom/gps/msm8994/platform_lib_abstractions/
Dplatform_lib_time.h32 int64_t systemTime(int clock);
Delapsed_millis_since_boot.cpp33 int64_t systemTime(int clock) in systemTime() argument
/hardware/qcom/sdm845/gps/msm8994/platform_lib_abstractions/
Dplatform_lib_time.h32 int64_t systemTime(int clock);
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/include/
Dloc_stub_time.h38 int64_t systemTime(int clock);
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/include/
Dloc_stub_time.h38 int64_t systemTime(int clock);
/hardware/qcom/sdm845/gps/msm8998/utils/platform_lib_abstractions/loc_stub/include/
Dloc_stub_time.h38 int64_t systemTime(int clock);
/hardware/interfaces/gnss/2.0/
Dtypes.hal39 * with the SystemClock.elapsedRealtimeNanos() clock.
68 * clock.
70 * This clock information can be obtained from SystemClock.elapsedRealtimeNanos(), when the GNSS

1234