Searched refs:nfd (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Dfstream.cpp44 /// Attaches to \p nfd of \p filename.
45 fstream::fstream (int nfd, const char* filename) argument
50 attach (nfd, filename);
73 /// Attaches to the given \p nfd.
74 void fstream::attach (int nfd, const char* filename) argument
78 if (nfd < 0 && ios_base::set_and_throw (badbit))
85 m_fd = nfd;
123 int nfd = ::open (filename, om_to_flags(mode), perms); local
124 attach (nfd, filename);
H A Dfstream.h31 explicit fstream (int nfd, const char* filename = string::empty_string);
34 void attach (int nfd, const char* filename = string::empty_string);
/frameworks/base/include/ui/
H A DEventHub.h108 int read_notify(int nfd);
/frameworks/base/libs/ui/
H A DEventHub.cpp829 int EventHub::read_notify(int nfd) argument
840 LOGV("EventHub::read_notify nfd: %d\n", nfd);
841 res = read(nfd, event_buf, sizeof(event_buf));

Completed in 971 milliseconds