Home | History | Annotate | Download | only in libcutils

Lines Matching refs:revents

75         pfd[0].revents = 0;
78 pfd[1].revents = 0;
92 if (pfd[1].revents) {
98 if (pfd[0].revents) {
99 if (pfd[0].revents & POLLOUT) {
127 pfd[0].revents = 0;
130 pfd[1].revents = 0;
144 if (pfd[1].revents) {
150 if (pfd[0].revents) {
151 if (pfd[0].revents & POLLIN) {
172 pfd[0].revents = 0;
175 pfd[1].revents = 0;
189 if (pfd[1].revents) {
195 if (pfd[0].revents) {
196 if (pfd[0].revents & POLLIN) {
218 pfd[0].revents = 0;
221 pfd[1].revents = 0;
235 if (pfd[1].revents) {
241 if (pfd[0].revents) {
242 if (pfd[0].revents & POLLOUT) {