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

/external/chromium_org/net/tools/epoll_server/
H A Depoll_server.h61 class EpollCallbackInterface { class in namespace:net
111 virtual ~EpollCallbackInterface() {}
114 EpollCallbackInterface() {} function in class:net::EpollCallbackInterface
123 typedef EpollCallbackInterface CB;
161 // cb - an instance of a subclass of EpollCallbackInterface
174 // cb - an instance of a subclass of EpollCallbackInterface
184 // cb - an instance of a subclass of EpollCallbackInterface
194 // cb - an instance of a subclass of EpollCallbackInterface
320 // Since the ready list invokes EpollCallbackInterface::OnEvent, only fds
524 CBAndEventMask(EpollCallbackInterface* c
[all...]
H A Depoll_server.cc61 class ReadPipeCallback : public EpollCallbackInterface {
/external/chromium_org/net/tools/flip_server/
H A Dacceptor_thread.h46 public EpollCallbackInterface,
H A Dsm_connection.h44 public EpollCallbackInterface,
84 // EpollCallbackInterface interface.
/external/chromium_org/net/tools/quic/
H A Dquic_server.h30 class QuicServer : public EpollCallbackInterface {
47 // From EpollCallbackInterface
H A Dquic_client.h38 class QuicClient : public EpollCallbackInterface,
107 // From EpollCallbackInterface

Completed in 119 milliseconds