HomeSort by relevance Sort by last modified time
    Searched refs:timer (Results 151 - 175 of 276) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/samsung/crespo/alsa-lib/src/seq/
seq_hw.c 226 static int snd_seq_hw_get_queue_timer(snd_seq_t *seq, snd_seq_queue_timer_t * timer)
229 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_GET_QUEUE_TIMER, timer) < 0) {
236 static int snd_seq_hw_set_queue_timer(snd_seq_t *seq, snd_seq_queue_timer_t * timer)
239 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_SET_QUEUE_TIMER, timer) < 0) {
  /external/libvpx/
ivfdec.c 540 struct vpx_usec_timer timer; local
542 vpx_usec_timer_start(&timer);
555 vpx_usec_timer_mark(&timer);
556 dx_time += vpx_usec_timer_elapsed(&timer);
  /external/libvpx/vp8/decoder/
onyxd_if.c 314 struct vpx_usec_timer timer; local
338 vpx_usec_timer_start(&timer);
428 vpx_usec_timer_mark(&timer);
429 pbi->decode_microseconds = vpx_usec_timer_elapsed(&timer);
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginStream.h 32 #import <WebCore/Timer.h>
125 void deliverDataTimerFired(WebCore::Timer<WebNetscapePluginStream>* timer);
126 WebCore::Timer<WebNetscapePluginStream> m_deliverDataTimer;
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.h 103 QTimer *timer; member in class:WpaGui
  /frameworks/base/core/java/android/os/
BatteryStats.java 39 * A constant indicating a partial wake lock timer.
44 * A constant indicating a full wake lock timer.
49 * A constant indicating a window wake lock timer.
54 * A constant indicating a sensor timer.
59 * A constant indicating a a wifi running timer
64 * A constant indicating a full wifi lock timer
69 * A constant indicating a scan wifi lock timer
74 * A constant indicating a wifi multicast timer
79 * A constant indicating an audio turn on timer
84 * A constant indicating a video turn on timer
1168 Timer timer = se.getSensorTime(); local
1566 Timer timer = se.getSensorTime(); local
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_direct.c 507 return snd_timer_async(dmix->timer, sig, pid);
510 /* empty the timer read queue */
518 snd_timer_read(dmix->timer, rbuf, sizeof(rbuf));
521 snd_timer_read(dmix->timer, &rbuf, sizeof(rbuf));
528 while ((len = snd_timer_read(dmix->timer, rbuf,
534 while (snd_timer_read(dmix->timer, &rbuf, sizeof(rbuf)) > 0)
542 snd_timer_stop(dmix->timer);
1085 * we cannot drive multiple accesses to appl_ptr; so we use slave timer of given
1108 ret = snd_timer_open(&dmix->timer, name, SND_TIMER_OPEN_NONBLOCK | SND_TIMER_OPEN_TREAD);
1111 ret = snd_timer_open(&dmix->timer, name, SND_TIMER_OPEN_NONBLOCK)
    [all...]
pcm_direct.h 151 snd_timer_t *timer; /* timer used as poll_fd */ member in struct:snd_pcm_direct
293 int snd_timer_async(snd_timer_t *timer, int sig, pid_t pid);
pcm_dshare.c 197 snd_timer_stop(dshare->timer);
324 err = snd_timer_start(dshare->timer);
463 if (dshare->timer)
464 snd_timer_close(dshare->timer);
512 /* clear timer queue to avoid a bogus return from poll */
804 if (dshare->timer)
805 snd_timer_close(dshare->timer);
  /external/kernel-headers/original/linux/sunrpc/
sched.h 12 #include <linux/timer.h>
61 * timeout_fn to be executed by timer bottom half
77 struct timer_list tk_timer; /* kernel timer */
269 rpc_action action, rpc_action timer);
xprt.h 114 void (*timer)(struct rpc_task *task); member in struct:rpc_xprt_ops
179 struct timer_list timer; member in struct:rpc_xprt
clnt.h 18 #include <linux/sunrpc/timer.h>
104 unsigned int p_timer; /* Which RTT timer to use */
  /external/webkit/WebCore/dom/
ScriptExecutionContext.cpp 248 void ScriptExecutionContext::addTimeout(int timeoutId, DOMTimer* timer)
251 m_timeouts.set(timeoutId, timer);
  /external/webkit/WebCore/wml/
WMLCardElement.cpp 111 void WMLCardElement::setIntrinsicEventTimer(WMLTimerElement* timer)
113 // Only one timer is allowed in a card
119 m_eventTimer = timer;
170 // Start the timer if it exists in current card
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/open/
openAuthSm.c 419 os_timerStart(hAuth->hOs, hAuth->timer, hAuth->timeout, FALSE);
431 os_timerStop(hAuth->hOs, hAuth->timer);
  /external/webkit/WebCore/page/
DOMWindow.cpp 687 PostMessageTimer* timer = new PostMessageTimer(this, message, sourceOrigin, source, channels.release(), target.get()); local
688 timer->startOneShot(0);
693 OwnPtr<PostMessageTimer> timer(t);
698 if (timer->targetOrigin()) {
700 if (!timer->targetOrigin()->isSameSchemeHostPort(document()->securityOrigin())) {
702 timer->targetOrigin()->toString().utf8().data(), document()->securityOrigin()->toString().utf8().data());
708 dispatchEvent(timer->event(document()));
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tzfmttst.cpp 278 // timer for performance analysis
279 UDate timer; local
349 timer = Calendar::getNow();
451 times[patidx] += (Calendar::getNow() - timer);
  /external/v8/src/
compiler.cc 61 HistogramTimerScope timer(&Counters::variable_allocation);
177 HistogramTimerScope timer(rate);
385 HistogramTimerScope timer(&Counters::compile_lazy);
  /external/wpa_supplicant/wpa_gui/
wpagui.ui.h 35 timer = new QTimer(this);
36 connect(timer, SIGNAL(timeout()), SLOT(ping()));
37 timer->start(1000, FALSE);
536 * QSocketNotifier cannot be used with Windows named pipes, so use a timer
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
wpagui.ui.h 35 timer = new QTimer(this);
36 connect(timer, SIGNAL(timeout()), SLOT(ping()));
37 timer->start(1000, FALSE);
534 * QSocketNotifier cannot be used with Windows named pipes, so use a timer
  /external/skia/src/xml/
SkJS.cpp 70 struct tm * localtime(const time_t *timer) {
  /external/chromium/base/
stats_table_unittest.cc 386 StatsScope<StatsCounterTimer> timer(foo);
396 StatsScope<StatsCounterTimer> timer(foo);
  /external/qemu/
savevm.c 87 #include "qemu-timer.h"
127 QEMUTimer *timer = *(QEMUTimer **)opaque; local
139 qemu_mod_timer(timer, qemu_get_clock(rt_clock) + 100);
141 qemu_del_timer(timer);
142 qemu_free_timer(timer);
148 static QEMUTimer *timer; local
149 timer = qemu_new_timer(rt_clock, qemu_announce_self_once, &timer);
150 qemu_announce_self_once(&timer);
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
linuxver.h 312 #define del_timer_sync(timer) del_timer(timer)
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/shared/
sharedKeyAuthSm.c 535 os_timerStart(hAuth->hOs, hAuth->timer, hAuth->timeout, FALSE);
547 os_timerStop(hAuth->hOs, hAuth->timer);

Completed in 1553 milliseconds

1 2 3 4 5 67 8 91011>>