Home
last modified time | relevance | path

Searched refs:hasMatrix (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,
144 bool hasMatrix; member
/system/chre/platform/slpi/see/
Dsee_cal_helper.cc142 float scale[3], bool hasMatrix, float matrix[9], uint8_t accuracy, in updateCalibration() argument
159 calData.hasMatrix = hasMatrix; in updateCalibration()
160 if (hasMatrix) { in updateCalibration()
Dsee_helper.cc1055 bool hasMatrix = (matrix.index == 9); in decodeSnsCalEvent() local
1060 hasMatrix, matrix.val, accuracy, info->data->timeNs); in decodeSnsCalEvent()