Searched refs:mIdGenerator (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A 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()
|
H A D | InputState.h | 114 const IdGenerator& mIdGenerator; // InputDispatcher owns it so we won't have dangling reference. variable
|
H A D | InputDispatcher.cpp | 522 mIdGenerator(IdGenerator::Source::INPUT_DISPATCHER), in InputDispatcher() 1236 std::make_unique<KeyEntry>(mIdGenerator.nextId(), currentTime, entry->deviceId, in synthesizeKeyRepeatLocked() 1287 std::make_unique<FocusEntry>(mIdGenerator.nextId(), now(), windowToken, hasFocus, in enqueueFocusEventLocked() 1648 std::make_unique<DragEntry>(mIdGenerator.nextId(), motionEntry.eventTime, in enqueueDragEventLocked() 2986 ? mIdGenerator.nextId() in enqueueDispatchEntryLocked() 3697 int32_t newId = mIdGenerator.nextId(); in splitMotionEvent() 5239 new Connection(std::move(serverChannel), false /*monitor*/, mIdGenerator); in createInputChannel() 5276 sp<Connection> connection = new Connection(serverChannel, true /*monitor*/, mIdGenerator); in createInputMonitor() 6230 auto entry = std::make_unique<PointerCaptureChangedEntry>(mIdGenerator.nextId(), now(), in disablePointerCaptureForcedLocked()
|
H A D | InputDispatcher.h | 178 const IdGenerator mIdGenerator; variable
|
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/ |
H A D | DatabaseHelper.java | 120 final @Nullable UnaryOperator<String> mIdGenerator; field in DatabaseHelper 195 mIdGenerator = idGenerator; in DatabaseHelper() 327 if (mIdGenerator != null && !mSchemaLock.isWriteLockedByCurrentThread()) { in onConfigure() 330 return mIdGenerator.apply(arg); in onConfigure()
|
H A D | MediaProvider.java | 742 private final UnaryOperator<String> mIdGenerator = path -> { field in MediaProvider 923 Metrics::logSchemaChange, mFilesListener, MIGRATION_LISTENER, mIdGenerator); in onCreate() 926 Metrics::logSchemaChange, mFilesListener, MIGRATION_LISTENER, mIdGenerator); in onCreate()
|
/aosp12/frameworks/native/services/inputflinger/reader/include/ |
H A D | InputReader.h | 126 IdGenerator mIdGenerator; variable
|
/aosp12/frameworks/native/services/inputflinger/reader/ |
H A D | InputReader.cpp | 887 : mReader(reader), mIdGenerator(IdGenerator::Source::INPUT_READER) {} in ContextImpl() 963 return mIdGenerator.nextId(); in getNextId()
|