Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DVibratorInputMapper.cpp78 if (when >= mNextStepTime) { in timeoutExpired()
81 getContext()->requestTimeoutAtTime(mNextStepTime); in timeoutExpired()
111 mNextStepTime = now + duration; in nextStep()
112 getContext()->requestTimeoutAtTime(mNextStepTime); in nextStep()
DVibratorInputMapper.h46 nsecs_t mNextStepTime; variable