Home | History | Annotate | Download | only in libril

Lines Matching defs:dlog

78 #define dlog(x...) RLOGD( x )
81 dlog("~~~~ Event %x ~~~~", (unsigned int)ev);
82 dlog(" next = %x", (unsigned int)ev->next);
83 dlog(" prev = %x", (unsigned int)ev->prev);
84 dlog(" fd = %d", ev->fd);
85 dlog(" pers = %d", ev->persist);
86 dlog(" timeout = %ds + %dus", (int)ev->timeout.tv_sec, (int)ev->timeout.tv_usec);
87 dlog(" func = %x", (unsigned int)ev->func);
88 dlog(" param = %x", (unsigned int)ev->param);
89 dlog("~~~~~~~~~~~~~~~~~~");
92 #define dlog(x...) do {} while(0)
127 dlog("~~~~ Removing event ~~~~");
155 dlog("~~~~ nfds = %d ~~~~", nfds);
161 dlog("~~~~ +processTimeouts ~~~~");
170 dlog("~~~~ Looking for timers <= %ds + %dus ~~~~", (int)now.tv_sec, (int)now.tv_usec);
173 dlog("~~~~ firing timer ~~~~");
180 dlog("~~~~ -processTimeouts ~~~~");
185 dlog("~~~~ +processReadReadies (%d) ~~~~", n);
200 dlog("~~~~ -processReadReadies (%d) ~~~~", n);
205 dlog("~~~~ +firePending ~~~~");
213 dlog("~~~~ -firePending ~~~~");
229 dlog("~~~~ now = %ds + %dus ~~~~", (int)now.tv_sec, (int)now.tv_usec);
230 dlog("~~~~ next = %ds + %dus ~~~~",
255 dlog("~~~~ ril_event_set %x ~~~~", (unsigned int)ev);
268 dlog("~~~~ +ril_event_add ~~~~");
274 dlog("~~~~ added at %d ~~~~", i);
278 dlog("~~~~ nfds = %d ~~~~", nfds);
283 dlog("~~~~ -ril_event_add ~~~~");
289 dlog("~~~~ +ril_timer_add ~~~~");
312 dlog("~~~~ -ril_timer_add ~~~~");
318 dlog("~~~~ +ril_event_del ~~~~");
329 dlog("~~~~ -ril_event_del ~~~~");
338 dlog("DON: fd=%d is ready", rev->fd);
360 dlog("~~~~ no timers; blocking indefinitely ~~~~");
363 dlog("~~~~ blocking for %ds + %dus ~~~~", (int)tv.tv_sec, (int)tv.tv_usec);
369 dlog("~~~~ %d events fired ~~~~", n);