Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp92 FocusEntry::FocusEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool hasFocus, in FocusEntry() function in android::inputdispatcher::FocusEntry
99 std::string FocusEntry::getDescription() const { in getDescription()
DEntry.h93 struct FocusEntry : EventEntry { struct
98 FocusEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool hasFocus, argument
DInputDispatcher.cpp1173 std::shared_ptr<const FocusEntry> typedEntry = in dispatchOnceInnerLocked()
1174 std::static_pointer_cast<const FocusEntry>(mPendingEvent); in dispatchOnceInnerLocked()
1698 std::unique_ptr<FocusEntry> focusEntry = in enqueueFocusEventLocked()
1699 std::make_unique<FocusEntry>(mIdGenerator.nextId(), now(), windowToken, hasFocus, in enqueueFocusEventLocked()
1714 std::shared_ptr<const FocusEntry> entry) { in dispatchFocusLocked()
3842 const FocusEntry& focusEntry = static_cast<const FocusEntry&>(eventEntry); in startDispatchCycleLocked()
DInputDispatcher.h457 void dispatchFocusLocked(nsecs_t currentTime, std::shared_ptr<const FocusEntry> entry)