Home
last modified time | relevance | path

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

1234

/frameworks/native/services/inputflinger/reader/mapper/
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()
DRotaryEncoderInputMapper.cpp61 void RotaryEncoderInputMapper::configure(nsecs_t when, const InputReaderConfiguration* config, in configure()
78 void RotaryEncoderInputMapper::reset(nsecs_t when) { in reset()
92 void RotaryEncoderInputMapper::sync(nsecs_t when) { in sync()
DSingleTouchInputMapper.cpp26 void SingleTouchInputMapper::reset(nsecs_t when) { in reset()
38 void SingleTouchInputMapper::syncTouch(nsecs_t when, RawState* outState) { in syncTouch()
DTouchInputMapper.cpp340 void TouchInputMapper::configure(nsecs_t when, const InputReaderConfiguration* config, in configure()
612 void TouchInputMapper::configureSurface(nsecs_t when, bool* outResetNeeded) { in configureSurface()
1359 void TouchInputMapper::reset(nsecs_t when) { in reset()
1415 void TouchInputMapper::sync(nsecs_t when) { in sync()
1492 nsecs_t when = mExternalStylusFusionTimeout - STYLUS_DATA_LATENCY; in processRawTouches() local
1506 void TouchInputMapper::cookAndDispatch(nsecs_t when) { in cookAndDispatch()
1630 void TouchInputMapper::applyExternalStylusButtonState(nsecs_t when) { in applyExternalStylusButtonState()
1636 void TouchInputMapper::applyExternalStylusTouchState(nsecs_t when) { in applyExternalStylusTouchState()
1700 void TouchInputMapper::timeoutExpired(nsecs_t when) { in timeoutExpired()
1725 bool TouchInputMapper::consumeRawTouches(nsecs_t when, uint32_t policyFlags) { in consumeRawTouches()
[all …]
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()
64 void InputMapper::cancelTouch(nsecs_t when) {} in cancelTouch()
DTouchCursorInputMapperCommon.h60 static void synthesizeButtonKey(InputReaderContext* context, int32_t action, nsecs_t when, in synthesizeButtonKey()
74 static void synthesizeButtonKeys(InputReaderContext* context, int32_t action, nsecs_t when, in synthesizeButtonKeys()
DCursorInputMapper.cpp112 void CursorInputMapper::configure(nsecs_t when, const InputReaderConfiguration* config, in configure()
240 void CursorInputMapper::reset(nsecs_t when) { in reset()
265 void CursorInputMapper::sync(nsecs_t when) { in sync()
DKeyboardInputMapper.cpp132 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()
270 void KeyboardInputMapper::processKey(nsecs_t when, bool down, int32_t scanCode, int32_t usageCode) { in processKey()
DMultiTouchInputMapper.cpp225 void MultiTouchInputMapper::reset(nsecs_t when) { in reset()
239 void MultiTouchInputMapper::syncTouch(nsecs_t when, RawState* outState) { in syncTouch()
DJoystickInputMapper.cpp109 void JoystickInputMapper::configure(nsecs_t when, const InputReaderConfiguration* config, in configure()
244 void JoystickInputMapper::reset(nsecs_t when) { in reset()
304 void JoystickInputMapper::sync(nsecs_t when, bool force) { in sync()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DAttentionDetectorTest.java127 long when = registerAttention(); in testOnUserActivity_checksAttention() local
137 long when = registerAttention(); in testOnUserActivity_doesntCheckIfNotEnabled() local
145 long when = registerAttention(); in testOnUserActivity_doesntCheckIfNotSupported() local
154 long when = registerAttention(); in testOnUserActivity_doesntCheckIfInLockscreen() local
164 long when = registerAttention(); in testOnUserActivity_doesntCheckIfNotSufficientPermissions() local
217 long when = registerAttention(); in testOnUserActivity_ignoresIfAlreadyDoneForThatNextScreenDimming() local
232 long when = mAttentionDetector.updateUserActivity(mNextDimming + 1, in testOnUserActivity_skipsIfAlreadyScheduled() local
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
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
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
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()
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp61 void InputDevice::setEnabled(bool enabled, nsecs_t when) { in setEnabled()
213 void InputDevice::configure(nsecs_t when, const InputReaderConfiguration* config, in configure()
327 void InputDevice::reset(nsecs_t when) { in reset()
371 void InputDevice::timeoutExpired(nsecs_t when) { in timeoutExpired()
442 void InputDevice::cancelTouch(nsecs_t when) { in cancelTouch()
460 void InputDevice::notifyReset(nsecs_t when) { in notifyReset()
DInputReader.cpp187 void InputReader::addDeviceLocked(nsecs_t when, int32_t eventHubId) { in addDeviceLocked()
224 void InputReader::removeDeviceLocked(nsecs_t when, int32_t eventHubId) { in removeDeviceLocked()
316 void InputReader::timeoutExpiredLocked(nsecs_t when) { in timeoutExpiredLocked()
329 void InputReader::handleConfigurationChangedLocked(nsecs_t when) { in handleConfigurationChangedLocked()
452 void InputReader::requestTimeoutAtTimeLocked(nsecs_t when) { in requestTimeoutAtTimeLocked()
757 void InputReader::ContextImpl::requestTimeoutAtTime(nsecs_t when) { in requestTimeoutAtTime()
/frameworks/base/libs/androidfw/include/androidfw/
DZipUtils.h70 static inline void zipTimeToTimespec(uint32_t when, struct tm* timespec) { in zipTimeToTimespec()
/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
DFullBackupEntry.java24 public FullBackupEntry(String pkg, long when) { in FullBackupEntry()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DDateUtils.java38 public static String getKMLTimestamp(long when) { in getKMLTimestamp()
/frameworks/base/core/proto/android/os/
Dmessage.proto27 optional int64 when = 1; field
/frameworks/base/libs/androidfw/tests/
DZipUtils_test.cpp41 long when = 0x3EDD7514; in TEST_F() local
/frameworks/native/services/surfaceflinger/Scheduler/
DInjectVSyncSource.h38 void onInjectSyncEvent(nsecs_t when, nsecs_t expectedVSyncTimestamp) { in onInjectSyncEvent()
/frameworks/base/core/java/android/ddm/
DDdmHandleHeap.java114 int when = in.get(); in handleHPIF() local
132 int when = in.get(); in handleHPSGNHSG() local
/frameworks/base/core/java/android/app/timedetector/
DTimeDetector.java39 static ManualTimeSuggestion createManualTimeSuggestion(long when, String why) { in createManualTimeSuggestion()
/frameworks/base/core/java/android/app/admin/
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()
/frameworks/native/services/inputflinger/reader/include/
DStylusState.h28 nsecs_t when; member

1234