Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/
H A DInputTransport.cpp88 inline static bool isPointerEvent(int32_t source) { in isPointerEvent() function
775 } else if (isPointerEvent(mMsg.body.motion.source) && in consume()
940 if (!mResampleTouch || !isPointerEvent(msg.body.motion.source)) { in updateTouchState()
1052 || !(isPointerEvent(event->getSource())) in resampleTouchState()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp1573 bool isPointerEvent = entry->source & AINPUT_SOURCE_CLASS_POINTER; in dispatchMotionLocked() local
1580 if (isPointerEvent) { in dispatchMotionLocked()
1596 ALOGW("Permission denied, dropping the motion (isPointer=%s)", toString(isPointerEvent)); in dispatchMotionLocked()
1600 CancelationOptions::Mode mode(isPointerEvent in dispatchMotionLocked()
1611 if (isPointerEvent) { in dispatchMotionLocked()