Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/utility/source/
Dhelpers_android.cc99 : attached_(false), jvm_(jvm), env_(NULL) { in AttachThreadScoped()
107 attached_ = (res == JNI_OK); in AttachThreadScoped()
108 RTC_CHECK(attached_) << "AttachCurrentThread failed: " << res; in AttachThreadScoped()
113 if (attached_) { in ~AttachThreadScoped()
Djvm_android.cc70 : attached_(false) { in AttachCurrentThreadIfNeeded()
79 attached_ = (ret == JNI_OK); in AttachCurrentThreadIfNeeded()
86 if (attached_) { in ~AttachCurrentThreadIfNeeded()
/external/webrtc/webrtc/modules/utility/include/
Dhelpers_android.h63 bool attached_;
Djvm_android.h35 bool attached_; variable