/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | CursorInputMapper.cpp | 178 NotifyDeviceResetArgs args(getContext()->getNextId(), when, getDeviceId()); in configure() 419 NotifyMotionArgs releaseArgs(getContext()->getNextId(), when, readTime, in sync() 431 NotifyMotionArgs args(getContext()->getNextId(), when, readTime, getDeviceId(), mSource, in sync() 444 NotifyMotionArgs pressArgs(getContext()->getNextId(), when, readTime, getDeviceId(), in sync() 460 NotifyMotionArgs hoverArgs(getContext()->getNextId(), when, readTime, getDeviceId(), in sync() 475 NotifyMotionArgs scrollArgs(getContext()->getNextId(), when, readTime, getDeviceId(), in sync()
|
H A D | VibratorInputMapper.cpp | 56 NotifyVibratorStateArgs args(getContext()->getNextId(), systemTime(), getDeviceId(), true); in vibrate() 135 NotifyVibratorStateArgs args(getContext()->getNextId(), systemTime(), getDeviceId(), false); in stopVibrating()
|
H A D | SwitchInputMapper.cpp | 59 NotifySwitchArgs args(getContext()->getNextId(), when, 0 /*policyFlags*/, in sync()
|
H A D | TouchCursorInputMapperCommon.h | 111 NotifyKeyArgs args(context->getNextId(), when, readTime, deviceId, source, displayId, in synthesizeButtonKey()
|
H A D | RotaryEncoderInputMapper.cpp | 124 NotifyMotionArgs scrollArgs(getContext()->getNextId(), when, readTime, getDeviceId(), in sync()
|
H A D | TouchInputMapper.cpp | 400 NotifyDeviceResetArgs args(getContext()->getNextId(), when, getDeviceId()); in configure() 1912 NotifyKeyArgs args(getContext()->getNextId(), when, readTime, getDeviceId(), in dispatchVirtualKey() 2602 NotifyMotionArgs args(getContext()->getNextId(), when, readTime, getDeviceId(), mSource, in dispatchPointerGestures() 3515 NotifyMotionArgs args(getContext()->getNextId(), when, readTime, getDeviceId(), mSource, in dispatchPointerSimple() 3529 NotifyMotionArgs args(getContext()->getNextId(), when, readTime, getDeviceId(), mSource, in dispatchPointerSimple() 3545 NotifyMotionArgs args(getContext()->getNextId(), when, readTime, getDeviceId(), mSource, in dispatchPointerSimple() 3556 NotifyMotionArgs args(getContext()->getNextId(), when, readTime, getDeviceId(), mSource, in dispatchPointerSimple() 3571 NotifyMotionArgs args(getContext()->getNextId(), when, readTime, getDeviceId(), mSource, in dispatchPointerSimple() 3582 NotifyMotionArgs args(getContext()->getNextId(), when, readTime, getDeviceId(), mSource, in dispatchPointerSimple() 3604 NotifyMotionArgs args(getContext()->getNextId(), when, readTime, getDeviceId(), mSource, in dispatchPointerSimple() [all …]
|
H A D | JoystickInputMapper.cpp | 340 NotifyMotionArgs args(getContext()->getNextId(), when, readTime, getDeviceId(), in sync()
|
H A D | KeyboardInputMapper.cpp | 353 NotifyKeyArgs args(getContext()->getNextId(), when, readTime, getDeviceId(), mSource, in processKey()
|
H A D | SensorInputMapper.cpp | 408 NotifySensorArgs args(getContext()->getNextId(), when, getDeviceId(), in sync()
|
/aosp12/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/advanced/ |
H A D | Camera2OutputConfigImplBuilder.java | 43 private int getNextId() { in getNextId() method in Camera2OutputConfigImplBuilder 107 mOutputConfig.setId(getNextId()); in build()
|
/aosp12/frameworks/native/services/inputflinger/reader/include/ |
H A D | InputReaderContext.h | 61 virtual int32_t getNextId() = 0;
|
H A D | InputReader.h | 148 int32_t getNextId() NO_THREAD_SAFETY_ANALYSIS override;
|
/aosp12/packages/modules/DnsResolver/ |
H A D | Dns64Configuration.h | 111 unsigned getNextId() REQUIRES(mMutex) { return ++mNextId ? mNextId : ++mNextId; } in getNextId() function
|
H A D | Dns64Configuration.cpp | 62 Dns64Config cfg(getNextId(), netId); in startPrefixDiscovery()
|
/aosp12/frameworks/native/services/inputflinger/reader/ |
H A D | InputReader.cpp | 342 NotifyConfigurationChangedArgs args(mContext.getNextId(), when); in handleConfigurationChangedLocked() 375 const NotifyPointerCaptureChangedArgs args(mContext.getNextId(), now, in refreshConfigurationLocked() 962 int32_t InputReader::ContextImpl::getNextId() { in getNextId() function in android::InputReader::ContextImpl
|
H A D | InputDevice.cpp | 570 NotifyDeviceResetArgs args(mContext->getNextId(), when, mId); in notifyReset()
|
/aosp12/frameworks/base/core/java/android/preference/ |
H A D | PreferenceManager.java | 363 long getNextId() { in getNextId() method in PreferenceManager
|
H A D | Preference.java | 1356 mId = preferenceManager.getNextId(); in onAttachedToHierarchy()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 43846 Landroid/preference/PreferenceManager;->getNextId()J
|