Home
last modified time | relevance | path

Searched defs:when (Results 1 – 25 of 115) sorted by relevance

12345

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DExternalStylusInputMapper.cpp47 void ExternalStylusInputMapper::configure(nsecs_t when, const InputReaderConfiguration* config, in configure()
53 void ExternalStylusInputMapper::reset(nsecs_t when) { in reset()
68 void ExternalStylusInputMapper::sync(nsecs_t when) { in sync()
H A DRotaryEncoderInputMapper.cpp63 void RotaryEncoderInputMapper::configure(nsecs_t when, const InputReaderConfiguration* config, in configure()
80 void RotaryEncoderInputMapper::reset(nsecs_t when) { in reset()
94 void RotaryEncoderInputMapper::sync(nsecs_t when, nsecs_t readTime) { in sync()
H A DSingleTouchInputMapper.cpp26 void SingleTouchInputMapper::reset(nsecs_t when) { in reset()
38 void SingleTouchInputMapper::syncTouch(nsecs_t when, RawState* outState) { in syncTouch()
H A DTouchInputMapper.cpp350 void TouchInputMapper::configure(nsecs_t when, const InputReaderConfiguration* config, in configure()
617 void TouchInputMapper::configureSurface(nsecs_t when, bool* outResetNeeded) { in configureSurface()
1408 void TouchInputMapper::reset(nsecs_t when) { in reset()
1464 void TouchInputMapper::sync(nsecs_t when, nsecs_t readTime) { in sync()
1552 nsecs_t when = mExternalStylusFusionTimeout - STYLUS_DATA_LATENCY; in processRawTouches() local
1567 void TouchInputMapper::cookAndDispatch(nsecs_t when, nsecs_t readTime) { in cookAndDispatch()
1707 void TouchInputMapper::applyExternalStylusButtonState(nsecs_t when) { in applyExternalStylusButtonState()
1713 void TouchInputMapper::applyExternalStylusTouchState(nsecs_t when) { in applyExternalStylusTouchState()
1777 void TouchInputMapper::timeoutExpired(nsecs_t when) { in timeoutExpired()
2037 void TouchInputMapper::dispatchHoverEnterAndMove(nsecs_t when, nsecs_t readTime, in dispatchHoverEnterAndMove()
[all …]
H A DInputMapper.cpp35 void InputMapper::configure(nsecs_t when, const InputReaderConfiguration* config, in configure()
38 void InputMapper::reset(nsecs_t when) {} in reset()
40 void InputMapper::timeoutExpired(nsecs_t when) {} in timeoutExpired()
71 void InputMapper::cancelTouch(nsecs_t when, nsecs_t readTime) {} in cancelTouch()
H A DTouchCursorInputMapperCommon.h103 static void synthesizeButtonKey(InputReaderContext* context, int32_t action, nsecs_t when, in synthesizeButtonKey()
117 static void synthesizeButtonKeys(InputReaderContext* context, int32_t action, nsecs_t when, in synthesizeButtonKeys()
H A DCursorInputMapper.cpp119 void CursorInputMapper::configure(nsecs_t when, const InputReaderConfiguration* config, in configure()
269 void CursorInputMapper::reset(nsecs_t when) { in reset()
294 void CursorInputMapper::sync(nsecs_t when, nsecs_t readTime) { in sync()
H A DKeyboardInputMapper.cpp134 nsecs_t when, const InputReaderConfiguration* config) { in findViewport()
147 void KeyboardInputMapper::configure(nsecs_t when, const InputReaderConfiguration* config, in configure()
198 void KeyboardInputMapper::reset(nsecs_t when) { in reset()
271 void KeyboardInputMapper::processKey(nsecs_t when, nsecs_t readTime, bool down, int32_t scanCode, in processKey()
H A DJoystickInputMapper.cpp107 void JoystickInputMapper::configure(nsecs_t when, const InputReaderConfiguration* config, in configure()
250 void JoystickInputMapper::reset(nsecs_t when) { in reset()
309 void JoystickInputMapper::sync(nsecs_t when, nsecs_t readTime, bool force) { in sync()
H A DMultiTouchInputMapper.cpp230 void MultiTouchInputMapper::reset(nsecs_t when) { in reset()
258 void MultiTouchInputMapper::syncTouch(nsecs_t when, RawState* outState) { in syncTouch()
/aosp12/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DWakeupMessageTest.java107 private void scheduleAndVerifyAlarm(long when) { in scheduleAndVerifyAlarm()
126 final long when = 1001; in scheduleAndDeliverMessage() local
142 final long when = 1010; in scheduleAndCancelMessage() local
176 final long when = 1011; in scheduleRunnable() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DAttentionDetectorTest.java120 long when = registerAttention(); in testOnUserActivity_checksAttention() local
130 long when = registerAttention(); in testOnUserActivity_doesntCheckIfNotEnabled() local
138 long when = registerAttention(); in testOnUserActivity_doesntCheckIfNotSupported() local
147 long when = registerAttention(); in testOnUserActivity_doesntCheckIfInLockscreen() local
200 long when = registerAttention(); in testOnUserActivity_ignoresIfAlreadyDoneForThatNextScreenDimming() local
215 long when = mAttentionDetector.updateUserActivity(mNextDimming + 1, in testOnUserActivity_skipsIfAlreadyScheduled() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java47 public MotionEventRecord(long when, MotionEvent event) { in MotionEventRecord()
80 public TagRecord(long when, String tag, String info) { in TagRecord()
114 public void tag(long when, String tag, String info) { in tag()
171 public void tag(long when, String tag, String info) { in tag()
182 public void tag(long when, String tag) { in tag()
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DZipUtils.h72 static inline void zipTimeToTimespec(uint32_t when, struct tm* timespec) { in zipTimeToTimespec()
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
H A DFullBackupEntry.java24 public FullBackupEntry(String pkg, long when) { in FullBackupEntry()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp65 void InputDevice::setEnabled(bool enabled, nsecs_t when) { in setEnabled()
236 void InputDevice::configure(nsecs_t when, const InputReaderConfiguration* config, in configure()
367 void InputDevice::reset(nsecs_t when) { in reset()
411 void InputDevice::timeoutExpired(nsecs_t when) { in timeoutExpired()
527 void InputDevice::cancelTouch(nsecs_t when, nsecs_t readTime) { in cancelTouch()
569 void InputDevice::notifyReset(nsecs_t when) { in notifyReset()
/aosp12/frameworks/base/core/proto/android/os/
H A Dmessage.proto27 optional int64 when = 1; field
/aosp12/frameworks/base/libs/androidfw/tests/
H A DZipUtils_test.cpp41 long when = 0x3EDD7514; in TEST_F() local
/aosp12/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DDateUtils.java38 public static String getKMLTimestamp(long when) { in getKMLTimestamp()
/aosp12/hardware/interfaces/broadcastradio/common/utils/include/broadcastradio-utils/
H A DWorkerThread.h35 std::chrono::time_point<std::chrono::steady_clock> when; member
/aosp12/frameworks/base/core/java/android/app/admin/
H A DSystemUpdatePolicy.java615 public InstallationOption getInstallationOptionAt(long when) { in getInstallationOptionAt()
632 private InstallationOption getInstallationOptionRegardlessFreezeAt(long when) { in getInstallationOptionRegardlessFreezeAt()
672 private static LocalDate millisToDate(long when) { in millisToDate()
679 private static long dateToMillis(LocalDate when) { in dateToMillis()
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DInjectVSyncSource.h38 void onInjectSyncEvent(nsecs_t when, nsecs_t expectedVSyncTimestamp, in onInjectSyncEvent()
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DStylusState.h28 nsecs_t when; member
/aosp12/art/odrefresh/
H A Dodr_compilation_log.h37 time_t when; member
/aosp12/hardware/interfaces/broadcastradio/common/utils/
H A DWorkerThread.cpp46 auto when = steady_clock::now() + delay; in schedule() local

12345