Searched refs:mCurrentSensorIndex (Results 1 – 2 of 2) sorted by relevance
188 found = chreSensorFind(mSensorType, mCurrentSensorIndex, &mSensorHandle); in startTest()190 chreSensorFind(mSensorType, mCurrentSensorIndex + 1, &mSensorHandle)) { in startTest()191 sendFatalFailureToHostUint8("Missing sensor index ", mCurrentSensorIndex); in startTest()204 LOGI("Starting test for sensor index %" PRIu8, mCurrentSensorIndex); in startTest()323 LOGI("Test passed for sensor index %" PRIu8, mCurrentSensorIndex); in finishTest()327 mCurrentSensorIndex++; in finishTest()333 chreSensorFind(getSensorType(), mCurrentSensorIndex, &sensorHandle)) { in finishTest()
112 uint8_t mCurrentSensorIndex = 0; variable