Home
last modified time | relevance | path

Searched defs:EPOLL_MAX_EVENTS (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/services/Car/cpp/libsysfsmonitor/src/
H A DSysfsMonitor.cpp34 constexpr int32_t EPOLL_MAX_EVENTS = 10; variable
/aosp12/bootable/recovery/install/
H A Dadb_install.cpp198 constexpr int EPOLL_MAX_EVENTS = 10; in ListenAndExecuteMinadbdCommands() local
/aosp12/packages/modules/DnsResolver/tests/dns_responder/
H A Ddns_responder.h320 const int EPOLL_MAX_EVENTS = 2; variable
/aosp12/system/core/libutils/
H A DLooper.cpp57 static const int EPOLL_MAX_EVENTS = 16; variable
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp50 static const int EPOLL_MAX_EVENTS = 16; variable
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DEventHub.h709 static const int EPOLL_MAX_EVENTS = 16; variable
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp670 const int EventHub::EPOLL_MAX_EVENTS; member in android::EventHub