Searched defs:pollResult (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/services/Car/cpp/libsysfsmonitor/src/ |
H A D | SysfsMonitor.cpp | 110 int pollResult = epoll_wait(mEpollFd, events, EPOLL_MAX_EVENTS, /*timeout=*/-1); in observe() local
|
/aosp12/frameworks/native/services/displayservice/ |
H A D | DisplayEventReceiver.cpp | 37 int pollResult = looper->pollAll(-1 /* timeout */); in getLooper() local
|
/aosp12/frameworks/native/services/sensorservice/hidl/ |
H A D | SensorManager.cpp | 169 int pollResult = looper->pollAll(-1 /* timeout */); in getLooper() local
|
/aosp12/hardware/libhardware/modules/input/evdev/ |
H A D | InputHub.cpp | 533 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 D | WifiScoreReport.java | 175 WifiNl80211Manager.SignalPollResult pollResult = in triggerUpdateOfWifiUsabilityStats() local
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiNativeTest.java | 758 WifiNl80211Manager.SignalPollResult pollResult = mWifiNative.signalPoll(WIFI_IFACE_NAME); in testSignalPoll() local
|
/aosp12/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 1764 ssize_t pollResult = poll(&pfd, 1, 1000); in doThreadLoop() local
|
/aosp12/frameworks/native/services/inputflinger/reader/ |
H A D | EventHub.cpp | 1687 int pollResult = epoll_wait(mEpollFd, mPendingEventItems, EPOLL_MAX_EVENTS, timeoutMillis); in getEvents() local
|