Searched refs:active_ (Results 1 - 15 of 15) sorted by relevance

/external/webrtc/webrtc/video/
H A Dpayload_router.cc22 active_(false) {}
43 active_ = active;
48 return active_ && !rtp_modules_.empty();
60 if (!active_ || rtp_modules_.empty())
H A Dpayload_router.h76 bool active_ GUARDED_BY(crit_.get());
/external/v8/src/profiler/
H A Dsampler.h91 bool IsActive() const { return base::NoBarrier_Load(&active_); }
118 void SetActive(bool value) { base::NoBarrier_Store(&active_, value); }
124 base::Atomic32 active_; member in class:v8::internal::Sampler
H A Dsampler.cc752 active_(false),
/external/webrtc/webrtc/base/
H A Dsocketpool.cc31 for (ConnectedList::iterator it = active_.begin(); it != active_.end();
48 // Move from cached_ to active_
49 active_.push_front(*it);
54 return active_.front().second;
59 active_.push_front(ConnectedStream(remote, stream));
61 return active_.front().second;
67 for (ConnectedList::iterator it = active_.begin(); it != active_.end();
81 active_
[all...]
H A Dnetwork.h352 bool active() const { return active_; }
353 void set_active(bool active) { active_ = active; }
370 bool active_ = true; member in class:rtc::Network
H A Dsocketpool.h65 ConnectedList active_; member in class:rtc::StreamCache
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
H A Dintelligibility_enhancer.cc83 active_(true),
136 if (active_) {
140 if (active_) {
191 if (active_) {
378 return active_;
H A Dintelligibility_enhancer.h151 const bool active_; // Whether render gains are being updated. member in class:webrtc::IntelligibilityEnhancer
152 // TODO(ekm): Add logic for updating |active_|.
/external/drm_hwcomposer/
H A Ddrmdisplaycompositor.h168 bool active_; member in class:android::DrmDisplayCompositor
H A Ddrmdisplaycompositor.cpp242 active_(false),
318 if (!active_)
326 active_ = (composition->dpms_mode() == DRM_MODE_DPMS_ON);
/external/v8/src/debug/
H A Ddebug.js151 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_
[all...]
/external/v8/test/cctest/
H A Dcctest.h217 active_(true) {}
227 bool active_; member in class:ApiTestFuzzer
H A Dtest-api.cc13195 active_ = false;
13246 } while (!RegisterThreadedTest::nth(next_test)->fuzzer_->active_);
/external/v8/src/
H A Dbootstrapper.cc311 BootstrapperActive active_; member in class:v8::internal::BASE_EMBEDDED
3380 : isolate_(isolate), active_(isolate->bootstrapper()) {

Completed in 6019 milliseconds