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

/frameworks/base/libs/common_time/
H A Dcommon_time_server.cpp207 struct pollfd pfds[2]; local
215 pfds[eventCnt].fd = mWakeupThreadFD;
216 pfds[eventCnt].events = POLLIN;
217 pfds[eventCnt].revents = 0;
223 pfds[eventCnt].fd = mSocket;
224 pfds[eventCnt].events = POLLIN;
225 pfds[eventCnt].revents = 0;
236 rc = poll(pfds, eventCnt, timeout);
257 if (pfds[0].revents)
362 if ((mSocket >= 0) && (eventCnt > 1) && (pfds[
[all...]

Completed in 6 milliseconds