Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/input/
H A DInputTransport.h645 void resampleTouchState(nsecs_t frameTime, MotionEvent* event,
/aosp12/frameworks/native/libs/input/
H A DInputTransport.cpp904 resampleTouchState(sampleTime, static_cast<MotionEvent*>(*outEvent), next); in consumeBatch()
1049 void InputConsumer::resampleTouchState(nsecs_t sampleTime, MotionEvent* event, in resampleTouchState() function in android::InputConsumer