Searched defs:timers (Results 1 - 7 of 7) sorted by relevance

/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc_Timer.c57 static struct phOsalNfc_Timer timers[MAX_NO_TIMERS] = variable in typeref:struct:phOsalNfc_Timer
88 if(timers[timer_msg->TimerId].ptr != NULL)
90 phOsalNfc_FreeMemory(timers[timer_msg->TimerId].ptr);
91 timers[timer_msg->TimerId].ptr = NULL;
100 * This callback is called by Linux whenever one the timers expires. It
109 if((timerid < MAX_NO_TIMERS)&&(timers[timerid].nIsStopped == 1))
139 timer_msg->pCallBck = timers[timerid].callback;
140 timer_msg->pContext = timers[timerid].pContext;
150 timers[timerid].ptr = osal_defer_msg;
155 (timers[timeri
[all...]
/external/chromium/base/
H A Dtimer_unittest.cc234 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
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginView.h93 HashMap<uint32_t, PluginTimer*>* timers; variable
/external/qemu/android/
H A Dlooper-generic.c265 ARefSet timers[1]; /* set of all timers */ member in struct:GLooper
266 GLoopTimer* activeTimers; /* sorted list of active timers */
279 arefSet_add(looper->timers, tt);
285 arefSet_del(looper->timers, tt);
417 /* Do we have any expired timers here ? */
436 /* Fire the pending timers, if any. We do that in a separate
438 * by starting/stopping other timers.
469 arefSet_done(looper->timers);
/external/chromium/chrome/browser/
H A Dbrowser_about_handler.cc690 // We maintain two lists - one for counters and one for timers.
698 ListValue* timers; local
699 if (!root.GetList("timers", &timers)) {
700 timers = new ListValue();
701 root.Set("timers", timers);
763 // Store this on the timers list as well.
764 timers->Append(counter);
816 // Clear the timer list since we stored the data in the timers lis
[all...]
/external/kernel-headers/original/asm-mips/ip32/
H A Dmace.h301 struct mace_timers timers; member in struct:mace_perif
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 217 milliseconds