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

  /system/core/debuggerd/
util.cpp 49 ssize_t recv_fd(int sockfd, void* _Nonnull data, size_t len, unique_fd* _Nullable out_fd) { function
  /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);

Completed in 123 milliseconds