Searched refs:EpollEvent (Results 1 - 6 of 6) sorted by relevance

/external/chromium/net/tools/flip_server/
H A Dacceptor_thread.h54 virtual void OnEvent(int fd, EpollEvent* event);
H A Dsm_connection.h87 virtual void OnEvent(int fd, EpollEvent* event);
H A Depoll_server.h48 struct EpollEvent { struct in namespace:net
49 EpollEvent(int events, bool is_epoll_wait) function in struct:net::EpollEvent
93 virtual void OnEvent(int fd, EpollEvent* event) = 0;
H A Dacceptor_thread.cc195 void SMAcceptorThread::OnEvent(int fd, EpollEvent* event) {
H A Depoll_server.cc63 void OnEvent(int fd, EpollEvent* event) {
699 EpollEvent event(0, false);
H A Dsm_connection.cc226 void SMConnection::OnEvent(int fd, EpollEvent* event) {

Completed in 87 milliseconds