Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp176 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()
DEntry.h207 struct TouchModeEntry : EventEntry { struct
211 TouchModeEntry(int32_t id, nsecs_t eventTime, bool inTouchMode, ui::LogicalDisplayId displayId); argument
DInputDispatcher.h463 const std::shared_ptr<const TouchModeEntry>& entry)
DInputDispatcher.cpp1182 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()