Searched refs:previousTime (Results 1 – 4 of 4) sorted by relevance
230 float previousTime = 0.0f; in getWeights() local233 final float weight = calculateIntegral(previousTime, currentTime); in getWeights()235 previousTime = currentTime; in getWeights()238 final float lastWeight = calculateIntegral(previousTime, lastTime); in getWeights()
56 long previousTime = 0; in compareWithExpected() local69 Log.d(TAG, "previousTime = " + previousTime + ", currentTime = " + currentTime); in compareWithExpected()70 assertTrue(currentTime >= previousTime); in compareWithExpected()71 previousTime = currentTime; in compareWithExpected()
162 long previousTime = 0; in test() local174 Log.d(TAG, "previousTime = " + previousTime in test()176 assertTrue(currentTime >= previousTime); in test()177 previousTime = currentTime; in test()
435 auto previousTime = std::chrono::steady_clock::now(); in periodicallyClearMap() local443 std::chrono::duration_cast<std::chrono::seconds>(nextTime - previousTime); in periodicallyClearMap()448 previousTime = nextTime; in periodicallyClearMap()