/aosp12/bionic/libc/include/sys/ |
H A D | epoll.h | 54 #if __ANDROID_API__ < 21 && defined(EPOLL_CLOEXEC) 55 #undef EPOLL_CLOEXEC
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | eventpoll.h | 24 #define EPOLL_CLOEXEC O_CLOEXEC macro
|
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/ |
H A D | epoll_file_descriptor.h | 31 fd_.reset(epoll_create1(EPOLL_CLOEXEC)); in Create()
|
/aosp12/bionic/tests/ |
H A D | sys_epoll_test.cpp | 93 fd = epoll_create1(EPOLL_CLOEXEC); in TEST()
|
/aosp12/system/core/init/ |
H A D | epoll.cpp | 33 epoll_fd_.reset(epoll_create1(EPOLL_CLOEXEC)); in Open()
|
/aosp12/packages/services/Car/cpp/libsysfsmonitor/src/ |
H A D | SysfsMonitor.cpp | 45 if (mEpollFd.reset(epoll_create1(EPOLL_CLOEXEC)); mEpollFd < 0) { in init()
|
/aosp12/packages/modules/adb/libs/adbconnection/ |
H A D | adbconnection_server.cpp | 66 unique_fd epfd(epoll_create1(EPOLL_CLOEXEC)); in adbconnection_listen()
|
/aosp12/frameworks/native/libs/vr/libvrflinger/ |
H A D | epoll_event_dispatcher.cpp | 14 epoll_fd_.Reset(epoll_create1(EPOLL_CLOEXEC)); in EpollEventDispatcher()
|
/aosp12/frameworks/native/libs/vr/libpdx_uds/ |
H A D | channel_event_set.cpp | 75 if (!SetupHandle(epoll_create1(EPOLL_CLOEXEC), &epoll_fd, "epoll")) { in ChannelEventReceiver()
|
/aosp12/hardware/interfaces/health/utils/libhealthloop/ |
H A D | HealthLoop.cpp | 232 epollfd_.reset(epoll_create1(EPOLL_CLOEXEC)); in InitInternal()
|
/aosp12/frameworks/native/libs/vr/libpdx/ |
H A D | service_dispatcher.cpp | 32 epoll_fd_.Reset(epoll_create1(EPOLL_CLOEXEC)); in ServiceDispatcher()
|
/aosp12/packages/modules/adb/fdevent/ |
H A D | fdevent_epoll.cpp | 39 epoll_fd_.reset(epoll_create1(EPOLL_CLOEXEC)); in fdevent_context_epoll()
|
/aosp12/frameworks/native/services/vr/bufferhubd/ |
H A D | producer_channel.cpp | 105 acquire_fence_fd_.Reset(epoll_create1(EPOLL_CLOEXEC)); in InitializeBuffer() 106 release_fence_fd_.Reset(epoll_create1(EPOLL_CLOEXEC)); in InitializeBuffer()
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | Timer.cpp | 52 mEpollFd = epoll_create1(EPOLL_CLOEXEC); in reset()
|
/aosp12/system/bt/osi/src/ |
H A D | reactor.cc | 75 ret->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in reactor_new()
|
/aosp12/system/bt/gd/os/linux_generic/ |
H A D | reactor.cc | 62 RUN_NO_INTR(epoll_fd_ = epoll_create1(EPOLL_CLOEXEC)); in Reactor()
|
/aosp12/bootable/recovery/minui/ |
H A D | events.cpp | 147 android::base::unique_fd epoll_fd(epoll_create1(EPOLL_CLOEXEC)); in ev_init()
|
/aosp12/system/core/libappfuse/ |
H A D | FuseAppLoop.cc | 206 base::unique_fd epoll_fd(epoll_create1(EPOLL_CLOEXEC)); in Start()
|
H A D | FuseBridgeLoop.cc | 317 base::unique_fd epoll_fd(epoll_create1(EPOLL_CLOEXEC)); in FuseBridgeLoop()
|
/aosp12/packages/modules/adb/client/pairing/tests/ |
H A D | pairing_server.cpp | 199 epoll_fd_.reset(epoll_create1(EPOLL_CLOEXEC)); in setupServer()
|
/aosp12/packages/modules/adb/pairing_connection/ |
H A D | pairing_server.cpp | 218 epoll_fd_.reset(epoll_create1(EPOLL_CLOEXEC)); in SetupServer()
|
/aosp12/hardware/qcom/sdm845/gps/sdm845/utils/ |
H A D | LocTimer.cpp | 401 : mFd(epoll_create1(EPOLL_CLOEXEC)), mThread(new LocThread()) { in LocTimerPollTask()
|
/aosp12/hardware/qcom/sdm845/display/libhistogram/ |
H A D | histogram_collector.cpp | 462 auto epollfd = ManagedFd::create(epoll_create1(EPOLL_CLOEXEC)); in collecting_thread()
|
/aosp12/system/core/libutils/ |
H A D | Looper.cpp | 141 mEpollFd.reset(epoll_create1(EPOLL_CLOEXEC)); in rebuildEpollLocked()
|
/aosp12/frameworks/native/libs/adbd_auth/ |
H A D | adbd_auth.cpp | 84 epoll_fd_.reset(epoll_create1(EPOLL_CLOEXEC)); in AdbdAuthContext()
|