Searched refs:FocusEntry (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
D | Entry.cpp | 92 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()
|
D | Entry.h | 93 struct FocusEntry : EventEntry { struct 98 FocusEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool hasFocus, argument
|
D | InputDispatcher.cpp | 1173 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()
|
D | InputDispatcher.h | 457 void dispatchFocusLocked(nsecs_t currentTime, std::shared_ptr<const FocusEntry> entry)
|