Home
last modified time | relevance | path

Searched refs:active_ (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/base/
Dsocketpool.cc31 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()
Dnetwork.h352 bool active() const { return active_; } in active()
353 void set_active(bool active) { active_ = active; } in set_active()
370 bool active_ = true; variable
Dsocketpool.h65 ConnectedList active_; variable
/external/webrtc/webrtc/video/
Dpayload_router.cc22 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()
Dpayload_router.h76 bool active_ GUARDED_BY(crit_.get());
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocLinearScan.cpp157 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/
Dsampler.h56 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
Dsampler.cc570 active_(false), in Sampler()
/external/v8/src/debug/
Ddebug.js133 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/
Dintelligibility_enhancer.cc83 active_(true), in IntelligibilityEnhancer()
136 if (active_) { in ProcessRenderAudio()
140 if (active_) { in ProcessRenderAudio()
191 if (active_) { in ProcessClearBlock()
378 return active_; in active()
Dintelligibility_enhancer.h151 const bool active_; // Whether render gains are being updated. variable
/external/drm_hwcomposer/
Ddrmdisplaycompositor.h168 bool active_; variable
Ddrmdisplaycompositor.cpp224 active_(false), in DrmDisplayCompositor()
275 if (!active_) in QueueComposition()
283 active_ = (composition->dpms_mode() == DRM_MODE_DPMS_ON); in QueueComposition()
/external/v8/src/
Dbootstrapper.cc309 BootstrapperActive active_; member in v8::internal::BASE_EMBEDDED
4799 : isolate_(isolate), active_(isolate->bootstrapper()) { in Genesis()
4942 : isolate_(isolate), active_(isolate->bootstrapper()) { in Genesis()