Home
last modified time | relevance | path

Searched refs:now (Results 1 – 4 of 4) sorted by relevance

/hardware/ril/libril/
Dril_event.cpp163 struct timeval now; in processTimeouts() local
167 getNow(&now); in processTimeouts()
170 dlog("~~~~ Looking for timers <= %ds + %dus ~~~~", (int)now.tv_sec, (int)now.tv_usec); in processTimeouts()
171 while ((tev != &timer_list) && (timercmp(&now, &tev->timeout, >))) { in processTimeouts()
219 struct timeval now; in calcNextTimeout() local
221 getNow(&now); in calcNextTimeout()
229 dlog("~~~~ now = %ds + %dus ~~~~", (int)now.tv_sec, (int)now.tv_usec); in calcNextTimeout()
232 if (timercmp(&tev->timeout, &now, >)) { in calcNextTimeout()
233 timersub(&tev->timeout, &now, tv); in calcNextTimeout()
298 struct timeval now; in ril_timer_add() local
[all …]
/hardware/ti/omap3/libopencorehw/
Dandroid_surface_output_omap34xx.cpp174 nsecs_t now = systemTime(); in debugShowFPS() local
175 nsecs_t diff = now - mLastFpsTime; in debugShowFPS()
177 mLastFpsTime = now; in debugShowFPS()
/hardware/libhardware_legacy/gps/
Dgps_qemu.c174 time_t now = time(NULL); in nmea_reader_update_utc_diff() local
179 gmtime_r( &now, &tm_utc ); in nmea_reader_update_utc_diff()
180 localtime_r( &now, &tm_local ); in nmea_reader_update_utc_diff()
239 time_t now = time(NULL); in nmea_reader_update_time() local
240 gmtime_r( &now, &tm ); in nmea_reader_update_time()
/hardware/broadcom/wlan/bcm4329/src/
DMakerules243 # NEEDSWORK: For now only NT 4.0 stuff uses it.