HomeSort by relevance Sort by last modified time
    Searched full:attachcurrentthread (Results 326 - 342 of 342) sorted by null

<<11121314

  /art/runtime/
trace.cc 298 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(),
jni_internal_test.cc 38 vm_->AttachCurrentThread(&env_, nullptr);
    [all...]
profiler.cc 167 CHECK(runtime->AttachCurrentThread("Profiler", true, runtime->GetSystemThreadGroup(),
thread.h 140 // Used to implement JNI AttachCurrentThread and AttachCurrentThreadAsDaemon calls.
    [all...]
runtime.cc     [all...]
  /external/chromium_org/android_webview/browser/
browser_view_renderer.cc 30 using base::android::AttachCurrentThread;
  /external/chromium_org/chrome/browser/android/
shortcut_helper_unittest.cc 79 JNIEnv* env = base::android::AttachCurrentThread();
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_tamper_detection_unittest.cc 81 JNIEnv* env = base::android::AttachCurrentThread();
  /external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 211 jint res = veData1.jvm->AttachCurrentThread(&env, NULL);
    [all...]
  /external/chromium_org/ui/base/clipboard/
clipboard_unittest.cc 753 JNIEnv* env = base::android::AttachCurrentThread();
  /frameworks/base/services/core/jni/
com_android_server_location_FlpHardwareProvider.cpp 108 jint attachResult = javaVm->AttachCurrentThread(&sCallbackEnv, &args);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/readme/
readme_eclipse.html 550 passed the JNIEnv pointer, but not when you have to use AttachCurrentThread to get the
554 For example, the following will fail because AttachCurrentThread is used to
561 jvm-&gt;AttachCurrentThread((void**)&amp;env, NULL);
595 jvm-&gt;AttachCurrentThread((void**)&amp;env, NULL);
    [all...]
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 135 int result = vm->AttachCurrentThread(&env, (void*) &args);
    [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 238 CHECK(!g_jvm->AttachCurrentThread(&env, &args)) << "Failed to attach thread";
240 CHECK(env) << "AttachCurrentThread handed back NULL!";
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 696 nat->vm->AttachCurrentThread(&e, &thread_args);
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 1033 if (gJavaVM->AttachCurrentThread(&env, NULL) < 0) {
    [all...]

Completed in 1446 milliseconds

<<11121314