Searched refs:removed_handlers_ (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libvrflinger/
H A Depoll_event_dispatcher.h42 // Protects handlers_ and removed_handlers_ and serializes operations on
54 std::vector<int> removed_handlers_; member in class:android::dvr::EpollEventDispatcher
H A Depoll_event_dispatcher.cpp79 removed_handlers_.push_back(fd);
131 for (auto handler_fd : removed_handlers_) {
137 removed_handlers_.clear();

Completed in 1339 milliseconds