Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h267 void decrementPendingForegroundDispatches(EventEntry& entry);
H A DInputDispatcher.cpp3386 decrementPendingForegroundDispatches(*(dispatchEntry->eventEntry)); in releaseDispatchEntry()
4353 void InputDispatcher::decrementPendingForegroundDispatches(EventEntry& entry) { in decrementPendingForegroundDispatches() function in android::inputdispatcher::InputDispatcher