Searched refs:EVENT_ERROR (Results 1 – 2 of 2) sorted by relevance
/system/core/libutils/include/utils/ | ||
D | Looper.h | 190 EVENT_ERROR = 1 << 2, enumerator |
/system/core/libutils/ | ||
D | Looper.cpp | 296 if (epollEvents & EPOLLERR) events |= EVENT_ERROR; in pollInner() |