Searched refs:newFd (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | NativeHandle.java | 115 FileDescriptor newFd = new FileDescriptor(); in dup() local 117 newFd.setInt$(fdint); in dup() 118 fds[i] = newFd; in dup()
|
/frameworks/native/libs/binder/trusty/ |
D | OS.cpp | 68 status_t dupFileDescriptor(int oldFd, int* newFd) { in dupFileDescriptor() argument 74 *newFd = res; in dupFileDescriptor()
|
/frameworks/native/libs/binder/ |
D | OS_unix_base.cpp | 58 status_t dupFileDescriptor(int oldFd, int* newFd) { in dupFileDescriptor() argument 64 *newFd = ret; in dupFileDescriptor()
|
D | OS.h | 35 status_t dupFileDescriptor(int oldFd, int* newFd);
|
D | Parcel.cpp | 669 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/ |
D | InputTransport.cpp | 77 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/ |
D | MultifileBlobCache.cpp | 653 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |