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 | 111 bool hasScale, float scale[3], bool hasMatrix, 129 bool hasMatrix; member
|
/system/chre/platform/slpi/see/ |
D | see_cal_helper.cc | 117 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()
|
D | see_helper.cc | 1051 bool hasMatrix = (matrix.index == 9); in decodeSnsCalEvent() local 1056 hasMatrix, matrix.val, accuracy, info->data->timeNs); in decodeSnsCalEvent()
|