Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DVibratorInputMapper.cpp81 if (when >= mNextStepTime) { in timeoutExpired()
84 getContext()->requestTimeoutAtTime(mNextStepTime); in timeoutExpired()
120 mNextStepTime = now + duration.count(); in nextStep()
121 getContext()->requestTimeoutAtTime(mNextStepTime); in nextStep()
H A DVibratorInputMapper.h46 nsecs_t mNextStepTime; variable