Searched refs:dupFd (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp204 int dupFd = dup(rawFd); local
205 if (dupFd < 0) {
212 InputChannel* inputChannel = new InputChannel(name, dupFd);
/frameworks/native/libs/binder/
H A DParcel.cpp725 int dupFd = dup(fd); local
726 if (dupFd < 0) {
729 status_t err = writeFileDescriptor(dupFd, true /*takeOwnership*/);
731 close(dupFd);

Completed in 768 milliseconds