Searched refs:EpollEventDispatcher (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libvrflinger/
H A Depoll_event_dispatcher.h19 class EpollEventDispatcher { class in namespace:android::dvr
26 EpollEventDispatcher();
27 ~EpollEventDispatcher();
H A Depoll_event_dispatcher.cpp13 EpollEventDispatcher::EpollEventDispatcher() { function in class:android::dvr::EpollEventDispatcher
35 thread_ = std::thread(&EpollEventDispatcher::EventThread, this);
38 EpollEventDispatcher::~EpollEventDispatcher() { Stop(); }
40 void EpollEventDispatcher::Stop() {
45 pdx::Status<void> EpollEventDispatcher::AddEventHandler(int fd, int event_mask,
55 "EpollEventDispatcher::AddEventHandler: fd=%d event_mask=0x%x handler=%p",
67 pdx::Status<void> EpollEventDispatcher::RemoveEventHandler(int fd) {
68 ALOGD_IF(TRACE, "EpollEventDispatcher
[all...]
H A Ddisplay_service.h95 EpollEventDispatcher::Handler handler) {
113 EpollEventDispatcher dispatcher_;

Completed in 78 milliseconds