summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--current.txt2
-rw-r--r--gnss/1.0/IGnssMeasurementCallback.hal4
2 files changed, 5 insertions, 1 deletions
diff --git a/current.txt b/current.txt
index b1a651f0..b34bf8c9 100644
--- a/current.txt
+++ b/current.txt
@@ -386,7 +386,7 @@ cd4330c3196bda1d642a32abfe23a7d64ebfbda721940643af6867af3b3f0aa9 android.hardwar
386 386
387# ABI preserving changes to HALs during Android Q 387# ABI preserving changes to HALs during Android Q
388da33234403ff5d60f3473711917b9948e6484a4260b5247acdafb111193a9de2 android.hardware.configstore@1.0::ISurfaceFlingerConfigs 388da33234403ff5d60f3473711917b9948e6484a4260b5247acdafb111193a9de2 android.hardware.configstore@1.0::ISurfaceFlingerConfigs
38978886339f2c848cf13c1edd3ebba63f89796b2620d3bf3b5c21d038a53519ba0 android.hardware.gnss@1.0::IGnssMeasurementCallback 389d702fb01dc2a0733aa820b7eb65435ee3334f75632ef880bafd2fb8803a20a58 android.hardware.gnss@1.0::IGnssMeasurementCallback
390b7ecf29927055ec422ec44bf776223f07d79ad9f92ccf9becf167e62c2607e7a android.hardware.keymaster@4.0::IKeymasterDevice 390b7ecf29927055ec422ec44bf776223f07d79ad9f92ccf9becf167e62c2607e7a android.hardware.keymaster@4.0::IKeymasterDevice
391574e8f1499436fb4075894dcae0b36682427956ecb114f17f1fe22d116a83c6b android.hardware.neuralnetworks@1.0::IPreparedModel 391574e8f1499436fb4075894dcae0b36682427956ecb114f17f1fe22d116a83c6b android.hardware.neuralnetworks@1.0::IPreparedModel
3921fb32361286b938d48a55c2539c846732afce0b99fe08590f556643125bc13d3 android.hardware.neuralnetworks@1.0::types 3921fb32361286b938d48a55c2539c846732afce0b99fe08590f556643125bc13d3 android.hardware.neuralnetworks@1.0::types
diff --git a/gnss/1.0/IGnssMeasurementCallback.hal b/gnss/1.0/IGnssMeasurementCallback.hal
index d3489e65..2d447669 100644
--- a/gnss/1.0/IGnssMeasurementCallback.hal
+++ b/gnss/1.0/IGnssMeasurementCallback.hal
@@ -436,6 +436,10 @@ interface IGnssMeasurementCallback {
436 * Carrier-to-noise density in dB-Hz, typically in the range [0, 63]. 436 * Carrier-to-noise density in dB-Hz, typically in the range [0, 63].
437 * It contains the measured C/N0 value for the signal at the antenna port. 437 * It contains the measured C/N0 value for the signal at the antenna port.
438 * 438 *
439 * If a signal has separate components (e.g. Pilot and Data channels) and
440 * the receiver only processes one of the components, then the reported
441 * cN0DbHz reflects only the component that is processed.
442 *
439 * This value is mandatory. 443 * This value is mandatory.
440 */ 444 */
441 double cN0DbHz; 445 double cN0DbHz;