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

/frameworks/base/services/input/
H A DInputReader.h995 nsecs_t mNextStepTime; member in class:android::VibratorInputMapper
H A DInputReader.cpp1910 if (when >= mNextStepTime) {
1913 getContext()->requestTimeoutAtTime(mNextStepTime);
1944 mNextStepTime = now + duration;
1945 getContext()->requestTimeoutAtTime(mNextStepTime);

Completed in 843 milliseconds