/hardware/interfaces/gnss/1.0/default/ |
D | GnssMeasurement.cpp | 85 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/ |
D | loadjpeg.c | 126 start_time = clock(); in main() 128 finish_time = clock(); in main()
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssMeasurementCallback.hal | 121 * 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 …]
|
D | IGnssDebug.hal | 114 * 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/ |
D | platform_lib_time.h | 32 int64_t systemTime(int clock);
|
D | elapsed_millis_since_boot.cpp | 33 int64_t systemTime(int clock) in systemTime() argument
|
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/ |
D | platform_lib_time.h | 32 int64_t systemTime(int clock);
|
D | elapsed_millis_since_boot.cpp | 33 int64_t systemTime(int clock) in systemTime() argument
|
/hardware/qcom/gps/msm8994/platform_lib_abstractions/ |
D | platform_lib_time.h | 32 int64_t systemTime(int clock);
|
D | elapsed_millis_since_boot.cpp | 33 int64_t systemTime(int clock) in systemTime() argument
|
/hardware/qcom/gps/msm8084/platform_lib_abstractions/ |
D | platform_lib_time.h | 32 int64_t systemTime(int clock);
|
D | elapsed_millis_since_boot.cpp | 33 int64_t systemTime(int clock) in systemTime() argument
|
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/ |
D | platform_lib_time.h | 32 int64_t systemTime(int clock);
|
D | elapsed_millis_since_boot.cpp | 33 int64_t systemTime(int clock) in systemTime() argument
|
/hardware/qcom/gps/msm8960/platform_lib_abstractions/ |
D | platform_lib_time.h | 32 int64_t systemTime(int clock);
|
D | elapsed_millis_since_boot.cpp | 33 int64_t systemTime(int clock) in systemTime() argument
|
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/include/ |
D | loc_stub_time.h | 38 int64_t systemTime(int clock);
|
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/include/ |
D | loc_stub_time.h | 38 int64_t systemTime(int clock);
|
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/ |
D | elapsed_millis_since_boot.cpp | 33 int64_t systemTime(int clock) in systemTime() argument
|
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/ |
D | loc_stub_time.cpp | 34 int64_t systemTime(int clock) in systemTime() argument
|
/hardware/intel/bootstub/ |
D | VERSION | 5 0.8 changed default spi clock to 100mhz Aug 12, 2009
|
D | bootstub.spec | 35 - changed default spi clock to 100mhz
|
/hardware/interfaces/gnss/1.1/ |
D | IGnssMeasurementCallback.hal | 70 /** The GNSS clock time reading. */ 71 GnssClock clock;
|
/hardware/interfaces/broadcastradio/1.0/default/ |
D | Utils.cpp | 274 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/ |
D | types.hal | 26 * This effect should produce a soft, short sensation, like the tick of a clock.
|