Home
last modified time | relevance | path

Searched refs:biasNs (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/gnss/1.0/default/
DGnssMeasurement.cpp92 .biasNs = clockVal.bias_ns, in gnssMeasurementCb()
223 gnssData.clock.biasNs = -(clockVal.bias_ns); in gpsMeasurementCb()
/hardware/qcom/gps/msm8998/android/location_api/
DGnssMeasurementAPIClient.cpp252 out.biasNs = in.biasNs; in convertGnssClock()
/hardware/interfaces/gnss/1.0/
DIGnssMeasurementCallback.hal133 * utcTimeNs = timeNs - (fullBiasNs + biasNs) - leapSecond *
149 * can be derived by subtracting the sum of fullBiasNs and biasNs (when
155 * Sub-nanosecond accuracy can be provided by means of the 'biasNs' field.
178 * local estimate of GNSS time = timeNs - (fullBiasNs + biasNs)
183 * estimate for the sum of this and the biasNs is the biasUncertaintyNs,
199 double biasNs;
216 * frequency, and that the (fullBiasNs + biasNs) is growing more positive
/hardware/qcom/gps/msm8998/location/
DLocationAPI.h514 double biasNs; member