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

/external/chromium_org/net/tools/flip_server/
H A Dacceptor_thread.h57 virtual void OnEvent(int fd, EpollEvent* event) OVERRIDE;
H A Dacceptor_thread.cc199 void SMAcceptorThread::OnEvent(int fd, EpollEvent* event) {
H A Dsm_connection.h89 virtual void OnEvent(int fd, EpollEvent* event) OVERRIDE;
H A Dsm_connection.cc227 void SMConnection::OnEvent(int fd, EpollEvent* event) {
/external/chromium_org/net/tools/quic/
H A Dquic_server.h52 virtual void OnEvent(int fd, EpollEvent* event) OVERRIDE;
H A Dquic_client.h112 virtual void OnEvent(int fd, EpollEvent* event) OVERRIDE;
H A Dquic_server.cc186 void QuicServer::OnEvent(int fd, EpollEvent* event) {
H A Dquic_client.cc277 void QuicClient::OnEvent(int fd, EpollEvent* event) {
H A Dend_to_end_test.cc183 EpollEvent event(EPOLLOUT, false);
323 static EpollEvent event(EPOLLOUT, false);
/external/chromium_org/net/tools/epoll_server/
H A Depoll_server.h47 struct EpollEvent { struct in namespace:net
48 EpollEvent(int events, bool is_epoll_wait) function in struct:net::EpollEvent
92 virtual void OnEvent(int fd, EpollEvent* event) = 0;
H A Depoll_server.cc63 virtual void OnEvent(int fd, EpollEvent* event) OVERRIDE {
699 EpollEvent event(0, false);

Completed in 87 milliseconds