Home
last modified time | relevance | path

Searched refs:POLLHUP (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/cmds/lshal/
DPipeRelay.cpp87 if (pfd[0].revents & POLLHUP) { in thread()
90 if (pfd[1].revents & POLLHUP) { in thread()
/frameworks/native/libs/vr/libpdx_uds/
Dchannel_event_set.cpp119 {data_fd_.Get(), POLLHUP | POLLRDHUP, 0}}}; in PollPendingEvents()
132 ((pfds[2].revents & (POLLHUP | POLLRDHUP)) ? EPOLLHUP : 0); in PollPendingEvents()
/frameworks/native/libs/binder/
DFdTrigger.cpp93 if (pfd[1].revents & POLLHUP) { in triggerablePoll()
DUtilsHost.cpp134 if (pfd->revents & POLLHUP) { in execute()
DRpcTransportTipcAndroid.cpp70 if (pfd.revents & POLLHUP) { in pollRead()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbAlsaMidiDevice.java239 | OsConstants.POLLHUP)) != 0) { in openLocked()
/frameworks/native/services/vr/bufferhubd/
Dbuffer_hub.cpp341 const auto status = service_->ModifyChannelEvents(channel_id_, 0, POLLHUP); in Hangup()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java529 public static final int POLLHUP = placeholder(); field in OsConstants
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp450 initConstant(env, c, "POLLHUP", POLLHUP); in OsConstants_initConstants()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27901 field public static final int POLLHUP;