Home
last modified time | relevance | path

Searched defs:poll_fd (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/device/google/trout/hal/sensors/2.1/tests/
DMultiPoll.cpp79 int poll_fd; in TEST() local
96 int poll_fd; in TEST() local
159 int poll_fd; in TEST() local
184 int poll_fd; in TEST() local
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_knl_kgsl.cc704 struct pollfd *poll_fd = (struct pollfd *) u_vector_add(&poll_fds); in kgsl_syncobj_wait_any() local
719 struct pollfd *poll_fd = (struct pollfd *) u_vector_add(&poll_fds); in kgsl_syncobj_wait_any() local
727 struct pollfd *poll_fd = (struct pollfd *) u_vector_add(&poll_fds); in kgsl_syncobj_wait_any() local
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/event/
Dmod.rs2 pub(crate) mod poll_fd; module
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/event/
Dmod.rs1 pub(crate) mod poll_fd; module
/aosp_15_r20/device/google/cuttlefish/host/commands/process_sandboxer/
Dpoll_callback.cpp47 const auto& poll_fd = pollfds_[i]; in Poll() local
/aosp_15_r20/external/llvm-libc/test/UnitTest/
H A DExecuteFunctionUnix.cpp56 struct pollfd poll_fd { in invoke_in_subprocess() struct
/aosp_15_r20/system/core/libappfuse/
H A DEpollController.cc24 EpollController::EpollController(base::unique_fd&& poll_fd) : poll_fd_(std::move(poll_fd)) { in EpollController()
H A DFuseBridgeLoop.cc262 BridgeEpollController(base::unique_fd&& poll_fd) : EpollController(std::move(poll_fd)) {} in BridgeEpollController()
/aosp_15_r20/external/ltp/utils/sctp/func_tests/
H A Dtest_tcp_style.c73 struct pollfd poll_fd; in main() local
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/ioctl/
Drequest.rs74 let mut poll_fd = [PollFd::new(video_fd.as_fd(), events)]; in poll() localVariable
/aosp_15_r20/device/google/cuttlefish/host/commands/casimir_control_server/
Dcasimir_controller.cpp179 PollSharedFd poll_fd = { in ReadExact() local
/aosp_15_r20/external/ComputeLibrary/tests/framework/instruments/
H A DMaliCounter.cpp308 pollfd poll_fd; // NOLINT in wait_next_event() local
/aosp_15_r20/external/virglrenderer/src/proxy/
H A Dproxy_socket.c60 struct pollfd poll_fd = { in proxy_socket_is_connected() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/alsa/
Dpcm_ioplug.h89 int poll_fd; /**< poll file descriptor */ member
Dcontrol_external.h111 int poll_fd; member
/aosp_15_r20/external/virtio-media/device/src/devices/
H A Dvideo_decoder.rs179 fn poll_fd(&self) -> Option<BorrowedFd> { in poll_fd() method
389 fn poll_fd(&self) -> Option<BorrowedFd> { in poll_fd() method
H A Dsimple_device.rs120 fn poll_fd(&self) -> Option<BorrowedFd> { in poll_fd() method
H A Dv4l2_device_proxy.rs264 fn poll_fd(&self) -> Option<BorrowedFd> { in poll_fd() method
/aosp_15_r20/bionic/tests/
H A Dclang_fortify_tests.cpp432 struct pollfd poll_fd = { pipe_fds[0], POLLRDHUP, 0 }; in FORTIFY_TEST() local
/aosp_15_r20/external/virtio-media/device/src/
H A Dlib.rs163 fn poll_fd(&self) -> Option<BorrowedFd>; in poll_fd() method
/aosp_15_r20/external/crosvm/net_util/src/slirp/sys/windows/
H A Dhandler.rs762 let poll_fd = WSAPOLLFD { in create_socket() localVariable
/aosp_15_r20/external/virtio-media/extras/ffmpeg-decoder/src/
H A Dlib.rs755 fn poll_fd(&self) -> Option<BorrowedFd> { in poll_fd() method
/aosp_15_r20/system/memory/lmkd/
Dlmkd.cpp845 static void poll_kernel(int poll_fd) { in poll_kernel()