Searched refs:active_ (Results 1 – 14 of 14) sorted by relevance
/external/webrtc/webrtc/base/ |
D | socketpool.cc | 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()
|
D | network.h | 352 bool active() const { return active_; } in active() 353 void set_active(bool active) { active_ = active; } in set_active() 370 bool active_ = true; variable
|
D | socketpool.h | 65 ConnectedList active_; variable
|
/external/webrtc/webrtc/video/ |
D | payload_router.cc | 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()
|
D | payload_router.h | 76 bool active_ GUARDED_BY(crit_.get());
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocLinearScan.cpp | 157 IntervalPtrs active_; member 550 active_.clear(); in runOnMachineFunction() 566 active_.empty() && inactive_.empty() && in initIntervalSets() 617 printIntervals("active", active_.begin(), active_.end()); in linearScan() 623 while (!active_.empty()) { in linearScan() 624 IntervalPtr &IP = active_.back(); in linearScan() 631 active_.pop_back(); in linearScan() 688 for (unsigned i = 0, e = active_.size(); i != e; ++i) { in processActiveIntervals() 689 LiveInterval *Interval = active_[i].first; in processActiveIntervals() 690 LiveInterval::iterator IntervalPos = active_[i].second; in processActiveIntervals() [all …]
|
/external/v8/src/libsampler/ |
D | sampler.h | 56 bool IsActive() const { return base::NoBarrier_Load(&active_); } in IsActive() 88 void SetActive(bool value) { base::NoBarrier_Store(&active_, value); } in SetActive() 94 base::Atomic32 active_; variable
|
D | sampler.cc | 570 active_(false), in Sampler()
|
/external/v8/src/debug/ |
D | debug.js | 133 this.active_ = true; 157 return this.active_; 175 this.active_ = true; 180 this.active_ = false; 240 this.active_ = true; 302 return this.active_; 312 this.active_ = true; 317 this.active_ = false;
|
/external/webrtc/webrtc/modules/audio_processing/intelligibility/ |
D | intelligibility_enhancer.cc | 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()
|
D | intelligibility_enhancer.h | 151 const bool active_; // Whether render gains are being updated. variable
|
/external/drm_hwcomposer/ |
D | drmdisplaycompositor.h | 168 bool active_; variable
|
D | drmdisplaycompositor.cpp | 224 active_(false), in DrmDisplayCompositor() 275 if (!active_) in QueueComposition() 283 active_ = (composition->dpms_mode() == DRM_MODE_DPMS_ON); in QueueComposition()
|
/external/v8/src/ |
D | bootstrapper.cc | 309 BootstrapperActive active_; member in v8::internal::BASE_EMBEDDED 4799 : isolate_(isolate), active_(isolate->bootstrapper()) { in Genesis() 4942 : isolate_(isolate), active_(isolate->bootstrapper()) { in Genesis()
|