Searched refs:accuracy (Results 1 - 8 of 8) sorted by relevance

/system/chre/platform/slpi/include/chre/platform/slpi/see/
H A Dsee_helper_internal.h37 uint8_t accuracy; member in struct:chre::SeeCalData
/system/chre/ash/include/ash_api/
H A Dash.h43 * This sensor is reporting data with low accuracy, calibration with the
49 * This sensor is reporting data with an average level of accuracy, calibration
55 * This sensor is reporting data with maximum accuracy.
83 * https://developer.android.com/reference/android/hardware/SensorEvent.html#accuracy
85 * Note that this accuracy field is simply a suggestion to the platform and
88 uint8_t accuracy; member in struct:ashCalInfo
/system/chre/apps/ash_world/
H A Dash_world.cc92 .accuracy = 1,
98 .accuracy = 2,
104 .accuracy = 3,
/system/chre/ash/platform/slpi/smgr/
H A Dash.cc128 calRequest->CalibrationAccuracy = calInfo->accuracy;
/system/chre/chre_api/include/chre_api/chre/
H A Dgnss.h341 //! Expected horizontal accuracy in meters such that a circle with a radius
342 //! of length 'accuracy' from the latitude and longitude has a 68%
344 //! accuracy.
345 float accuracy; member in struct:chreGnssLocationEvent
/system/chre/chre_api/legacy/v1_1/chre/
H A Dgnss.h334 //! Expected horizontal accuracy in meters such that a circle with a radius
335 //! of length 'accuracy' from the latitude and longitude has a 68%
337 //! accuracy.
338 float accuracy; member in struct:chreGnssLocationEvent
/system/chre/apps/gnss_world/
H A Dgnss_world.cc220 LOGI(" accuracy: %f", event->accuracy);
/system/chre/platform/slpi/see/
H A Dsee_helper.cc985 cal->accuracy = static_cast<uint8_t>(event.status);

Completed in 151 milliseconds