Searched refs:now (Results 1 – 4 of 4) sorted by relevance
/hardware/ril/libril/ |
D | ril_event.cpp | 163 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/ |
D | android_surface_output_omap34xx.cpp | 174 nsecs_t now = systemTime(); in debugShowFPS() local 175 nsecs_t diff = now - mLastFpsTime; in debugShowFPS() 177 mLastFpsTime = now; in debugShowFPS()
|
/hardware/libhardware_legacy/gps/ |
D | gps_qemu.c | 174 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/ |
D | Makerules | 243 # NEEDSWORK: For now only NT 4.0 stuff uses it.
|