OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fullBiasNs
(Results
1 - 5
of
5
) sorted by null
/hardware/interfaces/gnss/1.0/
IGnssMeasurementCallback.hal
133
* utcTimeNs = timeNs - (
fullBiasNs
+ biasNs) - leapSecond *
149
* can be derived by subtracting the sum of
fullBiasNs
and biasNs (when
178
* local estimate of GNSS time = timeNs - (
fullBiasNs
+ biasNs)
188
int64_t
fullBiasNs
;
192
* The error estimate for the sum of this and the
fullBiasNs
is the
216
* frequency, and that the (
fullBiasNs
+ biasNs) is growing more positive
/hardware/interfaces/gnss/1.0/default/
GnssMeasurement.cpp
91
.
fullBiasNs
= clockVal.full_bias_ns,
222
gnssData.clock.
fullBiasNs
= -(clockVal.full_bias_ns);
/hardware/qcom/gps/msm8998/android/location_api/
GnssMeasurementAPIClient.cpp
251
out.
fullBiasNs
= in.
fullBiasNs
;
/hardware/qcom/gps/msm8998/location/
LocationAPI.h
513
int64_t
fullBiasNs
;
[
all
...]
/frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp
737
SET(FullBiasNanos, clock->
fullBiasNs
);
[
all
...]
Completed in 376 milliseconds