Searched refs:Pump (Results 1 - 9 of 9) sorted by relevance

/external/dagger2/examples/simple/src/main/java/coffee/
H A DPump.java3 interface Pump { interface
H A DPumpModule.java8 @Provides Pump providePump(Thermosiphon pump) {
H A DCoffeeMaker.java8 private final Pump pump;
10 @Inject CoffeeMaker(Lazy<Heater> heater, Pump pump) {
H A DThermosiphon.java5 class Thermosiphon implements Pump {
/external/webrtc/talk/media/devices/
H A Dgtkvideorenderer.h56 // Pump the Gtk event loop until there are no events left.
57 void Pump();
H A Dgtkvideorenderer.cc73 Pump();
136 Pump();
160 void GtkVideoRenderer::Pump() { function in class:cricket::GtkVideoRenderer
/external/webrtc/webrtc/base/
H A Dwin32socketserver_unittest.cc25 // Test that Win32Socket::Pump does not touch general Windows messages.
30 server.Pump();
H A Dwin32socketserver.h111 void Pump();
H A Dwin32socketserver.cc795 // No-op (cms == 0 && !process_io). This is the Pump case.
815 void Win32SocketServer::Pump() { function in class:rtc::Win32SocketServer
823 // are posted during the dispatch, they will be handled in the next Pump.
847 ss_->Pump();

Completed in 136 milliseconds