Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DPointerChoreographer.h136 NotifyMotionArgs processTouchpadEventLocked(const NotifyMotionArgs& args) REQUIRES(mLock);
DPointerChoreographer.cpp215 return processTouchpadEventLocked(args); in processMotion()
263 NotifyMotionArgs PointerChoreographer::processTouchpadEventLocked(const NotifyMotionArgs& args) { in processTouchpadEventLocked() function in android::PointerChoreographer