Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp3682 std::set<gui::Uid> interactionUids; in processInteractionsLocked() local
3694 interactionUids.emplace(target.windowHandle->getInfo()->ownerUid); in processInteractionsLocked()
3698 auto command = [this, deviceId, eventTime, uids = std::move(interactionUids)]() in processInteractionsLocked()