HomeSort by relevance Sort by last modified time
    Searched full:inputtargets (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 792 Vector<InputTarget> inputTargets;
794 entry, inputTargets, nextWakeupTime);
804 addMonitoringTargetsLocked(inputTargets);
807 dispatchEventLocked(currentTime, entry, inputTargets);
842 Vector<InputTarget> inputTargets;
849 entry, inputTargets, nextWakeupTime, &conflictingPointerActions);
853 entry, inputTargets, nextWakeupTime);
866 addMonitoringTargetsLocked(inputTargets);
875 dispatchEventLocked(currentTime, entry, inputTargets);
    [all...]
InputDispatcher.h     [all...]

Completed in 208 milliseconds