Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/incidentd/src/
H A DFdBuffer.cpp145 status_t FdBuffer::readProcessedDataInStream(int fd, unique_fd toFd, unique_fd fromFd, in readProcessedDataInStream() argument
150 {.fd = fromFd.get(), .events = POLLIN}, in readProcessedDataInStream()
158 fcntl(fromFd.get(), F_SETFL, fcntl(fromFd.get(), F_GETFL, 0) | O_NONBLOCK); in readProcessedDataInStream()
265 ::read(fromFd.get(), mBuffer->writeBuffer(), mBuffer->currentToWrite())); in readProcessedDataInStream()
268 VLOG("Fail to read fromFd %d: %s", fromFd.get(), strerror(errno)); in readProcessedDataInStream()
272 VLOG("Reached EOF of fromFd %d", fromFd.get()); in readProcessedDataInStream()
H A DFdBuffer.h64 status_t readProcessedDataInStream(int fd, unique_fd toFd, unique_fd fromFd, int64_t timeoutMs,
/aosp14/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java273 return fromFd(fd, handler, listener); in open()
292 return fromFd(original, handler, listener); in wrap()
296 public static ParcelFileDescriptor fromFd(FileDescriptor fd, Handler handler, in fromFd() method in ParcelFileDescriptor
396 public static ParcelFileDescriptor fromFd(int fd) throws IOException { in fromFd() method in ParcelFileDescriptor
/aosp14/frameworks/base/core/java/android/hardware/
H A DSyncFence.java171 return ParcelFileDescriptor.fromFd(fd); in getFdDup()
/aosp14/frameworks/base/core/java/android/util/
H A DMemoryIntArray.java180 try (ParcelFileDescriptor pfd = ParcelFileDescriptor.fromFd(mFd)) { in writeToParcel()
/aosp14/frameworks/base/media/java/android/media/
H A DImageWriter.java1151 return SyncFence.create(ParcelFileDescriptor.fromFd(mNativeFenceFd)); in getFence()
H A DImageReader.java1260 return SyncFence.create(ParcelFileDescriptor.fromFd(nativeGetFenceFd())); in getFence()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java757 return SharedMemory.fromFileDescriptor(ParcelFileDescriptor.fromFd(fd)); in getSharedMemory()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt12671 HSPLandroid/os/ParcelFileDescriptor;->fromFd(I)Landroid/os/ParcelFileDescriptor;
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt12674 HSPLandroid/os/ParcelFileDescriptor;->fromFd(I)Landroid/os/ParcelFileDescriptor;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt33418 method public static android.os.ParcelFileDescriptor fromFd(int) throws java.io.IOException;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt38003 Landroid/os/ParcelFileDescriptor;->fromFd(Ljava/io/FileDescriptor;Landroid/os/Handler;Landroid/os/P…