Searched refs:hasMatrix (Results 1 – 3 of 3) sorted by relevance
/system/chre/platform/slpi/include/chre/platform/slpi/see/ |
D | see_cal_helper.h | 126 bool hasScale, float scale[3], bool hasMatrix, 144 bool hasMatrix; member
|
/system/chre/platform/slpi/see/ |
D | see_cal_helper.cc | 142 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()
|
D | see_helper.cc | 1055 bool hasMatrix = (matrix.index == 9); in decodeSnsCalEvent() local 1060 hasMatrix, matrix.val, accuracy, info->data->timeNs); in decodeSnsCalEvent()
|