Searched defs:Pump (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dgtkvideorenderer.cc65 Pump();
113 Pump();
137 void GtkVideoRenderer::Pump() { function in class:cricket::GtkVideoRenderer
/external/chromium_org/chrome/browser/devtools/device/
H A Dport_forwarding_controller.cc121 ++pending_writes_; // avoid SelfDestruct in first Pump
122 Pump(host_socket_.get(), remote_socket_.get());
127 Pump(remote_socket_.get(), host_socket_.get());
131 void Pump(net::StreamSocket* from, net::StreamSocket* to) { function in class:__anon3539::SocketTunnel
196 Pump(from, to);
/external/chromium_org/third_party/webrtc/base/
H A Dwin32socketserver.cc792 // No-op (cms == 0 && !process_io). This is the Pump case.
812 void Win32SocketServer::Pump() { function in class:rtc::Win32SocketServer
820 // are posted during the dispatch, they will be handled in the next Pump.
843 ss_->Pump();

Completed in 2810 milliseconds