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

  /external/webrtc/webrtc/base/
httpbase.h 124 // DoReceiveLoop acts as a data pump, pulling data from the http stream,
131 // Ideally, we would pass in the document* to DoReceiveLoop, to more easily
137 bool DoReceiveLoop(HttpError* err);
httpbase.cc 267 // DoReceiveLoop writes http document data to the StreamInterface* document
272 // pass our StreamInterface* to DoReceiveLoop, but due to the callbacks
281 // Pump the I/O loop. DoReceiveLoop is guaranteed not to attempt to
283 // of being deleted. To ensure this, DoReceiveLoop returns true when it
287 bool complete = base_->DoReceiveLoop(&http_error);
498 bool HttpBase::DoReceiveLoop(HttpError* error) {
583 if (DoReceiveLoop(&error)) {

Completed in 123 milliseconds