Home
last modified time | relevance | path

Searched refs:active_ (Results 1 – 18 of 18) 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/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketOptionLinger.java24 active_ = false; in SocketOptionLinger()
60 active_ = input.readBool(); in SocketOptionLinger()
101 private boolean active_; field in SocketOptionLinger
110 return active_; in getActive()
158 if (active_ != false) { in writeTo()
159 output.writeBool(1, active_); in writeTo()
172 if (active_ != false) { in getSerializedSize()
174 .computeBoolSize(1, active_); in getSerializedSize()
355 active_ = false; in clear()
385 result.active_ = active_; in buildPartial()
[all …]
/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/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/tensorflow/tensorflow/core/profiler/lib/
Dprofiler_session.cc141 if (active_) { in SerializeToString()
144 active_ = false; in SerializeToString()
156 : active_(!session_active.exchange(true)), in ProfilerSession()
158 if (!active_) { in ProfilerSession()
184 if (active_) { in ~ProfilerSession()
Dprofiler_session.h61 bool active_ GUARDED_BY(mutex_);
/external/v8/src/libsampler/
Dsampler.h56 bool IsActive() const { return base::Relaxed_Load(&active_) != 0; } in IsActive()
88 void SetActive(bool value) { base::Relaxed_Store(&active_, value); } in SetActive()
94 base::Atomic32 active_; variable
Dsampler.cc621 active_(false), in Sampler()
/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/tensorflow/tensorflow/core/distributed_runtime/
Dbase_rendezvous_mgr.cc140 CHECK(active_.empty()); in ~BaseRemoteRendezvous()
372 for (BaseRecvTensorCall* call : active_) { in StartAbort()
375 active_.clear(); in StartAbort()
385 CHECK(active_.insert(call).second); in RegisterCall()
391 active_.erase(call); in DeregisterCall()
Dbase_rendezvous_mgr.h196 gtl::FlatSet<BaseRecvTensorCall*> active_ GUARDED_BY(mu_);
/external/drm_hwcomposer/
Ddrmdisplaycompositor.h105 bool active_; variable
Ddrmdisplaycompositor.cpp61 active_(false), in DrmDisplayCompositor()
629 active_ = (composition->dpms_mode() == DRM_MODE_DPMS_ON); in ApplyComposition()
/external/v8/src/
Dbootstrapper.cc310 BootstrapperActive active_; member in v8::internal::BASE_EMBEDDED
5644 : isolate_(isolate), active_(isolate->bootstrapper()) { in Genesis()
5781 : isolate_(isolate), active_(isolate->bootstrapper()) { in Genesis()