Home
last modified time | relevance | path

Searched refs:mIdGenerator (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp25 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()
DInputState.h114 const IdGenerator& mIdGenerator; // InputDispatcher owns it so we won't have dangling reference. variable
DInputDispatcher.cpp513 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()
DInputDispatcher.h174 const IdGenerator mIdGenerator; variable
/frameworks/native/services/inputflinger/reader/include/
DInputReader.h126 IdGenerator mIdGenerator; variable
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp881 : mReader(reader), mIdGenerator(IdGenerator::Source::INPUT_READER) {} in ContextImpl()
957 return mIdGenerator.nextId(); in getNextId()