HomeSort by relevance Sort by last modified time
    Searched full:attime (Results 1 - 5 of 5) sorted by null

  /frameworks/base/tests/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
AlarmImpl.java 50 long atTime = SystemClock.elapsedRealtime() + timeoutMills;
55 am.set(AlarmManager.ELAPSED_REALTIME_WAKEUP, atTime, pi);
56 Log.d(LOG_TAG, String.format("Alarm set: %d, giving up wake lock", atTime));
  /frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
WakeLoopService.java 76 long atTime = SystemClock.elapsedRealtime() + wakeupInterval;
86 am.set(AlarmManager.ELAPSED_REALTIME_WAKEUP, atTime, pi);
WakeUpCall.java 77 long atTime = SystemClock.elapsedRealtime() + wakeupInterval;
82 am.set(AlarmManager.ELAPSED_REALTIME_WAKEUP, atTime, pi);
  /bionic/libc/tzcode/
localtime.c 473 time_t attime local
476 if (timecnt && attime <= sp->ats[timecnt - 1]) {
477 if (attime < sp->ats[timecnt - 1])
482 sp->ats[timecnt++] = attime;
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c     [all...]

Completed in 353 milliseconds