Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInput.h652 inline const nsecs_t* getSampleEventTimes() const { return mSampleEventTimes.array(); } in getSampleEventTimes() function
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp2923 const nsecs_t* sampleEventTimes = motionEvent->getSampleEventTimes(); in injectInputEvent()