Searched refs:cal (Results 1 - 2 of 2) sorted by relevance

/system/chre/platform/slpi/include/chre/platform/slpi/see/
H A Dsee_helper_internal.h40 //! A struct to store a cal sensor's UID and its cal data.
43 SeeCalData cal; member in struct:chre::SeeCalInfo
46 //! The list of SEE cal sensors supported.
/system/chre/platform/slpi/see/
H A Dsee_helper.cc96 SeeCalData *cal; member in struct:chre::__anon1490::SeeDataArg
733 const float *val, const SeeCalData *cal) {
735 if (cal != nullptr && cal->hasBias) {
736 memcpy(bias, cal->bias, sizeof(bias));
754 applyThreeAxisCalibration(&event->readings[index], val, data->cal);
968 SeeCalData *cal = &calInfo[calIndex].cal; local
970 cal->hasBias = (offset.index == 3);
971 if (cal
731 applyThreeAxisCalibration( chreSensorThreeAxisData::chreSensorThreeAxisSampleData *sample, const float *val, const SeeCalData *cal) argument
[all...]

Completed in 100 milliseconds