Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp4144 const nsecs_t* sampleEventTimes = motionEvent.getSampleEventTimes(); in injectInputEvent() local
4147 std::make_unique<MotionEntry>(motionEvent.getId(), *sampleEventTimes, in injectInputEvent()
4164 sampleEventTimes += 1; in injectInputEvent()
4167 std::make_unique<MotionEntry>(motionEvent.getId(), *sampleEventTimes, in injectInputEvent()