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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/android/
shortcut_helper.cc 278 JNIEnv* env = base::android::AttachCurrentThread();
464 JNIEnv* env = base::android::AttachCurrentThread();
dev_tools_server.cc 72 JNIEnv* env = base::android::AttachCurrentThread();
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.cc 227 JNIEnv* env = base::android::AttachCurrentThread();
232 JNIEnv* env = base::android::AttachCurrentThread();
  /art/runtime/
signal_catcher.cc 199 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(),
thread_pool.cc 61 CHECK(runtime->AttachCurrentThread(worker->name_.c_str(), true, NULL, false));
  /external/chromium_org/chrome/browser/autofill/android/
personal_data_manager_android.cc 301 JNIEnv* env = base::android::AttachCurrentThread();
  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor_unittest.cc 214 JNIEnv* env = base::android::AttachCurrentThread();
  /external/chromium_org/chrome/browser/ui/android/
ssl_client_certificate_request.cc 79 JNIEnv* env = base::android::AttachCurrentThread();
  /external/chromium_org/content/browser/android/java/
gin_java_method_invocation_helper_unittest.cc 165 JNIEnv* env = base::android::AttachCurrentThread();
  /external/chromium_org/mojo/android/system/
core_impl.cc 40 base::android::AttachCurrentThread(),
  /external/chromium_org/testing/android/
native_test_launcher.cc 194 JNIEnv* env = base::android::AttachCurrentThread();
  /external/chromium_org/third_party/webrtc/modules/video_render/android/
video_render_android_impl.cc 223 jint res = g_jvm->AttachCurrentThread(&_javaRenderJniEnv, NULL);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 432 vm->AttachCurrentThread(&callbackEnv, &args);
505 if (status == JNI_EDETACHED && vm->AttachCurrentThread(&env, &sAttachArgs) != 0) {
537 if (status == JNI_EDETACHED && vm->AttachCurrentThread(&env, &sAttachArgs) != 0) {
568 if (status == JNI_EDETACHED && vm->AttachCurrentThread(&env, &sAttachArgs) != 0) {
    [all...]
  /frameworks/base/docs/html/training/articles/
perf-jni.jd 59 the JavaVM, and use <code>GetEnv</code> to discover the thread's JNIEnv. (Assuming it has one; see <code>AttachCurrentThread</code> below.)</p>
75 with the JNI <code>AttachCurrentThread</code> or
81 making it visible to the debugger. Calling <code>AttachCurrentThread</code>
203 thread with <code>AttachCurrentThread</code>, the code you are running will
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h     [all...]
  /libnativehelper/include/nativehelper/
jni.h     [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
jni.h     [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
jni.h     [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
jni.h     [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
jni.h     [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
jni.h     [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
jni.h     [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
jni.h     [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
jni.h     [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
jni.h     [all...]

Completed in 4512 milliseconds

1 2 3 4 5 6 7 8 91011>>