HomeSort by relevance Sort by last modified time
    Searched refs:avahi_timeval_compare (Results 1 - 11 of 11) sorted by null

  /external/avahi/avahi-common/
timeval.h 36 int avahi_timeval_compare(const struct timeval *a, const struct timeval *b);
timeval.c 30 int avahi_timeval_compare(const struct timeval *a, const struct timeval *b) { function
53 if (avahi_timeval_compare(a, b) < 0)
simple-watch.c 434 if (!n || avahi_timeval_compare(&t->expiry, &n->expiry) < 0)
  /external/avahi/avahi-core/
timeeventq.c 52 if ((ret = avahi_timeval_compare(&a->expiry, &b->expiry)) != 0)
57 return avahi_timeval_compare(&a->last_run, &b->last_run);
86 if (avahi_timeval_compare(&now, &e->expiry) >= 0) {
113 if (avahi_timeval_compare(&now, &e->expiry) > 0)
querier.c 205 if (cbdata->ret_ctime && avahi_timeval_compare(&tv, cbdata->ret_ctime) > 0)
probe-sched.c 377 if (avahi_timeval_compare(&tv, &pj->delivery) < 0) {
query-sched.c 369 if (avahi_timeval_compare(&tv, &qj->delivery) < 0) {
response-sched.c 393 if (avahi_timeval_compare(&tv, &rj->delivery) < 0) {
iface.c 586 avahi_timeval_compare(&end, &now) < 0) {
entry.c     [all...]
  /external/avahi/avahi-glib/
glib-watch.c 239 if (!n || avahi_timeval_compare(&t->expiry, &n->expiry) < 0)
305 if (avahi_timeval_compare(&next_timeout->expiry, &tvnow) <= 0)
330 if (avahi_timeval_compare(&next_timeout->expiry, &tvnow) < 0) {

Completed in 88 milliseconds