Searched refs:EpollEvent (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/net/tools/quic/ |
D | quic_server.h | 52 virtual void OnEvent(int fd, EpollEvent* event) OVERRIDE;
|
D | quic_client.h | 112 virtual void OnEvent(int fd, EpollEvent* event) OVERRIDE;
|
D | quic_server.cc | 192 void QuicServer::OnEvent(int fd, EpollEvent* event) { in OnEvent()
|
D | quic_client.cc | 264 void QuicClient::OnEvent(int fd, EpollEvent* event) { in OnEvent()
|
D | end_to_end_test.cc | 150 EpollEvent event(EPOLLOUT, false); in OnCanWrite() 267 static EpollEvent event(EPOLLOUT, false); in Initialize()
|
/external/chromium_org/net/tools/epoll_server/ |
D | epoll_server.h | 47 struct EpollEvent { struct 48 EpollEvent(int events, bool is_epoll_wait) in EpollEvent() function 92 virtual void OnEvent(int fd, EpollEvent* event) = 0;
|
D | epoll_server.cc | 63 virtual void OnEvent(int fd, EpollEvent* event) OVERRIDE { in OnEvent() 699 EpollEvent event(0, false); in CallReadyListCallbacks()
|
/external/chromium_org/net/tools/flip_server/ |
D | acceptor_thread.h | 57 virtual void OnEvent(int fd, EpollEvent* event) OVERRIDE;
|
D | sm_connection.h | 89 virtual void OnEvent(int fd, EpollEvent* event) OVERRIDE;
|
D | acceptor_thread.cc | 198 void SMAcceptorThread::OnEvent(int fd, EpollEvent* event) { in OnEvent()
|
D | sm_connection.cc | 227 void SMConnection::OnEvent(int fd, EpollEvent* event) { in OnEvent()
|