Home
last modified time | relevance | path

Searched refs:getNextId (Results 1 – 19 of 19) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DCursorInputMapper.cpp178 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 DVibratorInputMapper.cpp56 NotifyVibratorStateArgs args(getContext()->getNextId(), systemTime(), getDeviceId(), true); in vibrate()
135 NotifyVibratorStateArgs args(getContext()->getNextId(), systemTime(), getDeviceId(), false); in stopVibrating()
H A DSwitchInputMapper.cpp59 NotifySwitchArgs args(getContext()->getNextId(), when, 0 /*policyFlags*/, in sync()
H A DTouchCursorInputMapperCommon.h111 NotifyKeyArgs args(context->getNextId(), when, readTime, deviceId, source, displayId, in synthesizeButtonKey()
H A DRotaryEncoderInputMapper.cpp124 NotifyMotionArgs scrollArgs(getContext()->getNextId(), when, readTime, getDeviceId(), in sync()
H A DTouchInputMapper.cpp400 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 DJoystickInputMapper.cpp340 NotifyMotionArgs args(getContext()->getNextId(), when, readTime, getDeviceId(), in sync()
H A DKeyboardInputMapper.cpp353 NotifyKeyArgs args(getContext()->getNextId(), when, readTime, getDeviceId(), mSource, in processKey()
H A DSensorInputMapper.cpp408 NotifySensorArgs args(getContext()->getNextId(), when, getDeviceId(), in sync()
/aosp12/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/advanced/
H A DCamera2OutputConfigImplBuilder.java43 private int getNextId() { in getNextId() method in Camera2OutputConfigImplBuilder
107 mOutputConfig.setId(getNextId()); in build()
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputReaderContext.h61 virtual int32_t getNextId() = 0;
H A DInputReader.h148 int32_t getNextId() NO_THREAD_SAFETY_ANALYSIS override;
/aosp12/packages/modules/DnsResolver/
H A DDns64Configuration.h111 unsigned getNextId() REQUIRES(mMutex) { return ++mNextId ? mNextId : ++mNextId; } in getNextId() function
H A DDns64Configuration.cpp62 Dns64Config cfg(getNextId(), netId); in startPrefixDiscovery()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp342 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 DInputDevice.cpp570 NotifyDeviceResetArgs args(mContext->getNextId(), when, mId); in notifyReset()
/aosp12/frameworks/base/core/java/android/preference/
H A DPreferenceManager.java363 long getNextId() { in getNextId() method in PreferenceManager
H A DPreference.java1356 mId = preferenceManager.getNextId(); in onAttachedToHierarchy()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt43846 Landroid/preference/PreferenceManager;->getNextId()J