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

  /system/core/adb/
adb.c     [all...]
adb.h 487 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s);
  /external/chromium_org/components/nacl/loader/
nacl_helper_linux.cc 193 bool HonorRequestAndReply(int reply_fd,
217 if (!UnixDomainSocket::SendMsg(reply_fd, write_pickle.data(),
  /external/chromium_org/content/browser/renderer_host/
render_sandbox_host_linux.cc 613 int reply_fd) {
622 if (reply_fd != -1) {
624 if (fstat(reply_fd, &st) == 0 && S_ISDIR(st.st_mode)) {
638 memcpy(CMSG_DATA(cmsg), &reply_fd, sizeof(reply_fd)); local
  /bootable/recovery/minadbd/
adb.h 414 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s);

Completed in 54 milliseconds