Home
last modified time | relevance | path

Searched refs:hasScale (Results 1 – 3 of 3) sorted by relevance

/system/chre/platform/slpi/include/chre/platform/slpi/see/
Dsee_cal_helper.h126 bool hasScale, float scale[3], bool hasMatrix,
143 bool hasScale; member
/system/chre/platform/slpi/see/
Dsee_cal_helper.cc141 const sns_std_suid& suid, bool hasBias, float bias[3], bool hasScale, in updateCalibration() argument
154 calData.hasScale = hasScale; in updateCalibration()
155 if (hasScale) { in updateCalibration()
Dsee_helper.cc1054 bool hasScale = (scale.index == 3); in decodeSnsCalEvent() local
1059 info->suid, hasBias, offset.val, hasScale, scale.val, in decodeSnsCalEvent()