Searched refs:attached_ (Results 1 – 4 of 4) sorted by relevance
99 : 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()
70 : attached_(false) { in AttachCurrentThreadIfNeeded()79 attached_ = (ret == JNI_OK); in AttachCurrentThreadIfNeeded()86 if (attached_) { in ~AttachCurrentThreadIfNeeded()
63 bool attached_;
35 bool attached_; variable