HomeSort by relevance Sort by last modified time
    Searched full:attached_ (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/utility/source/
helpers_android.cc 99 : attached_(false), jvm_(jvm), env_(NULL) {
107 attached_ = (res == JNI_OK);
108 RTC_CHECK(attached_) << "AttachCurrentThread failed: " << res;
113 if (attached_) {
jvm_android.cc 70 : attached_(false) {
79 attached_ = (ret == JNI_OK);
86 if (attached_) {
  /external/webrtc/webrtc/modules/utility/include/
helpers_android.h 63 bool attached_; member in class:webrtc::AttachThreadScoped
jvm_android.h 35 bool attached_; member in class:webrtc::AttachCurrentThreadIfNeeded

Completed in 595 milliseconds