Home
last modified time | relevance | path

Searched refs:newFd (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/os/
DNativeHandle.java115 FileDescriptor newFd = new FileDescriptor(); in dup() local
117 newFd.setInt$(fdint); in dup()
118 fds[i] = newFd; in dup()
/frameworks/native/libs/binder/trusty/
DOS.cpp68 status_t dupFileDescriptor(int oldFd, int* newFd) { in dupFileDescriptor() argument
74 *newFd = res; in dupFileDescriptor()
/frameworks/native/libs/binder/
DOS_unix_base.cpp58 status_t dupFileDescriptor(int oldFd, int* newFd) { in dupFileDescriptor() argument
64 *newFd = ret; in dupFileDescriptor()
DOS.h35 status_t dupFileDescriptor(int oldFd, int* newFd);
DParcel.cpp669 int newFd = -1; in appendFrom() local
670 if (status_t status = binder::os::dupFileDescriptor(oldFd, &newFd); status != OK) { in appendFrom()
673 rpcFields->mFds->emplace_back(unique_fd(newFd)); in appendFrom()
/frameworks/native/libs/input/
DInputTransport.cpp77 android::base::unique_fd newFd(::dup(fd)); in dupChannelFd() local
78 if (!newFd.ok()) { in dupChannelFd()
88 return newFd; in dupChannelFd()
503 base::unique_fd newFd(dupChannelFd(fd.get())); in dup() local
504 return InputChannel::create(getName(), std::move(newFd), getConnectionToken()); in dup()
/frameworks/native/opengl/libs/EGL/
DMultifileBlobCache.cpp653 bool MultifileBlobCache::addToHotCache(uint32_t newEntryHash, int newFd, uint8_t* newEntryBuffer, in addToHotCache() argument
689 mHotCache[newEntryHash] = {newFd, newEntryBuffer, newEntrySize}; in addToHotCache()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...