/external/chromium/net/tools/flip_server/ |
acceptor_thread.h | 54 virtual void OnEvent(int fd, EpollEvent* event);
|
sm_connection.h | 87 virtual void OnEvent(int fd, EpollEvent* event);
|
epoll_server.h | 48 struct EpollEvent { 49 EpollEvent(int events, bool is_epoll_wait) 93 virtual void OnEvent(int fd, EpollEvent* event) = 0; [all...] |
acceptor_thread.cc | 195 void SMAcceptorThread::OnEvent(int fd, EpollEvent* event) {
|
epoll_server.cc | 63 void OnEvent(int fd, EpollEvent* event) { 699 EpollEvent event(0, false);
|
sm_connection.cc | 226 void SMConnection::OnEvent(int fd, EpollEvent* event) {
|
/external/chromium_org/net/tools/flip_server/ |
acceptor_thread.h | 57 virtual void OnEvent(int fd, EpollEvent* event) OVERRIDE;
|
sm_connection.h | 88 virtual void OnEvent(int fd, EpollEvent* event) OVERRIDE;
|
acceptor_thread.cc | 198 void SMAcceptorThread::OnEvent(int fd, EpollEvent* event) {
|
sm_connection.cc | 227 void SMConnection::OnEvent(int fd, EpollEvent* event) {
|
/external/chromium_org/net/tools/quic/ |
quic_server.h | 50 virtual void OnEvent(int fd, EpollEvent* event) OVERRIDE;
|
quic_client.h | 94 virtual void OnEvent(int fd, EpollEvent* event) OVERRIDE;
|
quic_client.cc | 233 void QuicClient::OnEvent(int fd, EpollEvent* event) {
|
quic_server.cc | 170 void QuicServer::OnEvent(int fd, EpollEvent* event) {
|
/external/chromium_org/net/tools/epoll_server/ |
epoll_server.h | 47 struct EpollEvent { 48 EpollEvent(int events, bool is_epoll_wait) 92 virtual void OnEvent(int fd, EpollEvent* event) = 0; [all...] |
epoll_server.cc | 63 virtual void OnEvent(int fd, EpollEvent* event) OVERRIDE { 699 EpollEvent event(0, false);
|