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

  /hardware/ti/omap4-aah/ion/
ion_test.c 188 int fd, recv_fd; local
210 recv_fd = *(int*)CMSG_DATA(cmsg);
211 if (recv_fd < 0) {
212 printf("could not get recv_fd from socket");
215 printf("child %d\n", recv_fd);
217 ptr = mmap(NULL, len, prot, map_flags, recv_fd, 0);
  /system/core/libion/
ion_test.c 172 int fd, recv_fd; local
194 recv_fd = *(int*)CMSG_DATA(cmsg);
195 if (recv_fd < 0) {
196 printf("could not get recv_fd from socket");
199 printf("child %d\n", recv_fd);
201 ptr = mmap(NULL, len, prot, map_flags, recv_fd, 0);
  /external/avahi/avahi-daemon/
chroot.c 149 static int recv_fd(int fd) { function
367 return recv_fd(helper_fd);

Completed in 425 milliseconds