Home
last modified time | relevance | path

Searched refs:fromFd (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/cmds/incidentd/src/
DFdBuffer.cpp137 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()
DFdBuffer.h63 status_t readProcessedDataInStream(int fd, unique_fd toFd, unique_fd fromFd, int64_t timeoutMs,
/frameworks/av/media/mtp/
DMtpUtils.cpp159 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/
DParcelFileDescriptor.java256 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/
DMemoryIntArray.java178 try (ParcelFileDescriptor pfd = ParcelFileDescriptor.fromFd(mFd)) { in writeToParcel()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt22061 method public static android.os.ParcelFileDescriptor fromFd(int) throws java.io.IOException;
/frameworks/base/non-updatable-api/
Dcurrent.txt35155 method public static android.os.ParcelFileDescriptor fromFd(int) throws java.io.IOException;
/frameworks/base/api/
Dcurrent.txt35299 method public static android.os.ParcelFileDescriptor fromFd(int) throws java.io.IOException;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt51881 Landroid/os/ParcelFileDescriptor;->fromFd(Ljava/io/FileDescriptor;Landroid/os/Handler;Landroid/os/P…