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

  /frameworks/base/cmds/incidentd/src/
incidentd_util.cpp 63 unique_fd& Fpipe::readFd() { return mRead; }
71 if (input != NULL && (TEMP_FAILURE_RETRY(dup2(input->readFd().get(), STDIN_FILENO)) < 0 ||
87 if (input != NULL) input->readFd().reset();
Broadcaster.cpp 401 int readFd = fds[0];
409 // Takes ownership of readFd.
410 Status status = dropbox->addFile(String16("incident"), readFd, 0);
412 // TODO: This may or may not leak the readFd, depending on where it failed.
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java     [all...]

Completed in 97 milliseconds