Home
last modified time | relevance | path

Searched defs:process_io (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/base/
Dmacsocketserver.cc162 bool MacCFSocketServer::Wait(int cms, bool process_io) { in Wait()
247 bool MacCarbonSocketServer::Wait(int cms, bool process_io) { in Wait()
345 bool MacCarbonAppSocketServer::Wait(int cms, bool process_io) { in Wait()
Dnullsocketserver.h25 virtual bool Wait(int cms, bool process_io) { in Wait()
Dnullsocketserver_unittest.cc35 const bool process_io = true; in TEST_F() local
Dmessagequeue.cc177 bool MessageQueue::Get(Message *pmsg, int cmsWait, bool process_io) { in Get()
Dfirewallsocketserver.cc197 bool FirewallSocketServer::Wait(int cms, bool process_io) { in Wait()
Dphysicalsocketserver.cc1227 bool PhysicalSocketServer::Wait(int cmsWait, bool process_io) { in Wait()
1444 bool PhysicalSocketServer::Wait(int cmsWait, bool process_io) { in Wait()
Dnatsocketfactory.cc381 bool NATSocketServer::Wait(int cms, bool process_io) { in Wait()
Dwin32socketserver.cc760 bool Win32SocketServer::Wait(int cms, bool process_io) { in Wait()
Dvirtualsocketserver.cc581 bool VirtualSocketServer::Wait(int cmsWait, bool process_io) { in Wait()
/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain.cc31 virtual bool Wait(int cms, bool process_io) { in Wait()