Searched refs:revents (Results 1 - 11 of 11) sorted by relevance

/system/core/libcutils/
H A Dabort_socket.c75 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
[all...]
/system/core/init/
H A Dueventd.c86 ufd.revents = 0;
90 if (ufd.revents == POLLIN)
H A Dinit.c769 ufds[fd_count].revents = 0;
776 ufds[fd_count].revents = 0;
783 ufds[fd_count].revents = 0;
813 if (ufds[i].revents == POLLIN) {
/system/core/debuggerd/
H A Dgetevent.c202 if(ufds[0].revents & POLLIN) {
206 if(ufds[i].revents) {
207 if(ufds[i].revents & POLLIN) {
/system/bluetooth/tools/
H A Dpipetest.c64 if (ufds[i].revents) {
65 printf("\tfd %d ", ufds[i].fd); print_events(ufds[i].revents);
H A Dasocket_test.c309 if (ufds[i].revents) {
310 printf("\tfd %d ", ufds[i].fd); print_events(ufds[i].revents);
H A Dsocktest.c323 if (ufds[i].revents) {
324 printf("\tfd %d ", ufds[i].fd); print_events(ufds[i].revents);
/system/core/toolbox/
H A Dgetevent.c634 if(ufds[0].revents & POLLIN) {
638 if(ufds[i].revents) {
639 if(ufds[i].revents & POLLIN) {
/system/core/charger/
H A Dcharger.c514 static int uevent_callback(int fd, short revents, void *data) argument
518 if (!(revents & POLLIN))
893 static int input_callback(int fd, short revents, void *data) argument
899 ret = ev_get_input(fd, revents, &ev);
/system/core/sdcard/
H A Dfuse.h528 __u32 revents; member in struct:fuse_poll_out
/system/core/libnetutils/
H A Ddhcpclient.c418 pfd.revents = 0;

Completed in 6429 milliseconds