Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DEntry.cpp121 PointerCaptureChangedEntry::PointerCaptureChangedEntry(int32_t id, nsecs_t eventTime, in PointerCaptureChangedEntry() function in android::inputdispatcher::PointerCaptureChangedEntry
126 PointerCaptureChangedEntry::~PointerCaptureChangedEntry() {} in ~PointerCaptureChangedEntry()
128 std::string PointerCaptureChangedEntry::getDescription() const { in getDescription()
H A DEntry.h106 struct PointerCaptureChangedEntry : EventEntry { struct
109 PointerCaptureChangedEntry(int32_t id, nsecs_t eventTime, const PointerCaptureRequest&); argument
112 ~PointerCaptureChangedEntry() override;
H A DInputDispatcher.h406 nsecs_t currentTime, const std::shared_ptr<PointerCaptureChangedEntry>& entry,
H A DInputDispatcher.cpp803 std::static_pointer_cast<PointerCaptureChangedEntry>(mPendingEvent); in dispatchOnceInnerLocked()
1319 nsecs_t currentTime, const std::shared_ptr<PointerCaptureChangedEntry>& entry, in dispatchPointerCaptureChangedLocked()
3226 static_cast<const PointerCaptureChangedEntry&>(eventEntry); in startDispatchCycleLocked()
4033 auto entry = std::make_unique<PointerCaptureChangedEntry>(args->id, args->eventTime, in notifyPointerCaptureChanged()
6230 auto entry = std::make_unique<PointerCaptureChangedEntry>(mIdGenerator.nextId(), now(), in disablePointerCaptureForcedLocked()