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

/libcore/luni/src/main/java/android/system/
H A DStructPollfd.java37 public short revents; field in class:StructPollfd
/libcore/ojluni/src/main/native/
H A DSocketChannelImpl.c62 poller.revents = 1;
66 poller.revents = 0;
76 if (poller.revents) {
/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp1370 static jfieldID reventsFid = env->GetFieldID(JniConstants::structPollfdClass, "revents", "S");
1437 // Update the revents fields in the Java android.system.StructPollfd[].
1443 env->SetShortField(javaStruct.get(), reventsFid, fds[i].revents);

Completed in 190 milliseconds