Searched refs:mIdGenerator (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputState.cpp | 25 InputState::InputState(const IdGenerator& idGenerator) : mIdGenerator(idGenerator) {} in InputState() 276 std::make_unique<KeyEntry>(mIdGenerator.nextId(), currentTime, memento.deviceId, in synthesizeCancelationEvents() 290 std::make_unique<MotionEntry>(mIdGenerator.nextId(), currentTime, in synthesizeCancelationEvents() 344 std::make_unique<MotionEntry>(mIdGenerator.nextId(), currentTime, in synthesizePointerDownEvents()
|
D | InputState.h | 114 const IdGenerator& mIdGenerator; // InputDispatcher owns it so we won't have dangling reference. variable
|
D | InputDispatcher.cpp | 513 mIdGenerator(IdGenerator::Source::INPUT_DISPATCHER), in InputDispatcher() 1224 std::make_unique<KeyEntry>(mIdGenerator.nextId(), currentTime, entry->deviceId, in synthesizeKeyRepeatLocked() 1275 std::make_unique<FocusEntry>(mIdGenerator.nextId(), now(), windowToken, hasFocus, in enqueueFocusEventLocked() 1622 std::make_unique<DragEntry>(mIdGenerator.nextId(), motionEntry.eventTime, in enqueueDragEventLocked() 2941 ? mIdGenerator.nextId() in enqueueDispatchEntryLocked() 3651 int32_t newId = mIdGenerator.nextId(); in splitMotionEvent() 5207 new Connection(std::move(serverChannel), false /*monitor*/, mIdGenerator); in createInputChannel() 5244 sp<Connection> connection = new Connection(serverChannel, true /*monitor*/, mIdGenerator); in createInputMonitor() 6199 auto entry = std::make_unique<PointerCaptureChangedEntry>(mIdGenerator.nextId(), now(), in disablePointerCaptureForcedLocked()
|
D | InputDispatcher.h | 174 const IdGenerator mIdGenerator; variable
|
/frameworks/native/services/inputflinger/reader/include/ |
D | InputReader.h | 126 IdGenerator mIdGenerator; variable
|
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 881 : mReader(reader), mIdGenerator(IdGenerator::Source::INPUT_READER) {} in ContextImpl() 957 return mIdGenerator.nextId(); in getNextId()
|