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

  /external/webrtc/webrtc/base/
fakenetwork.h 67 ++start_count_;
68 if (start_count_ == 1) {
78 virtual void StopUpdating() { --start_count_; }
90 if (start_count_ == 0)
120 int start_count_ = 0; member in class:rtc::FakeNetworkManager
profiler.cc 47 start_count_(0),
52 if (start_count_ == 0) {
55 ++start_count_;
59 --start_count_;
60 ASSERT(start_count_ >= 0);
61 if (start_count_ == 0) {
profiler.h 101 bool is_started() const { return start_count_ > 0; }
110 int start_count_; member in class:rtc::ProfilerEvent
network.h 202 bool started() { return start_count_ > 0; }
255 int start_count_; member in class:rtc::BasicNetworkManager
network.cc 369 : thread_(NULL), sent_first_update_(false), start_count_(0),
703 if (start_count_) {
713 ++start_count_;
718 if (!start_count_)
721 --start_count_;
722 if (!start_count_) {
786 if (!start_count_)
  /external/webrtc/talk/media/base/
capturemanager.cc 64 return start_count_;
79 int start_count_; member in class:cricket::VideoCapturerState
88 : adapter_(adapter), start_count_(1) {}
153 return ++start_count_;
158 if (start_count_ > 0) {
160 --start_count_;
162 return start_count_;
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 844 : start_count_(other->start_count_),
854 : start_count_(start_count),
863 return start_count_;
868 start_count_ = start_count;
    [all...]
cmap_table.h 360 int32_t start_count_; member in class:sfntly::CMapTable::CMapFormat4::Builder::Segment

Completed in 149 milliseconds