Home
last modified time | relevance | path

Searched defs:epollFd (Results 1 – 4 of 4) sorted by relevance

/system/chre/host/exynos/
Dexynos_daemon.cc37 int epollFd = epoll_create1(EPOLL_CLOEXEC); in createEpollFd() local
113 int epollFd = createEpollFd(mCommsReadFd); in processIncomingMsgs() local
/system/chre/host/common/
Dsocket_client.cc147 int epollFd = TEMP_FAILURE_RETRY(epoll_create1(0)); in receiveThread() local
/system/tools/hidl/test/lazy_test/
Dhidl_lazy_test.cpp228 int epollFd = epoll_create1(EPOLL_CLOEXEC); in TEST_F() local
/system/tools/aidl/tests/lazy_test/
Dmain.cpp243 int epollFd = epoll_create1(EPOLL_CLOEXEC); in TEST_F() local