/frameworks/native/services/inputflinger/reader/mapper/gestures/ |
D | GestureConverter.cpp | 75 std::list<NotifyArgs> GestureConverter::reset(nsecs_t when) { in reset() 125 std::list<NotifyArgs> GestureConverter::handleGesture(nsecs_t when, nsecs_t readTime, in handleGesture() 152 NotifyMotionArgs GestureConverter::handleMove(nsecs_t when, nsecs_t readTime, in handleMove() 182 std::list<NotifyArgs> GestureConverter::handleButtonsChange(nsecs_t when, nsecs_t readTime, in handleButtonsChange() 264 std::list<NotifyArgs> GestureConverter::releaseAllButtons(nsecs_t when, nsecs_t readTime) { in releaseAllButtons() 297 std::list<NotifyArgs> GestureConverter::handleScroll(nsecs_t when, nsecs_t readTime, in handleScroll() 333 std::list<NotifyArgs> GestureConverter::handleFling(nsecs_t when, nsecs_t readTime, in handleFling() 368 NotifyMotionArgs GestureConverter::endScroll(nsecs_t when, nsecs_t readTime) { in endScroll() 381 [[nodiscard]] std::list<NotifyArgs> GestureConverter::handleMultiFingerSwipe(nsecs_t when, in handleMultiFingerSwipe() 444 [[nodiscard]] std::list<NotifyArgs> GestureConverter::handleMultiFingerSwipeLift(nsecs_t when, in handleMultiFingerSwipeLift() [all …]
|
D | HardwareStateConverter.cpp | 54 SelfContainedHardwareState HardwareStateConverter::produceHardwareState(nsecs_t when) { in produceHardwareState()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | ExternalStylusInputMapper.cpp | 50 std::list<NotifyArgs> ExternalStylusInputMapper::reconfigure(nsecs_t when, in reconfigure() 58 std::list<NotifyArgs> ExternalStylusInputMapper::reset(nsecs_t when) { in reset() 75 std::list<NotifyArgs> ExternalStylusInputMapper::sync(nsecs_t when) { in sync()
|
D | RotaryEncoderInputMapper.cpp | 67 std::list<NotifyArgs> RotaryEncoderInputMapper::reconfigure(nsecs_t when, in reconfigure() 86 std::list<NotifyArgs> RotaryEncoderInputMapper::reset(nsecs_t when) { in reset() 102 std::list<NotifyArgs> RotaryEncoderInputMapper::sync(nsecs_t when, nsecs_t readTime) { in sync()
|
D | TouchInputMapper.cpp | 292 std::list<NotifyArgs> TouchInputMapper::reconfigure(nsecs_t when, in reconfigure() 919 void TouchInputMapper::configureInputDevice(nsecs_t when, bool* outResetNeeded) { in configureInputDevice() 1378 std::list<NotifyArgs> TouchInputMapper::reset(nsecs_t when) { in reset() 1440 std::list<NotifyArgs> TouchInputMapper::sync(nsecs_t when, nsecs_t readTime) { in sync() 1536 nsecs_t when = mExternalStylusFusionTimeout - STYLUS_DATA_LATENCY; in processRawTouches() local 1551 std::list<NotifyArgs> TouchInputMapper::cookAndDispatch(nsecs_t when, nsecs_t readTime) { in cookAndDispatch() 1697 void TouchInputMapper::applyExternalStylusButtonState(nsecs_t when) { in applyExternalStylusButtonState() 1718 void TouchInputMapper::applyExternalStylusTouchState(nsecs_t when) { in applyExternalStylusTouchState() 1793 std::list<NotifyArgs> TouchInputMapper::timeoutExpired(nsecs_t when) { in timeoutExpired() 1827 std::list<NotifyArgs> TouchInputMapper::consumeRawTouches(nsecs_t when, nsecs_t readTime, in consumeRawTouches() [all …]
|
D | SingleTouchInputMapper.cpp | 27 std::list<NotifyArgs> SingleTouchInputMapper::reset(nsecs_t when) { in reset() 40 void SingleTouchInputMapper::syncTouch(nsecs_t when, RawState* outState) { in syncTouch()
|
D | InputMapper.cpp | 40 std::list<NotifyArgs> InputMapper::reconfigure(nsecs_t when, const InputReaderConfiguration& config, in reconfigure() 45 std::list<NotifyArgs> InputMapper::reset(nsecs_t when) { in reset() 49 std::list<NotifyArgs> InputMapper::timeoutExpired(nsecs_t when) { in timeoutExpired() 91 std::list<NotifyArgs> InputMapper::cancelTouch(nsecs_t when, nsecs_t readTime) { in cancelTouch()
|
D | TouchpadInputMapper.cpp | 361 std::list<NotifyArgs> TouchpadInputMapper::reconfigure(nsecs_t when, in reconfigure() 423 std::list<NotifyArgs> TouchpadInputMapper::reset(nsecs_t when) { in reset() 431 void TouchpadInputMapper::resetGestureInterpreter(nsecs_t when) { in resetGestureInterpreter() 480 std::list<NotifyArgs> TouchpadInputMapper::sendHardwareState(nsecs_t when, nsecs_t readTime, in sendHardwareState() 504 std::list<NotifyArgs> TouchpadInputMapper::processGestures(nsecs_t when, nsecs_t readTime) { in processGestures()
|
D | MultiTouchInputMapper.cpp | 37 std::list<NotifyArgs> MultiTouchInputMapper::reset(nsecs_t when) { in reset() 68 void MultiTouchInputMapper::syncTouch(nsecs_t when, RawState* outState) { in syncTouch()
|
D | KeyboardInputMapper.cpp | 135 std::list<NotifyArgs> KeyboardInputMapper::reconfigure(nsecs_t when, in reconfigure() 175 std::list<NotifyArgs> KeyboardInputMapper::reset(nsecs_t when) { in reset() 202 std::list<NotifyArgs> KeyboardInputMapper::processKey(nsecs_t when, nsecs_t readTime, bool down, in processKey() 407 std::list<NotifyArgs> KeyboardInputMapper::cancelAllDownKeys(nsecs_t when) { in cancelAllDownKeys()
|
D | TouchCursorInputMapperCommon.cpp | 30 InputReaderContext* context, int32_t action, nsecs_t when, nsecs_t readTime, in synthesizeButtonKey() 90 InputReaderContext* context, int32_t action, nsecs_t when, nsecs_t readTime, in synthesizeButtonKeys()
|
D | CursorInputMapper.cpp | 138 std::list<NotifyArgs> CursorInputMapper::reconfigure(nsecs_t when, in reconfigure() 198 std::list<NotifyArgs> CursorInputMapper::reset(nsecs_t when) { in reset() 231 std::list<NotifyArgs> CursorInputMapper::sync(nsecs_t when, nsecs_t readTime) { in sync()
|
D | JoystickInputMapper.cpp | 107 std::list<NotifyArgs> JoystickInputMapper::reconfigure(nsecs_t when, in reconfigure() 252 std::list<NotifyArgs> JoystickInputMapper::reset(nsecs_t when) { in reset() 313 std::list<NotifyArgs> JoystickInputMapper::sync(nsecs_t when, nsecs_t readTime, bool force) { in sync()
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | WakeupMessageTest.java | 107 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
|
/frameworks/base/services/tests/servicestests/src/com/android/server/power/ |
D | AttentionDetectorTest.java | 120 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
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | GestureRecorder.java | 46 public MotionEventRecord(long when, MotionEvent event) { in MotionEventRecord() 79 public TagRecord(long when, String tag, String info) { in TagRecord() 113 public void tag(long when, String tag, String info) { in tag() 170 public void tag(long when, String tag, String info) { in tag() 181 public void tag(long when, String tag) { in tag()
|
/frameworks/native/services/inputflinger/tests/ |
D | InstrumentedInputReader.h | 83 void requestTimeoutAtTime(nsecs_t when) override { mRequestedTimeout = when; } in requestTimeoutAtTime() 85 void assertTimeoutWasRequested(nsecs_t when) { in assertTimeoutWasRequested()
|
D | HardwareStateConverter_test.cpp | 67 void processAxis(nsecs_t when, int32_t type, int32_t code, int32_t value) { in processAxis() 79 std::optional<SelfContainedHardwareState> processSync(nsecs_t when) { in processSync()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ZipUtils.h | 72 static inline void zipTimeToTimespec(uint32_t when, struct tm* timespec) { in zipTimeToTimespec()
|
/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/ |
D | FullBackupEntry.java | 24 public FullBackupEntry(String pkg, long when) { in FullBackupEntry()
|
/frameworks/base/libs/androidfw/tests/ |
D | ZipUtils_test.cpp | 41 long when = 0x3EDD7514; in TEST_F() local
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
D | DateUtils.java | 38 public static String getKMLTimestamp(long when) { in getKMLTimestamp()
|
/frameworks/base/core/proto/android/os/ |
D | message.proto | 27 optional int64 when = 1; field
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupTestHelper.java | 63 int groupAlertBehavior, int id, String tag, long when) { in createSummaryNotification() 82 int groupAlertBehavior, int id, String tag, long when) { in createChildNotification()
|
/frameworks/base/core/java/android/app/admin/ |
D | SystemUpdatePolicy.java | 616 public InstallationOption getInstallationOptionAt(long when) { in getInstallationOptionAt() 633 private InstallationOption getInstallationOptionRegardlessFreezeAt(long when) { in getInstallationOptionRegardlessFreezeAt() 673 private static LocalDate millisToDate(long when) { in millisToDate() 680 private static long dateToMillis(LocalDate when) { in dateToMillis()
|