Searched refs:start_count_ (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/webrtc/base/
H A Dfakenetwork.h67 ++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
H A Dprofiler.cc47 start_count_(0),
52 if (start_count_ == 0) {
55 ++start_count_;
59 --start_count_;
60 ASSERT(start_count_ >= 0);
61 if (start_count_ == 0) {
H A Dprofiler.h101 bool is_started() const { return start_count_ > 0; }
110 int start_count_; member in class:rtc::ProfilerEvent
H A Dnetwork.h202 bool started() { return start_count_ > 0; }
255 int start_count_; member in class:rtc::BasicNetworkManager
H A Dnetwork.cc369 : 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/
H A Dcapturemanager.cc64 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/
H A Dcmap_table.cc844 : start_count_(other->start_count_),
854 : start_count_(start_count),
863 return start_count_;
868 start_count_ = start_count;
H A Dcmap_table.h360 int32_t start_count_; member in class:sfntly::CMapTable::CMapFormat4::Builder::Segment

Completed in 248 milliseconds