Home
last modified time | relevance | path

Searched defs:pollResult (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/services/Car/cpp/libsysfsmonitor/src/
H A DSysfsMonitor.cpp110 int pollResult = epoll_wait(mEpollFd, events, EPOLL_MAX_EVENTS, /*timeout=*/-1); in observe() local
/aosp12/frameworks/native/services/displayservice/
H A DDisplayEventReceiver.cpp37 int pollResult = looper->pollAll(-1 /* timeout */); in getLooper() local
/aosp12/frameworks/native/services/sensorservice/hidl/
H A DSensorManager.cpp169 int pollResult = looper->pollAll(-1 /* timeout */); in getLooper() local
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp533 int pollResult = epoll_wait(mEpollFd, pendingEventItems, EPOLL_MAX_EVENTS, NO_TIMEOUT); in poll() local
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiScoreReport.java175 WifiNl80211Manager.SignalPollResult pollResult = in triggerUpdateOfWifiUsabilityStats() local
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiNativeTest.java758 WifiNl80211Manager.SignalPollResult pollResult = mWifiNative.signalPoll(WIFI_IFACE_NAME); in testSignalPoll() local
/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1764 ssize_t pollResult = poll(&pfd, 1, 1000); in doThreadLoop() local
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1687 int pollResult = epoll_wait(mEpollFd, mPendingEventItems, EPOLL_MAX_EVENTS, timeoutMillis); in getEvents() local