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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp1930 if (when >= mNextStepTime) {
1933 getContext()->requestTimeoutAtTime(mNextStepTime);
1964 mNextStepTime = now + duration;
1965 getContext()->requestTimeoutAtTime(mNextStepTime);
H A DInputReader.h1035 nsecs_t mNextStepTime; member in class:android::VibratorInputMapper

Completed in 76 milliseconds