Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DVibratorInputMapper.cpp88 if (when >= mNextStepTime) { in timeoutExpired()
91 getContext()->requestTimeoutAtTime(mNextStepTime); in timeoutExpired()
129 mNextStepTime = now + duration.count(); in nextStep()
130 getContext()->requestTimeoutAtTime(mNextStepTime); in nextStep()
DVibratorInputMapper.h49 nsecs_t mNextStepTime; variable