Searched refs:fromFd (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/cmds/incidentd/src/ |
D | FdBuffer.cpp | 137 status_t FdBuffer::readProcessedDataInStream(int fd, unique_fd toFd, unique_fd fromFd, in readProcessedDataInStream() argument 142 {.fd = fromFd.get(), .events = POLLIN}, in readProcessedDataInStream() 150 fcntl(fromFd.get(), F_SETFL, fcntl(fromFd.get(), F_GETFL, 0) | O_NONBLOCK); in readProcessedDataInStream() 257 ::read(fromFd.get(), mBuffer->writeBuffer(), mBuffer->currentToWrite())); in readProcessedDataInStream() 260 VLOG("Fail to read fromFd %d: %s", fromFd.get(), strerror(errno)); in readProcessedDataInStream() 264 VLOG("Reached EOF of fromFd %d", fromFd.get()); in readProcessedDataInStream()
|
D | FdBuffer.h | 63 status_t readProcessedDataInStream(int fd, unique_fd toFd, unique_fd fromFd, int64_t timeoutMs,
|
/frameworks/av/media/mtp/ |
D | MtpUtils.cpp | 159 android::base::unique_fd fromFd(open(fromPath, O_RDONLY)); in copyFile() local 160 if (fromFd == -1) { in copyFile() 180 ret = sendfile(toFd, fromFd, &offset, transfer_length); in copyFile()
|
/frameworks/base/core/java/android/os/ |
D | ParcelFileDescriptor.java | 256 return fromFd(fd, handler, listener); in open() 264 return fromFd(original, handler, listener); in fromPfd() 268 public static ParcelFileDescriptor fromFd(FileDescriptor fd, Handler handler, in fromFd() method in ParcelFileDescriptor 360 public static ParcelFileDescriptor fromFd(int fd) throws IOException { in fromFd() method in ParcelFileDescriptor
|
/frameworks/base/core/java/android/util/ |
D | MemoryIntArray.java | 178 try (ParcelFileDescriptor pfd = ParcelFileDescriptor.fromFd(mFd)) { in writeToParcel()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |