HomeSort by relevance Sort by last modified time
    Searched defs:Pump (Results 1 - 3 of 3) sorted by null

  /external/dagger2/examples/simple/src/main/java/coffee/
Pump.java 3 interface Pump {
4 void pump(); method in interface:Pump
  /external/webrtc/talk/media/devices/
gtkvideorenderer.cc 73 Pump();
136 Pump();
160 void GtkVideoRenderer::Pump() {
  /external/webrtc/webrtc/base/
win32socketserver.cc 763 // Spin the Win32 message pump at least once, and as long as requested.
795 // No-op (cms == 0 && !process_io). This is the Pump case.
815 void Win32SocketServer::Pump() {
823 // are posted during the dispatch, they will be handled in the next Pump.
847 ss_->Pump();

Completed in 274 milliseconds