HomeSort by relevance Sort by last modified time
    Searched refs:wakeupTime (Results 1 - 9 of 9) sorted by null

  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/
CarPowerManagementServiceTest.java 100 final int wakeupTime = 100;
104 mPowerEventProcessingHandler = new PowerEventProcessingHandlerImpl(0, wakeupTime);
112 assertStateReceived(PowerHalService.SET_SHUTDOWN_START, wakeupTime);
120 final int wakeupTime = 100;
125 wakeupTime);
134 WAIT_TIMEOUT_LONG_MS, wakeupTime);
141 final int wakeupTime = 100;
145 mPowerEventProcessingHandler = new PowerEventProcessingHandlerImpl(0, wakeupTime);
157 assertEquals(wakeupTime, wakeupTimeReceived);
165 final int wakeupTime = 100
    [all...]
  /device/google/contexthub/firmware/os/inc/
platform.h 67 bool platSleepClockRequest(uint64_t wakeupTime, uint32_t maxJitterPpm, uint32_t maxDriftPpm, uint32_t maxErrTotalPpm); //"nextTime == 0" => "no wakeup needed"
  /device/google/contexthub/firmware/os/platform/stm32/
platform.c 395 bool platSleepClockRequest(uint64_t wakeupTime, uint32_t maxJitterPpm, uint32_t maxDriftPpm, uint32_t maxErrTotalPpm)
399 if (wakeupTime && curTime >= wakeupTime)
407 mWakeupTime = wakeupTime;
410 if (wakeupTime)
411 platSetTimerAlarm(wakeupTime - curTime);
  /developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
SetTimerActivity.java 119 long wakeupTime = System.currentTimeMillis() + duration;
122 alarm.setExact(AlarmManager.RTC_WAKEUP, wakeupTime, pendingIntent);
  /developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
SetTimerActivity.java 119 long wakeupTime = System.currentTimeMillis() + duration;
122 alarm.setExact(AlarmManager.RTC_WAKEUP, wakeupTime, pendingIntent);
  /development/samples/browseable/Timer/src/com.example.android.wearable.timer/
SetTimerActivity.java 119 long wakeupTime = System.currentTimeMillis() + duration;
122 alarm.setExact(AlarmManager.RTC_WAKEUP, wakeupTime, pendingIntent);
  /frameworks/base/libs/common_time/
common_time_server.cpp 211 int64_t wakeupTime;
238 wakeupTime = mLocalClock.getLocalTime();
364 mLastPacketRxLocalTime = wakeupTime;
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
JSR166TestCase.java 840 final long wakeupTime = System.nanoTime() + nanos;
846 nanos = wakeupTime - System.nanoTime();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]

Completed in 1775 milliseconds