HomeSort by relevance Sort by last modified time
    Searched defs:TIMER (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/disk_cache/
stats.h 40 TIMER,
47 LAST_REPORT_TIMER, // Timer count of the last time we sent a report.
  /packages/apps/Email/src/com/android/email/
Throttle.java 24 import java.util.Timer;
43 private static Timer TIMER = new Timer();
46 private final Timer mTimer;
79 this(name, callback, handler, minTimeout, maxTimeout, Clock.INSTANCE, TIMER);
84 int maxTimeout, Clock clock, Timer timer) {
91 mTimer = timer;
145 * Timer task called on timeout
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emu10k1.h 34 #include <sound/timer.h>
108 #define IPR_INTERVALTIMER 0x00000200 /* Interval timer terminal count */
161 #define INTE_INTERVALTIMERENB 0x00000004 /* Enable interval timer interrupts */
294 #define TIMER 0x1a /* Timer terminal count register */
298 #define TIMER_RATE_MASK 0x000003ff /* Timer interrupt rate in sample periods */
1547 struct snd_timer *timer; member in struct:snd_emu10k1
    [all...]

Completed in 822 milliseconds