Searched refs:currMinType (Results 1 – 1 of 1) sorted by relevance
49 int currMinType; in printSensorList() local55 currMinType = INT_MAX; in printSensorList()59 (ASensor_getType(mSensorList[j]) < currMinType)) { in printSensorList()60 currMinType = ASensor_getType(mSensorList[j]); in printSensorList()65 printf("[%d] = \"%s\"\n", currMinType, ASensor_getName(mSensorList[currMinIndex])); in printSensorList()67 prevMinType = currMinType; in printSensorList()