Searched refs:active_ (Results 1 – 15 of 15) sorted by relevance
31 for (ConnectedList::iterator it = active_.begin(); it != active_.end(); in ~StreamCache()49 active_.push_front(*it); in RequestConnectedStream()54 return active_.front().second; in RequestConnectedStream()59 active_.push_front(ConnectedStream(remote, stream)); in RequestConnectedStream()61 return active_.front().second; in RequestConnectedStream()67 for (ConnectedList::iterator it = active_.begin(); it != active_.end(); in ReturnConnectedStream()81 active_.erase(it); in ReturnConnectedStream()
352 bool active() const { return active_; } in active()353 void set_active(bool active) { active_ = active; } in set_active()370 bool active_ = true; variable
65 ConnectedList active_; variable
22 active_(false) {} in PayloadRouter()43 active_ = active; in set_active()48 return active_ && !rtp_modules_.empty(); in active()60 if (!active_ || rtp_modules_.empty()) in RoutePayload()
76 bool active_ GUARDED_BY(crit_.get());
91 bool IsActive() const { return base::NoBarrier_Load(&active_); } in IsActive()118 void SetActive(bool value) { base::NoBarrier_Store(&active_, value); } in SetActive()124 base::Atomic32 active_; variable
752 active_(false), in Sampler()
83 active_(true), in IntelligibilityEnhancer()136 if (active_) { in ProcessRenderAudio()140 if (active_) { in ProcessRenderAudio()191 if (active_) { in ProcessClearBlock()378 return active_; in active()
151 const bool active_; // Whether render gains are being updated. variable
151 this.active_ = true;181 return this.active_;204 this.active_ = true;209 this.active_ = false;287 this.active_ = true;303 copy.active_ = this.active_;371 return this.active_;386 this.active_ = true;391 this.active_ = false;
168 bool active_; variable
242 active_(false), in DrmDisplayCompositor()318 if (!active_) in QueueComposition()326 active_ = (composition->dpms_mode() == DRM_MODE_DPMS_ON); in QueueComposition()
217 active_(true) {} in ApiTestFuzzer()227 bool active_; variable
13195 active_ = false; in Run()13246 } while (!RegisterThreadedTest::nth(next_test)->fuzzer_->active_); in GetNextTestNumber()
311 BootstrapperActive active_; member in v8::internal::BASE_EMBEDDED3380 : isolate_(isolate), active_(isolate->bootstrapper()) { in Genesis()