OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wakeAt
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TV/src/com/android/tv/dvr/
Scheduler.java
250
long
wakeAt
= nextStartTime - MS_TO_WAKE_BEFORE_START;
251
if (DEBUG) Log.d(TAG, "Set alarm to record at " +
wakeAt
);
255
mAlarmManager.setExactAndAllowWhileIdle(AlarmManager.RTC_WAKEUP,
wakeAt
, alarmIntent);
/device/generic/goldfish/camera/
EmulatedCameraDevice.cpp
496
nsecs_t
wakeAt
=
499
nsecs_t timeout = std::max<nsecs_t>(0,
wakeAt
- now);
Completed in 191 milliseconds