Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp3683 std::unordered_set<sp<IBinder>, StrongPointerHash<IBinder>> newConnectionTokens; in processInteractionsLocked() local
3691 newConnectionTokens.insert(std::move(token)); in processInteractionsLocked()
3705 if (newConnectionTokens == mInteractionConnectionTokens) { in processInteractionsLocked()
3708 mInteractionConnectionTokens = newConnectionTokens; in processInteractionsLocked()