| /external/qemu/telephony/ |
| android_modem.c | 163 SysTimer timer; member in struct:AVoiceCallRec 579 if (call->timer) { 580 sys_timer_destroy( call->timer ); 581 call->timer = NULL; [all...] |
| /device/samsung/crespo/alsa-lib/src/seq/ |
| seq.c | 330 The #SND_SEQ_PORT_SYSTEM_TIMER is the system timer port, 336 to the system timer port. 338 This port supports subscription. The received timer events are 467 to the system timer port. For example, 496 event to the system timer port as well. There are helper functions, [all...] |
| /packages/apps/Settings/src/com/android/settings/fuelgauge/ |
| PowerUsageSummary.java | 453 BatteryStats.Timer timer = wakelock.getWakeTime(BatteryStats.WAKE_TYPE_PARTIAL); local 454 if (timer != null) { 455 wakelockTime += timer.getTotalTimeLocked(uSecTime, which); 481 BatteryStats.Timer timer = sensor.getSensorTime(); local 482 long sensorTime = timer.getTotalTimeLocked(uSecTime, which) / 1000;
|
| /external/bluetooth/bluez/src/ |
| glib-helper.c | 55 guint timer; member in struct:cached_sdp_session 91 g_source_remove(c->timer); 118 cached->timer = g_timeout_add_seconds(CACHE_TIMEOUT,
|
| /external/icu4c/test/intltest/ |
| tzfmttst.cpp | 271 // timer for performance analysis 272 UDate timer; local 331 timer = Calendar::getNow(); 427 times[patidx] += (Calendar::getNow() - timer);
|
| /external/wpa_supplicant/wpa_gui-qt4/ |
| wpagui.cpp | 67 timer = new QTimer(this); 68 connect(timer, SIGNAL(timeout()), SLOT(ping())); 69 timer->start(1000, FALSE); 583 * timer to check for received messages for now. This could be
|
| /frameworks/base/services/java/com/android/server/ |
| SystemServer.java | 55 import java.util.Timer; 582 static Timer timer; field in class:SystemServer 609 timer = new Timer(); 610 timer.schedule(new TimerTask() {
|
| /device/samsung/crespo/alsa-lib/src/pcm/ |
| pcm_dmix.c | 420 snd_timer_stop(dmix->timer); 564 err = snd_timer_start(dmix->timer); 763 if (dmix->timer) 764 snd_timer_close(dmix->timer); 812 /* clear timer queue to avoid a bogus return from poll */ 1107 if (dmix->timer) 1108 snd_timer_close(dmix->timer); [all...] |
| /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
| wpagui.cpp | 166 timer = new QTimer(this); 167 connect(timer, SIGNAL(timeout()), SLOT(ping())); 168 timer->setSingleShot(FALSE); 169 timer->start(1000); 752 * timer to check for received messages for now. This could be 794 if (timer->interval() != interval) 795 timer->setInterval(interval); [all...] |
| /external/webkit/WebCore/plugins/ |
| PluginStream.cpp | 319 void PluginStream::delayDeliveryTimerFired(Timer<PluginStream>* timer) 321 ASSERT(timer == &m_delayDeliveryTimer);
|
| /hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
| dhd_linux.c | 258 struct timer_list timer; member in struct:dhd_info 350 /* Watchdog thread priority, -1 to use kernel timer */ [all...] |
| /bionic/libc/kernel/common/linux/sunrpc/ |
| sched.h | 15 #include <linux/timer.h>
|
| /bionic/libc/private/isc/ |
| eventlib.h | 142 int evTimeRW __P((evContext, evStreamID, evTimerID timer));
|
| /development/ndk/platforms/android-3/include/linux/sunrpc/ |
| sched.h | 15 #include <linux/timer.h>
|
| /device/samsung/crespo/alsa-lib/include/ |
| local.h | 117 #include "timer.h" 146 snd_timer_t *timer; member in union:_snd_async_handler::__anon1371
|
| /external/chromium/sdch/open-vcdiff/src/ |
| blockhash_test.cc | [all...] |
| /external/libvpx/ |
| ivfenc.c | 1049 struct vpx_usec_timer timer; local [all...] |
| /external/qemu/ |
| vnc.h | 115 QEMUTimer *timer; member in struct:VncState
|
| /external/webkit/JavaScriptCore/runtime/ |
| DateConstructor.cpp | 40 extern "C" time_t time(time_t* timer); // Provided by libce.
|
| /external/webkit/JavaScriptCore/wtf/ |
| CurrentTime.cpp | 69 #error Chromium uses a different timer implementation
|
| /hardware/broadcom/wlan/bcm4329/src/wl/sys/ |
| wl_cfg80211.h | 252 struct timer_list timer; member in struct:wl_iscan_ctrl
|
| /hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
| osmemapi.c | 45 #include <linux/timer.h>
|
| /libcore/luni/src/test/java/tests/api/java/util/ |
| TimerTest.java | 26 import java.util.Timer; 30 @TestTargetClass(Timer.class) 39 * Timer is not cancelled. 50 // Should we terminate the timer at a specific timerCounter? 53 // The timer we belong to 54 Timer timer = null; field in class:TimerTest.TimerTestTask 59 public TimerTestTask(Timer t) { 60 timer = t; 69 if (terminateCount == timerCounter && timer != null [all...] |
| /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/sunrpc/ |
| sched.h | 15 #include <linux/timer.h>
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/ |
| sched.h | 15 #include <linux/timer.h>
|