Home
last modified time | relevance | path

Searched refs:EPOLLET (Results 1 – 7 of 7) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Deventpoll.h43 #define EPOLLET ((__force __poll_t) (1U << 31)) macro
/aosp12/hardware/google/pixel/vibrator/common/
H A DHardwareBase.h155 .events = EPOLLPRI | EPOLLET, in poll()
180 .events = EPOLLPRI | EPOLLET, in pollStr()
/aosp12/packages/services/Car/cpp/libsysfsmonitor/src/
H A DSysfsMonitor.cpp78 eventItem.events = EPOLLIN | EPOLLPRI | EPOLLET; in registerFd()
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_client.cpp68 .events = EPOLLIN | EPOLLET, in Initialize()
297 epoll_event event = {.events = event_source.event_mask | EPOLLET, in AddBuffer()
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_surface.cpp169 consumer_queue->queue_fd(), EPOLLIN | EPOLLHUP | EPOLLET, in RegisterQueue()
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
H A Dbuffer_transport_benchmark.cpp306 epoll_event event = {.events = EPOLLIN | EPOLLET, .data = {.u32 = index}}; in CreateSurface()
/aosp12/frameworks/native/libs/vr/libbufferhub/
H A Dbuffer_hub-test.cpp124 event = {.events = event_source.event_mask | EPOLLET, in TEST_F()
134 event = {.events = event_source.event_mask | EPOLLET, in TEST_F()