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.h111 bool hasScale, float scale[3], bool hasMatrix,
128 bool hasScale; member
/system/chre/platform/slpi/see/
Dsee_cal_helper.cc116 const sns_std_suid& suid, bool hasBias, float bias[3], bool hasScale, in updateCalibration() argument
129 calData.hasScale = hasScale; in updateCalibration()
130 if (hasScale) { in updateCalibration()
Dsee_helper.cc1050 bool hasScale = (scale.index == 3); in decodeSnsCalEvent() local
1055 info->suid, hasBias, offset.val, hasScale, scale.val, in decodeSnsCalEvent()