Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sdm845/display/libhistogram/
H A Dhistogram_collector.cpp458 NUM_EVENT_TYPES in collecting_thread() enumerator
461 struct epoll_event ev, events[static_cast<int>(EventType::NUM_EVENT_TYPES)]; in collecting_thread()
520 int nfds = epoll_wait(*epollfd, events, static_cast<int>(EventType::NUM_EVENT_TYPES), -1); in collecting_thread()