/frameworks/native/libs/binder/ |
D | UtilsHost.cpp | 126 auto handlePoll = [](unique_fd* fd, const pollfd* pfd, std::string* s) { in execute() 142 pollfd fds[2]; in execute() 143 pollfd *outPollFd = nullptr, *errPollFd = nullptr; in execute()
|
D | FdTrigger.cpp | 70 pollfd pfd[]{ in triggerablePoll()
|
D | RpcTransportTipcAndroid.cpp | 47 pollfd pfd{.fd = mSocket.fd.get(), .events = static_cast<int16_t>(POLLIN), .revents = 0}; in pollRead()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbAlsaMidiDevice.java | 202 StructPollfd pollfd = new StructPollfd(); in openLocked() local 203 pollfd.fd = fd; in openLocked() 204 pollfd.events = (short) OsConstants.POLLIN; in openLocked() 205 mPollFDs[i] = pollfd; in openLocked()
|
/frameworks/rs/ |
D | rsFifoSocket.cpp | 92 struct pollfd p; in isEmpty()
|
D | rsThreadIO.cpp | 109 struct pollfd p[2]; in playCoreCommands()
|
/frameworks/base/cmds/incidentd/src/ |
D | FdBuffer.cpp | 56 struct pollfd pfds = {.fd = fd, .events = POLLIN}; in read() 147 struct pollfd pfds[] = { in readProcessedDataInStream()
|
/frameworks/av/media/mtp/ |
D | MtpFfsHandle.h | 77 struct pollfd mPollFds[2];
|
/frameworks/native/cmds/lshal/ |
D | PipeRelay.cpp | 58 pollfd pfd[2]; in thread()
|
/frameworks/native/libs/binder/tests/ |
D | binderDriverInterfaceTest.cpp | 135 pollfd pfd = pollfd(); in binderWaitForReadData()
|
D | binderLibTest.cpp | 290 pollfd pfd = pollfd(); in waitForReadData()
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | channel_event_set.cpp | 117 std::array<pollfd, 3> pfds = {{{pollin_event_fd_.Get(), POLLIN, 0}, in PollPendingEvents()
|
D | service_framework_tests.cpp | 647 pollfd pfd{client->event_fd(), POLLIN, 0}; in TEST_F() 668 pollfd pfd{client->event_fd(), POLLIN, 0}; in TEST_F()
|
D | ipc_helper.cpp | 428 pollfd pfd = {fd.Get(), POLLIN, 0}; in WaitForEndpoint()
|
/frameworks/native/cmds/dumpstate/ |
D | DumpstateInternal.cpp | 167 pollfd fds[] = { { .fd = fd, .events = POLLIN } }; in DumpFileFromFdToFd()
|
/frameworks/base/native/android/ |
D | sensor.cpp | 265 struct pollfd pfd; in ASensorEventQueue_hasEvents()
|
/frameworks/base/media/native/midi/ |
D | amidi.cpp | 329 struct pollfd checkFds[1] = { { mPort->ufd, POLLIN, 0 } }; in receive()
|
/frameworks/base/core/jni/ |
D | com_android_internal_os_ZygoteCommandBuffer.cpp | 414 struct pollfd fd_structs[2]; in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly()
|
/frameworks/av/media/codec2/vndk/ |
D | C2Fence.cpp | 640 struct pollfd pfd; in waitEvent()
|
/frameworks/native/cmds/dumpsys/ |
D | dumpsys.cpp | 502 struct pollfd pfd = {.fd = serviceDumpFd, .events = POLLIN}; in writeDump()
|
/frameworks/native/libs/vr/libbufferhub/ |
D | buffer_hub-test.cpp | 50 pollfd p = {buffer->event_fd(), POLLIN, 0}; in PollBufferEvent() 641 pollfd p = {fd, POLLIN, 0}; in PollFd()
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 471 struct pollfd pfds = {.fd = fd.get(), .events = POLLIN}; in probablyHasInput() 490 struct pollfd pfds = {.fd = fd.get(), .events = POLLIN}; in waitForMessage()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_pm_PackageManagerShellCommandDataLoader.cpp | 567 struct pollfd pfds[2] = {{fd, POLLIN, 0}, {mEventFd, POLLIN, 0}}; in waitForData()
|
/frameworks/native/cmds/installd/ |
D | utils.cpp | 1190 struct pollfd pfd; in wait_child_with_timeout()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 1933 struct pollfd pfd = { mInotifyFd, POLLIN, 0 }; in doThreadLoop()
|