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

  /external/chromium_org/third_party/libjingle/source/talk/base/
stream.cc 169 : StreamAdapterInterface(stream), tap_(), tap_result_(SR_SUCCESS),
175 tap_.reset(tap);
179 return tap_.release();
198 tap_result_ = tap_->WriteAll(buffer, *read, NULL, &tap_error_);
212 tap_result_ = tap_->WriteAll(data, *written, NULL, &tap_error_);
    [all...]
stream.h 369 scoped_ptr<StreamInterface> tap_; member in class:talk_base::StreamTap
    [all...]
  /external/chromium_org/third_party/webrtc/base/
stream.cc 152 : StreamAdapterInterface(stream), tap_(), tap_result_(SR_SUCCESS),
158 tap_.reset(tap);
162 return tap_.release();
181 tap_result_ = tap_->WriteAll(buffer, *read, NULL, &tap_error_);
195 tap_result_ = tap_->WriteAll(data, *written, NULL, &tap_error_);
    [all...]
stream.h 352 scoped_ptr<StreamInterface> tap_; member in class:rtc::StreamTap
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 71 : tap_(false),
106 tap_ = false;
146 bool tap() const { return tap_; }
208 tap_ = true;
291 bool tap_; member in class:aura::test::__anon20461::GestureEventConsumeDelegate
    [all...]

Completed in 1229 milliseconds