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

  /external/avahi/avahi-compat-howl/
compat.c 87 int thread_fd, main_fd; member in struct:_sw_discovery
359 (*self)->main_fd = fd[1];
391 if (write_command((*self)->main_fd, COMMAND_POLL) < 0)
415 if (write_command(self->main_fd, COMMAND_QUIT) < 0)
452 if (self->main_fd >= 0)
453 close(self->main_fd);
496 return self->main_fd;
509 if (read_command(self->main_fd) != COMMAND_POLL_DONE)
524 if (write_command(self->main_fd, COMMAND_POLL) < 0)
560 p.fd = ((sw_discovery) self)->main_fd;
    [all...]
  /external/avahi/avahi-compat-libdns_sd/
compat.c 68 int thread_fd, main_fd; member in struct:_DNSServiceRef_t
374 sdref->main_fd = fd[1];
403 if (write_command(sdref->main_fd, COMMAND_POLL) < 0)
425 ASSERT_SUCCESS(write_command(sdref->main_fd, COMMAND_QUIT));
439 if (sdref->main_fd >= 0)
440 close(sdref->main_fd);
478 return sdref->main_fd;
494 if (read_command(sdref->main_fd) != COMMAND_POLL_DONE)
509 if (write_command(sdref->main_fd, COMMAND_POLL) < 0)
    [all...]

Completed in 228 milliseconds