Searched defs:reventsFid (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp1370 static jfieldID reventsFid = env->GetFieldID(JniConstants::structPollfdClass, "revents", "S"); local
1443 env->SetShortField(javaStruct.get(), reventsFid, fds[i].revents);

Completed in 12 milliseconds