Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.h773 void abortPointerSimple(nsecs_t when, nsecs_t readTime, uint32_t policyFlags);
H A DTouchInputMapper.cpp3437 abortPointerSimple(when, readTime, policyFlags); in abortPointerStylus()
3490 abortPointerSimple(when, readTime, policyFlags); in abortPointerMouse()
3623 void TouchInputMapper::abortPointerSimple(nsecs_t when, nsecs_t readTime, uint32_t policyFlags) { in abortPointerSimple() function in android::TouchInputMapper