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

  /external/avahi/avahi-core/
resolve-address.c 77 static void time_event_callback(AvahiTimeEvent *e, void *userdata) { function
95 r->time_event = avahi_time_event_new(r->server->time_event_queue, &tv, time_event_callback, r);
resolve-host-name.c 97 static void time_event_callback(AvahiTimeEvent *e, void *userdata) { function
116 r->time_event = avahi_time_event_new(r->server->time_event_queue, &tv, time_event_callback, r);
resolve-service.c 144 static void time_event_callback(AvahiTimeEvent *e, void *userdata) { function
163 r->time_event = avahi_time_event_new(r->server->time_event_queue, &tv, time_event_callback, r);

Completed in 43 milliseconds