Merge "Clarify C/No reflects the tracked portion of a GnssMeasurement" am: a39ab91dbb am: 32526b3d8d

am: b25d704a0c

Change-Id: I5a463f95055d0b6375c55b6ed1b86470a320619a
This commit is contained in:
Yu-Han Yang 2018-10-24 18:58:02 -07:00 committed by android-build-merger
commit dd01ac4df2
2 changed files with 5 additions and 1 deletions

View file

@ -390,7 +390,7 @@ f61b616732d8f374e030f90575d7eba3ecc99d209a05b945949ba892bcb81e1d android.hardwar
684702a60deef03a1e8093961dc0a18c555c857ad5a77ba7340b0635ae01eb70 android.hardware.camera.device@3.4::ICameraDeviceSession
dd2436f251a90f3e5e7ed773b1aeae21e381b00ae26b10ebe3a1001c894e5980 android.hardware.camera.metadata@3.3::types
da33234403ff5d60f3473711917b9948e6484a4260b5247acdafb111193a9de2 android.hardware.configstore@1.0::ISurfaceFlingerConfigs
78886339f2c848cf13c1edd3ebba63f89796b2620d3bf3b5c21d038a53519ba0 android.hardware.gnss@1.0::IGnssMeasurementCallback
d702fb01dc2a0733aa820b7eb65435ee3334f75632ef880bafd2fb8803a20a58 android.hardware.gnss@1.0::IGnssMeasurementCallback
b7ecf29927055ec422ec44bf776223f07d79ad9f92ccf9becf167e62c2607e7a android.hardware.keymaster@4.0::IKeymasterDevice
574e8f1499436fb4075894dcae0b36682427956ecb114f17f1fe22d116a83c6b android.hardware.neuralnetworks@1.0::IPreparedModel
1fb32361286b938d48a55c2539c846732afce0b99fe08590f556643125bc13d3 android.hardware.neuralnetworks@1.0::types

View file

@ -436,6 +436,10 @@ interface IGnssMeasurementCallback {
* Carrier-to-noise density in dB-Hz, typically in the range [0, 63].
* It contains the measured C/N0 value for the signal at the antenna port.
*
* If a signal has separate components (e.g. Pilot and Data channels) and
* the receiver only processes one of the components, then the reported
* cN0DbHz reflects only the component that is processed.
*
* This value is mandatory.
*/
double cN0DbHz;