Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.h122 void notifyMotionLocked(const NotifyMotionArgs& args) REQUIRES(mLock);
DUnwantedInteractionBlocker.cpp361 notifyMotionLocked(args); in notifyMotion()
366 notifyMotionLocked(loopArgs); in notifyMotion()
380 void UnwantedInteractionBlocker::notifyMotionLocked(const NotifyMotionArgs& args) { in notifyMotionLocked() function in android::UnwantedInteractionBlocker