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

  /external/webrtc/webrtc/base/
httpbase.cc 325 if (HM_RECV == base->mode_ && base->http_stream_) {
328 base->http_stream_->PostEvent(SE_READ, 0);
364 http_stream_(NULL), doc_stream_(NULL) {
373 return (http_stream_ != NULL) && (http_stream_->GetState() == SS_OPEN);
378 if ((mode_ != HM_NONE) || (http_stream_ != NULL) || (stream == NULL)) {
382 http_stream_ = stream;
383 http_stream_->SignalEvent.connect(this, &HttpBase::OnHttpStreamEvent);
384 mode_ = (http_stream_->GetState() == SS_OPENING) ? HM_CONNECT : HM_NONE;
394 StreamInterface* stream = http_stream_;
    [all...]
httpbase.h 101 StreamInterface* stream() { return http_stream_; }
174 StreamInterface* http_stream_; member in class:rtc::HttpBase

Completed in 45 milliseconds