HomeSort by relevance Sort by last modified time
    Searched full:timers (Results 26 - 50 of 398) sorted by null

12 3 4 5 6 7 8 91011>>

  /device/samsung/crespo/libaudio/
AudioPolicyManager.h 20 #include <utils/Timers.h>
  /external/grub/netboot/
timer.h 38 /* Timers tick over at this rate */
  /external/qemu/
compatfd.h 26 uint32_t ssi_tid; /* Kernel timer ID (POSIX timers) */
  /external/qemu/distrib/sdl-1.2.12/src/timer/
SDL_timer.c 134 /* Abort, list of timers modified */
190 SDL_SetError("This platform doesn't support multiple timers");
197 SDL_SetError("Multiple timers require threaded events!");
213 /* Look for id in the linked list of timers */
  /frameworks/base/core/java/android/view/animation/
package.html 10 to provide simple rotating timers, activity icons, and other useful UI elements.
  /frameworks/base/include/camera/
ICameraRecordingProxyListener.h 23 #include <utils/Timers.h>
ICameraClient.h 24 #include <utils/Timers.h>
  /frameworks/base/libs/rs/
rsContext.h 169 // Timers
170 enum Timers {
180 void timerSet(Timers);
264 Timers mTimerActive;
  /frameworks/base/opengl/tests/gl_perf/
filltest.cpp 26 #include <utils/Timers.h>
  /hardware/msm7k/libaudio/
AudioPolicyManager.h 20 #include <utils/Timers.h>
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/info/
dir 9 "h" gives a primer for first-timers,
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/info/
dir 9 "h" gives a primer for first-timers,
  /external/chromium/base/
timer_unittest.cc 234 base::OneShotTimer<ResetHelper> timers[20]; local
235 for (size_t i = 0; i < arraysize(timers); ++i) {
236 timers[i].Start(TimeDelta::FromMilliseconds(i * 10), &reset_helper,
277 // that timers work properly in all configurations.
339 // timers not yet fired. It may only trigger exceptions
message_pump_win.cc 104 // We would *like* to provide high resolution timers. Windows timers using
107 // is not running our MessageLoop; the only way to have our timers fire in
110 // To provide sub-10ms timers, we process timers directly from our run loop.
111 // For the common case, timers will be processed there as the run loop does
113 // events fire. This mops up the case of timers not being able to work in
115 // pending timers, because they could have already been processed by the
119 // soonest. As new timers are created and destroyed, we update SetTimer.
131 // timers (in case we are running within a nested, external sub-pump)
    [all...]
  /frameworks/base/core/java/android/webkit/
JWebCoreJavaBridge.java 35 private static final String LOGTAG = "webkit-timers";
58 * WebCore timers and cookies.
132 * Pause all timers.
142 * Resume all timers.
249 Log.v(LOGTAG, "stopSharedTimer removing all timers");
  /external/llvm/lib/Support/
Timer.cpp 90 tmp = new TimerGroup("Miscellaneous Ungrouped Timers");
266 // If the timer group is destroyed before the timers it owns, accumulate and
293 // Print the report when all timers in this group are destroyed if some of
315 // Sort the timers in descending order by amount of time taken.
331 // Ungrouped timers don't really make sense to add up. We still print the
363 /// print - Print any started timers in this group and zero them.
367 // See if any of our timers were started, if so add them to TimersToPrint and
378 // If any timers were started, print the group.
383 /// printAll - This static method prints all timers and clears them all out.
  /external/libnfc-nxp/src/
phLlcNfc_Timer.h 125 * \copydoc page_reg creates all the timers in the LLC context
192 * \copydoc page_reg deletes all the timers in the LLC context
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovieWinTimer.cpp 36 // FIXME: Find a way to do timers that can manage <10ms resolution properly too.
107 // GetQueueStatus, PeekMessage or GetMessage we favor timers.
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 46 /* timers */
67 /* Port Timers state machine */
  /external/qemu/telephony/
sysdeps.h 65 /** timers
  /external/webkit/Source/WebCore/platform/
ThreadTimers.h 39 // A collection of timers per thread. Kept in ThreadGlobalData.
  /frameworks/base/include/utils/
StopWatch.h 23 #include <utils/Timers.h>
  /frameworks/base/services/input/
InputApplication.h 23 #include <utils/Timers.h>
  /hardware/msm7k/libaudio-qdsp5v2/
AudioPolicyManager.h 20 #include <utils/Timers.h>
  /hardware/msm7k/libaudio-qsd8k/
AudioPolicyManager.h 20 #include <utils/Timers.h>

Completed in 120 milliseconds

12 3 4 5 6 7 8 91011>>