| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| D | GestureRecorder.java | 47 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/ |
| D | InputReader.cpp | 176 nsecs_t when, int32_t deviceId, uint32_t source, in synthesizeButtonKey() 193 nsecs_t when, int32_t deviceId, uint32_t source, in synthesizeButtonKeys() 359 void InputReader::addDeviceLocked(nsecs_t when, int32_t deviceId) { in addDeviceLocked() 386 void InputReader::removeDeviceLocked(nsecs_t when, int32_t deviceId) { in removeDeviceLocked() 487 void InputReader::timeoutExpiredLocked(nsecs_t when) { in timeoutExpiredLocked() 496 void InputReader::handleConfigurationChangedLocked(nsecs_t when) { in handleConfigurationChangedLocked() 562 void InputReader::requestTimeoutAtTimeLocked(nsecs_t when) { in requestTimeoutAtTimeLocked() 817 void InputReader::ContextImpl::requestTimeoutAtTime(nsecs_t when) { in requestTimeoutAtTime() 914 void InputDevice::configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes)… in configure() 951 void InputDevice::reset(nsecs_t when) { in reset() [all …]
|
| /frameworks/native/services/inputflinger/tests/ |
| D | InputDispatcher_test.cpp | 52 virtual void notifyConfigurationChanged(nsecs_t when) { in notifyConfigurationChanged() 75 virtual void interceptMotionBeforeQueueing(nsecs_t when, uint32_t& policyFlags) { in interceptMotionBeforeQueueing() 88 virtual void notifySwitch(nsecs_t when, in notifySwitch()
|
| /frameworks/base/include/androidfw/ |
| D | ZipUtils.h | 66 static inline void zipTimeToTimespec(long when, struct tm* timespec) { in zipTimeToTimespec()
|
| /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/java/android/ddm/ |
| D | DdmHandleHeap.java | 114 int when = in.get(); in handleHPIF() local 132 int when = in.get(); in handleHPSGNHSG() local
|
| /frameworks/base/core/java/android/os/ |
| D | MessageQueue.java | 254 int enqueueSyncBarrier(long when) { in enqueueSyncBarrier() 315 boolean enqueueMessage(Message msg, long when) { in enqueueMessage()
|
| D | PowerManager.java | 529 public void userActivity(long when, boolean noChangeLights) { in userActivity() 559 public void userActivity(long when, int event, int flags) { in userActivity()
|
| D | Message.java | 99 /*package*/ long when; field in Message
|
| /frameworks/base/services/core/java/com/android/server/job/controllers/ |
| D | IdleController.java | 168 final long when = nowElapsed + INACTIVITY_IDLE_THRESHOLD; in onReceive() local
|
| /frameworks/base/core/java/android/content/ |
| D | SyncStatusInfo.java | 154 public void setPeriodicSyncTime(int index, long when) { in setPeriodicSyncTime()
|
| /frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
| D | TileDrawable.java | 175 public void scheduleDrawable(Drawable who, Runnable what, long when) { in scheduleDrawable()
|
| D | BasicBitmapDrawable.java | 413 public void scheduleDrawable(Drawable who, Runnable what, long when) { in scheduleDrawable()
|
| /frameworks/base/tools/aapt/ |
| D | ZipEntry.cpp | 357 void ZipEntry::setModWhen(time_t when) in setModWhen()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
| D | KeyButtonView.java | 242 void sendEvent(int action, int flags, long when) { in sendEvent()
|
| /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
| D | DrawableWrapper.java | 159 public void scheduleDrawable(Drawable who, Runnable what, long when) { in scheduleDrawable()
|
| /frameworks/base/cmds/input/src/com/android/commands/input/ |
| D | Input.java | 247 …private void injectMotionEvent(int inputSource, int action, long when, float x, float y, float pre… in injectMotionEvent()
|
| /frameworks/base/core/java/android/util/ |
| D | TimeUtils.java | 63 public static TimeZone getTimeZone(int offset, boolean dst, long when, String country) { in getTimeZone()
|
| /frameworks/base/services/core/jni/ |
| D | com_android_server_input_InputManagerService.cpp | 550 void NativeInputManager::notifySwitch(nsecs_t when, in notifySwitch() 564 void NativeInputManager::notifyConfigurationChanged(nsecs_t when) { in notifyConfigurationChanged() 837 nsecs_t when = keyEvent->getEventTime(); in interceptKeyBeforeQueueing() local 863 void NativeInputManager::interceptMotionBeforeQueueing(nsecs_t when, uint32_t& policyFlags) { in interceptMotionBeforeQueueing() 894 void NativeInputManager::handleInterceptActions(jint wmActions, nsecs_t when, in handleInterceptActions()
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | AlarmManagerService.java | 171 public long when; field in AlarmManagerService.WakeupEvent 450 static long convertToElapsed(long when, int type) { in convertToElapsed() 755 private void setImplLocked(int type, long when, long whenElapsed, long windowLength, in setImplLocked() 1350 private void setLocked(int type, long when) { in setLocked() 1502 public long when; field in AlarmManagerService.Alarm
|
| /frameworks/base/graphics/java/android/graphics/drawable/ |
| D | Drawable.java | 314 public void scheduleDrawable(Drawable who, Runnable what, long when); in scheduleDrawable() 382 public void scheduleSelf(Runnable what, long when) { in scheduleSelf()
|
| D | ClipDrawable.java | 186 public void scheduleDrawable(Drawable who, Runnable what, long when) { in scheduleDrawable()
|
| D | ScaleDrawable.java | 201 public void scheduleDrawable(Drawable who, Runnable what, long when) { in scheduleDrawable()
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
| D | GsmServiceStateTracker.java | 1308 private TimeZone getNitzTimeZone(int offset, boolean dst, long when) { in getNitzTimeZone() 1318 private TimeZone findTimeZone(int offset, boolean dst, long when) { in findTimeZone()
|