/aosp14/frameworks/base/cmds/incidentd/src/ |
H A D | FdBuffer.cpp | 145 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 D | FdBuffer.h | 64 status_t readProcessedDataInStream(int fd, unique_fd toFd, unique_fd fromFd, int64_t timeoutMs,
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | ParcelFileDescriptor.java | 273 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 D | SyncFence.java | 171 return ParcelFileDescriptor.fromFd(fd); in getFdDup()
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | MemoryIntArray.java | 180 try (ParcelFileDescriptor pfd = ParcelFileDescriptor.fromFd(mFd)) { in writeToParcel()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | ImageWriter.java | 1151 return SyncFence.create(ParcelFileDescriptor.fromFd(mNativeFenceFd)); in getFence()
|
H A D | ImageReader.java | 1260 return SyncFence.create(ParcelFileDescriptor.fromFd(nativeGetFenceFd())); in getFence()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | Bitmap.java | 757 return SharedMemory.fromFileDescriptor(ParcelFileDescriptor.fromFd(fd)); in getSharedMemory()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 12671 HSPLandroid/os/ParcelFileDescriptor;->fromFd(I)Landroid/os/ParcelFileDescriptor;
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 12674 HSPLandroid/os/ParcelFileDescriptor;->fromFd(I)Landroid/os/ParcelFileDescriptor;
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 33418 method public static android.os.ParcelFileDescriptor fromFd(int) throws java.io.IOException;
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 38003 Landroid/os/ParcelFileDescriptor;->fromFd(Ljava/io/FileDescriptor;Landroid/os/Handler;Landroid/os/P…
|