Home
last modified time | relevance | path

Searched refs:EPOLL_CLOEXEC (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/bionic/libc/include/sys/
H A Depoll.h54 #if __ANDROID_API__ < 21 && defined(EPOLL_CLOEXEC)
55 #undef EPOLL_CLOEXEC
/aosp12/bionic/libc/kernel/uapi/linux/
H A Deventpoll.h24 #define EPOLL_CLOEXEC O_CLOEXEC macro
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
H A Depoll_file_descriptor.h31 fd_.reset(epoll_create1(EPOLL_CLOEXEC)); in Create()
/aosp12/bionic/tests/
H A Dsys_epoll_test.cpp93 fd = epoll_create1(EPOLL_CLOEXEC); in TEST()
/aosp12/system/core/init/
H A Depoll.cpp33 epoll_fd_.reset(epoll_create1(EPOLL_CLOEXEC)); in Open()
/aosp12/packages/services/Car/cpp/libsysfsmonitor/src/
H A DSysfsMonitor.cpp45 if (mEpollFd.reset(epoll_create1(EPOLL_CLOEXEC)); mEpollFd < 0) { in init()
/aosp12/packages/modules/adb/libs/adbconnection/
H A Dadbconnection_server.cpp66 unique_fd epfd(epoll_create1(EPOLL_CLOEXEC)); in adbconnection_listen()
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Depoll_event_dispatcher.cpp14 epoll_fd_.Reset(epoll_create1(EPOLL_CLOEXEC)); in EpollEventDispatcher()
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dchannel_event_set.cpp75 if (!SetupHandle(epoll_create1(EPOLL_CLOEXEC), &epoll_fd, "epoll")) { in ChannelEventReceiver()
/aosp12/hardware/interfaces/health/utils/libhealthloop/
H A DHealthLoop.cpp232 epollfd_.reset(epoll_create1(EPOLL_CLOEXEC)); in InitInternal()
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dservice_dispatcher.cpp32 epoll_fd_.Reset(epoll_create1(EPOLL_CLOEXEC)); in ServiceDispatcher()
/aosp12/packages/modules/adb/fdevent/
H A Dfdevent_epoll.cpp39 epoll_fd_.reset(epoll_create1(EPOLL_CLOEXEC)); in fdevent_context_epoll()
/aosp12/frameworks/native/services/vr/bufferhubd/
H A Dproducer_channel.cpp105 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 DTimer.cpp52 mEpollFd = epoll_create1(EPOLL_CLOEXEC); in reset()
/aosp12/system/bt/osi/src/
H A Dreactor.cc75 ret->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in reactor_new()
/aosp12/system/bt/gd/os/linux_generic/
H A Dreactor.cc62 RUN_NO_INTR(epoll_fd_ = epoll_create1(EPOLL_CLOEXEC)); in Reactor()
/aosp12/bootable/recovery/minui/
H A Devents.cpp147 android::base::unique_fd epoll_fd(epoll_create1(EPOLL_CLOEXEC)); in ev_init()
/aosp12/system/core/libappfuse/
H A DFuseAppLoop.cc206 base::unique_fd epoll_fd(epoll_create1(EPOLL_CLOEXEC)); in Start()
H A DFuseBridgeLoop.cc317 base::unique_fd epoll_fd(epoll_create1(EPOLL_CLOEXEC)); in FuseBridgeLoop()
/aosp12/packages/modules/adb/client/pairing/tests/
H A Dpairing_server.cpp199 epoll_fd_.reset(epoll_create1(EPOLL_CLOEXEC)); in setupServer()
/aosp12/packages/modules/adb/pairing_connection/
H A Dpairing_server.cpp218 epoll_fd_.reset(epoll_create1(EPOLL_CLOEXEC)); in SetupServer()
/aosp12/hardware/qcom/sdm845/gps/sdm845/utils/
H A DLocTimer.cpp401 : mFd(epoll_create1(EPOLL_CLOEXEC)), mThread(new LocThread()) { in LocTimerPollTask()
/aosp12/hardware/qcom/sdm845/display/libhistogram/
H A Dhistogram_collector.cpp462 auto epollfd = ManagedFd::create(epoll_create1(EPOLL_CLOEXEC)); in collecting_thread()
/aosp12/system/core/libutils/
H A DLooper.cpp141 mEpollFd.reset(epoll_create1(EPOLL_CLOEXEC)); in rebuildEpollLocked()
/aosp12/frameworks/native/libs/adbd_auth/
H A Dadbd_auth.cpp84 epoll_fd_.reset(epoll_create1(EPOLL_CLOEXEC)); in AdbdAuthContext()

12