Searched defs:tv (Results 1 – 13 of 13) sorted by relevance
96 static void getNow(struct timeval * tv) in getNow()215 static int calcNextTimeout(struct timeval * tv) in calcNextTimeout()286 void ril_timer_add(struct ril_event * ev, struct timeval * tv) in ril_timer_add()349 struct timeval tv; in ril_event_loop() local
87 FILETIME tv; in get_time() local112 timeval tv; in get_time() local
10 struct timeval tv; in time_ms() local
141 struct timeval tv; in main() local
38 TextView tv = new TextView(this); in onCreate() local
136 TextView tv = new TextView(this); in showToastAndFinish() local
52 struct timeval tv; in fdprintfnv() local
141 struct timeval tv; in writeFineTimestamped() local
35 struct timeval tv; in qrtr_open() local
46 struct timeval tv; in curr_ms() local
123 struct timeval tv; in currTimeUs() local
92 struct timeval tv; in setTimespecRelative() local
7488 auto tv_to_ms = [](const struct timeval& tv) { in Start()