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

  /external/webrtc/webrtc/modules/utility/include/
jvm_android.h 28 class AttachCurrentThreadIfNeeded {
30 AttachCurrentThreadIfNeeded();
31 ~AttachCurrentThreadIfNeeded();
158 // called successfully. Use the AttachCurrentThreadIfNeeded class if needed.
  /external/webrtc/webrtc/modules/utility/source/
jvm_android.cc 68 // AttachCurrentThreadIfNeeded implementation.
69 AttachCurrentThreadIfNeeded::AttachCurrentThreadIfNeeded()
71 ALOGD("AttachCurrentThreadIfNeeded::ctor%s", GetThreadInfo().c_str());
83 AttachCurrentThreadIfNeeded::~AttachCurrentThreadIfNeeded() {
84 ALOGD("AttachCurrentThreadIfNeeded::dtor%s", GetThreadInfo().c_str());
  /external/webrtc/talk/app/webrtc/java/jni/
jni_helpers.cc 42 // AttachCurrentThreadIfNeeded(), NULL in unattached threads and threads that
117 JNIEnv* AttachCurrentThreadIfNeeded() {

Completed in 49 milliseconds