Home
last modified time | relevance | path

Searched refs:attached_ (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/rtc_base/synchronization/
Dsequence_checker.cc40 : attached_(true), in SequenceCheckerImpl()
52 if (!attached_) { // Previously detached. in IsCurrent()
53 attached_ = true; in IsCurrent()
70 attached_ = false; in Detach()
81 if (!attached_) in ExpectationToString()
Dsequence_checker.h47 mutable bool attached_ RTC_GUARDED_BY(lock_);
/external/webrtc/modules/utility/source/
Dhelpers_android.cc92 : attached_(false), jvm_(jvm), env_(NULL) { in AttachThreadScoped()
100 attached_ = (res == JNI_OK); in AttachThreadScoped()
101 RTC_CHECK(attached_) << "AttachCurrentThread failed: " << res; in AttachThreadScoped()
106 if (attached_) { in ~AttachThreadScoped()
Djvm_android.cc71 JvmThreadConnector::JvmThreadConnector() : attached_(false) { in JvmThreadConnector()
80 attached_ = (ret == JNI_OK); in JvmThreadConnector()
87 if (attached_) { in ~JvmThreadConnector()
/external/webrtc/modules/utility/include/
Dhelpers_android.h73 bool attached_;
Djvm_android.h38 bool attached_; variable