Home
last modified time | relevance | path

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

12

/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/intel/common/libva/test/decode/
Dloadjpeg.c126 start_time = clock(); in main()
128 finish_time = clock(); in main()
/hardware/interfaces/gnss/1.0/
DIGnssMeasurementCallback.hal121 * Represents an estimate of the GNSS clock time.
142 * The GNSS receiver internal clock value. This is the local hardware clock
145 * For local hardware clock, this value is expected to be monotonically
146 * increasing while the hardware clock remains powered on. (For the case of a
147 * HW clock that is not continuously on, see the
163 * 1-Sigma uncertainty associated with the clock's time in nanoseconds.
168 * 'latched' by timeNs is defined as the reference clock vs. which all
174 * The difference between hardware clock ('time' field) inside GNSS receiver
202 * 1-Sigma uncertainty associated with the local estimate of GNSS time (clock
213 * The clock's drift in nanoseconds (per second).
[all …]
DIGnssDebug.hal114 * 68% error estimate in local clock drift,
131 * the satellite. To report status of predicted orbit and clock
150 * True if a server has provided a predicted orbit and clock model for
/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/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/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/gps/msm8084/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/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/gps/msm8998/utils/platform_lib_abstractions/loc_stub/include/
Dloc_stub_time.h38 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/
Delapsed_millis_since_boot.cpp33 int64_t systemTime(int clock) in systemTime() argument
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/
Dloc_stub_time.cpp34 int64_t systemTime(int clock) in systemTime() argument
/hardware/intel/bootstub/
DVERSION5 0.8 changed default spi clock to 100mhz Aug 12, 2009
Dbootstub.spec35 - changed default spi clock to 100mhz
/hardware/interfaces/gnss/1.1/
DIGnssMeasurementCallback.hal70 /** The GNSS clock time reading. */
71 GnssClock clock;
/hardware/interfaces/broadcastradio/1.0/default/
DUtils.cpp274 radio_metadata_clock_t *clock = static_cast<radio_metadata_clock_t *>(value); in convertMetaDataFromHal() local
276 clock->utc_seconds_since_epoch; in convertMetaDataFromHal()
278 clock->timezone_offset_in_minutes; in convertMetaDataFromHal()
/hardware/interfaces/vibrator/1.1/
Dtypes.hal26 * This effect should produce a soft, short sensation, like the tick of a clock.

12