HomeSort by relevance Sort by last modified time
    Searched refs:EpollCallbackInterface (Results 1 - 10 of 10) sorted by null

  /external/chromium/net/tools/flip_server/
acceptor_thread.h 45 public EpollCallbackInterface,
epoll_server.h 62 class EpollCallbackInterface {
112 virtual ~EpollCallbackInterface() {}
115 EpollCallbackInterface() {}
124 typedef EpollCallbackInterface CB;
162 // cb - an instance of a subclass of EpollCallbackInterface
175 // cb - an instance of a subclass of EpollCallbackInterface
185 // cb - an instance of a subclass of EpollCallbackInterface
195 // cb - an instance of a subclass of EpollCallbackInterface
321 // Since the ready list invokes EpollCallbackInterface::OnEvent, only fds
529 CBAndEventMask(EpollCallbackInterface* cb
    [all...]
sm_connection.h 44 public EpollCallbackInterface,
84 // EpollCallbackInterface interface.
epoll_server.cc 61 class ReadPipeCallback : public EpollCallbackInterface {
  /external/chromium_org/net/tools/flip_server/
acceptor_thread.h 46 public EpollCallbackInterface,
sm_connection.h 43 public EpollCallbackInterface,
83 // EpollCallbackInterface interface.
  /external/chromium_org/net/tools/quic/
quic_server.h 29 class QuicServer : public EpollCallbackInterface {
46 // From EpollCallbackInterface
quic_client.h 36 class QuicClient : public EpollCallbackInterface,
90 // From EpollCallbackInterface
  /external/chromium_org/net/tools/epoll_server/
epoll_server.h 61 class EpollCallbackInterface {
111 virtual ~EpollCallbackInterface() {}
114 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* cb
    [all...]
epoll_server.cc 61 class ReadPipeCallback : public EpollCallbackInterface {

Completed in 2355 milliseconds