HomeSort by relevance Sort by last modified time
    Searched refs:pollResult (Results 1 - 9 of 9) sorted by null

  /frameworks/native/services/displayservice/
DisplayEventReceiver.cpp 37 int pollResult = looper->pollAll(-1 /* timeout */);
38 LOG(ERROR) << "Looper::pollAll returns unexpected " << pollResult;
  /frameworks/native/services/sensorservice/hidl/
SensorManager.cpp 169 int pollResult = looper->pollAll(-1 /* timeout */);
170 if (pollResult == Looper::POLL_WAKE) {
179 << pollResult;
  /frameworks/base/media/native/midi/
midi.cpp 164 int pollResult = poll(checkFds, 1, 0);
165 if (pollResult < 1) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WificondControl.java 461 WifiNative.SignalPollResult pollResult = new WifiNative.SignalPollResult();
462 pollResult.currentRssi = resultArray[0];
463 pollResult.txBitrate = resultArray[1];
464 pollResult.associationFrequency = resultArray[2];
465 return pollResult;
WifiStateMachine.java     [all...]
  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 533 int pollResult = epoll_wait(mEpollFd, pendingEventItems, EPOLL_MAX_EVENTS, NO_TIMEOUT);
539 if (pollResult == 0) {
543 if (pollResult < 0) {
550 // pollResult > 0: there are events to process
555 for (int i = 0; i < pollResult; ++i) {
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp     [all...]
  /frameworks/native/services/inputflinger/
EventHub.cpp     [all...]
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/kotlin-compiler/26.2.0-alpha16/
kotlin-compiler-26.2.0-alpha16.jar 

Completed in 176 milliseconds