Searched refs:TouchModeEntry (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
D | Entry.cpp | 176 TouchModeEntry::TouchModeEntry(int32_t id, nsecs_t eventTime, bool inTouchMode, in TouchModeEntry() function in android::inputdispatcher::TouchModeEntry 182 std::string TouchModeEntry::getDescription() const { in getDescription()
|
D | Entry.h | 207 struct TouchModeEntry : EventEntry { struct 211 TouchModeEntry(int32_t id, nsecs_t eventTime, bool inTouchMode, ui::LogicalDisplayId displayId); argument
|
D | InputDispatcher.h | 463 const std::shared_ptr<const TouchModeEntry>& entry)
|
D | InputDispatcher.cpp | 1182 const auto typedEntry = std::static_pointer_cast<const TouchModeEntry>(mPendingEvent); in dispatchOnceInnerLocked() 1799 nsecs_t currentTime, const std::shared_ptr<const TouchModeEntry>& entry) { in dispatchTouchModeChangeLocked() 3850 const TouchModeEntry& touchModeEntry = in startDispatchCycleLocked() 3851 static_cast<const TouchModeEntry&>(eventEntry); in startDispatchCycleLocked() 5641 auto entry = std::make_unique<TouchModeEntry>(mIdGenerator.nextId(), now(), inTouchMode, in setInTouchMode()
|