HomeSort by relevance Sort by last modified time
    Searched defs:AttachThreadScoped (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/utility/source/
helpers_android.cc 18 AttachThreadScoped::AttachThreadScoped(JavaVM* jvm)
29 AttachThreadScoped::~AttachThreadScoped() {
35 JNIEnv* AttachThreadScoped::env() { return env_; }
  /external/chromium_org/third_party/webrtc/modules/utility/interface/
helpers_android.h 20 class AttachThreadScoped {
22 explicit AttachThreadScoped(JavaVM* jvm);
23 ~AttachThreadScoped();

Completed in 1652 milliseconds