Searched refs:mNextStepTime (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp2185 if (when >= mNextStepTime) {
2188 getContext()->requestTimeoutAtTime(mNextStepTime);
2218 mNextStepTime = now + duration;
2219 getContext()->requestTimeoutAtTime(mNextStepTime);
H A DInputReader.h1069 nsecs_t mNextStepTime; member in class:android::VibratorInputMapper

Completed in 27 milliseconds