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.h111 bool hasScale, float scale[3], bool hasMatrix,
129 bool hasMatrix; member
/system/chre/platform/slpi/see/
Dsee_cal_helper.cc117 float scale[3], bool hasMatrix, float matrix[9], uint8_t accuracy, in updateCalibration() argument
134 calData.hasMatrix = hasMatrix; in updateCalibration()
135 if (hasMatrix) { in updateCalibration()
Dsee_helper.cc1051 bool hasMatrix = (matrix.index == 9); in decodeSnsCalEvent() local
1056 hasMatrix, matrix.val, accuracy, info->data->timeNs); in decodeSnsCalEvent()