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.cpp763 int dupFd = dup(fd); local
764 if (dupFd < 0) {
767 status_t err = writeFileDescriptor(dupFd, true /*takeOwnership*/);
769 close(dupFd);

Completed in 140 milliseconds