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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/base/android/
path_utils.cc 18 JNIEnv* env = AttachCurrentThread();
27 JNIEnv* env = AttachCurrentThread();
36 JNIEnv* env = AttachCurrentThread();
45 JNIEnv* env = AttachCurrentThread();
54 JNIEnv* env = AttachCurrentThread();
63 JNIEnv* env = AttachCurrentThread();
scoped_java_ref.cc 44 env = AttachCurrentThread();
46 DCHECK_EQ(env, AttachCurrentThread()); // Is |env| on correct thread.
58 env = AttachCurrentThread();
60 DCHECK_EQ(env, AttachCurrentThread()); // Is |env| on correct thread.
71 DCHECK_EQ(env, AttachCurrentThread()); // Is |env| on correct thread.
79 AttachCurrentThread()->DeleteGlobalRef(obj_);
content_uri_utils.cc 20 JNIEnv* env = base::android::AttachCurrentThread();
28 JNIEnv* env = base::android::AttachCurrentThread();
jni_string_unittest.cc 17 JNIEnv* env = AttachCurrentThread();
25 JNIEnv* env = AttachCurrentThread();
event_log.cc 12 Java_EventLog_writeEvent(AttachCurrentThread(), tag, value);
jni_weak_ref.cc 10 using base::android::AttachCurrentThread;
37 AttachCurrentThread()->DeleteWeakGlobalRef(obj_);
62 JNIEnv* env = AttachCurrentThread();
  /external/chromium_org/chrome/browser/android/
chromium_application.cc 22 base::android::AttachCurrentThread(),
28 base::android::AttachCurrentThread(),
34 base::android::AttachCurrentThread(),
40 base::android::AttachCurrentThread(),
49 base::android::AttachCurrentThread(),
56 base::android::AttachCurrentThread(),
  /external/chromium_org/content/shell/browser/
shell_android.cc 18 using base::android::AttachCurrentThread;
30 JNIEnv* env = AttachCurrentThread();
37 JNIEnv* env = AttachCurrentThread();
44 JNIEnv* env = AttachCurrentThread();
50 JNIEnv* env = AttachCurrentThread();
55 java_object_.Reset(AttachCurrentThread(), CreateShellView(this));
59 JNIEnv* env = AttachCurrentThread();
73 JNIEnv* env = AttachCurrentThread();
79 JNIEnv* env = AttachCurrentThread();
86 JNIEnv* env = AttachCurrentThread();
    [all...]
  /external/chromium_org/android_webview/native/
external_video_surface_container_impl.cc 12 using base::android::AttachCurrentThread;
21 JNIEnv* env = AttachCurrentThread();
29 JNIEnv* env = AttachCurrentThread();
41 JNIEnv* env = AttachCurrentThread();
48 JNIEnv* env = AttachCurrentThread();
57 JNIEnv* env = AttachCurrentThread();
63 JNIEnv* env = AttachCurrentThread();
  /external/chromium_org/net/android/
network_library.cc 14 using base::android::AttachCurrentThread;
31 JNIEnv* env = AttachCurrentThread();
54 JNIEnv* env = AttachCurrentThread();
61 JNIEnv* env = AttachCurrentThread();
69 JNIEnv* env = AttachCurrentThread();
84 JNIEnv* env = AttachCurrentThread();
98 JNIEnv* env = AttachCurrentThread();
103 JNIEnv* env = AttachCurrentThread();
111 JNIEnv* env = AttachCurrentThread();
128 base::android::AttachCurrentThread(),
    [all...]
keystore.cc 15 using base::android::AttachCurrentThread;
28 JNIEnv* env = AttachCurrentThread();
43 JNIEnv* env = AttachCurrentThread();
59 JNIEnv* env = AttachCurrentThread();
76 JNIEnv* env = AttachCurrentThread();
94 JNIEnv* env = AttachCurrentThread();
119 JNIEnv* env = AttachCurrentThread();
128 JNIEnv* env = AttachCurrentThread();
146 JNIEnv* env = AttachCurrentThread();
156 JNIEnv* env = AttachCurrentThread();
    [all...]
cert_verify_result_android.cc 11 using base::android::AttachCurrentThread;
21 JNIEnv* env = AttachCurrentThread();
  /external/chromium_org/ui/gl/android/
surface_texture.cc 30 JNIEnv* env = base::android::AttachCurrentThread();
38 JNIEnv* env = base::android::AttachCurrentThread();
49 JNIEnv* env = base::android::AttachCurrentThread();
55 JNIEnv* env = base::android::AttachCurrentThread();
63 JNIEnv* env = base::android::AttachCurrentThread();
70 JNIEnv* env = base::android::AttachCurrentThread();
76 JNIEnv* env = base::android::AttachCurrentThread();
92 JNIEnv* env = base::android::AttachCurrentThread();
109 JNIEnv* env = base::android::AttachCurrentThread();
117 JNIEnv* env = base::android::AttachCurrentThread();
    [all...]
scoped_java_surface.cc 33 JNIEnv* env = base::android::AttachCurrentThread();
43 JNIEnv* env = base::android::AttachCurrentThread();
62 JNIEnv* env = base::android::AttachCurrentThread();
68 JNIEnv* env = base::android::AttachCurrentThread();
80 JNIEnv* env = base::android::AttachCurrentThread();
  /external/chromium_org/android_webview/native/permission/
aw_permission_request.cc 11 using base::android::AttachCurrentThread;
26 JNIEnv* env = AttachCurrentThread();
41 JNIEnv* env = AttachCurrentThread();
50 return java_ref_.get(AttachCurrentThread());
  /external/chromium_org/content/browser/battery_status/
battery_status_manager_android.cc 12 using base::android::AttachCurrentThread;
21 AttachCurrentThread(), base::android::GetApplicationContext()));
47 bool result = Java_BatteryStatusManager_start(AttachCurrentThread(),
55 AttachCurrentThread(), j_manager_.obj());
  /external/chromium_org/content/browser/vibration/
vibration_provider_android.cc 14 using base::android::AttachCurrentThread;
33 AttachCurrentThread(),
36 Java_VibrationProvider_vibrate(AttachCurrentThread(),
47 Java_VibrationProvider_cancelVibration(AttachCurrentThread(),
  /external/chromium_org/content/browser/android/
popup_touch_handle_drawable.cc 25 JNIEnv* env = base::android::AttachCurrentThread();
34 JNIEnv* env = base::android::AttachCurrentThread();
55 JNIEnv* env = base::android::AttachCurrentThread();
61 JNIEnv* env = base::android::AttachCurrentThread();
67 JNIEnv* env = base::android::AttachCurrentThread();
73 JNIEnv* env = base::android::AttachCurrentThread();
web_contents_observer_android.cc 20 using base::android::AttachCurrentThread;
56 JNIEnv* env = AttachCurrentThread();
68 JNIEnv* env = AttachCurrentThread();
80 JNIEnv* env = AttachCurrentThread();
92 JNIEnv* env = AttachCurrentThread();
129 JNIEnv* env = AttachCurrentThread();
160 JNIEnv* env = AttachCurrentThread();
181 JNIEnv* env = AttachCurrentThread();
206 JNIEnv* env = AttachCurrentThread();
224 JNIEnv* env = AttachCurrentThread();
    [all...]
interstitial_page_delegate_android.cc 13 using base::android::AttachCurrentThread;
28 JNIEnv* env = AttachCurrentThread();
50 JNIEnv* env = AttachCurrentThread();
57 JNIEnv* env = AttachCurrentThread();
65 JNIEnv* env = AttachCurrentThread();
content_video_view.cc 19 using base::android::AttachCurrentThread;
61 JNIEnv* env = AttachCurrentThread();
72 JNIEnv* env = AttachCurrentThread();
81 JNIEnv* env = AttachCurrentThread();
91 JNIEnv* env = AttachCurrentThread();
100 JNIEnv* env = AttachCurrentThread();
109 JNIEnv* env = AttachCurrentThread();
118 JNIEnv* env = AttachCurrentThread();
159 JNIEnv* env = AttachCurrentThread();
238 JNIEnv* env = AttachCurrentThread();
    [all...]
  /external/chromium_org/content/browser/
time_zone_monitor_android.cc 14 base::android::AttachCurrentThread(),
20 Java_TimeZoneMonitor_stop(base::android::AttachCurrentThread(), impl_.obj());
  /frameworks/webview/chromium/plat_support/
jni_entry_point.cpp 31 jint ret = vm->AttachCurrentThread(&env, NULL);
32 LOG_ALWAYS_FATAL_IF(ret != JNI_OK, "AttachCurrentThread failed");
  /external/chromium_org/android_webview/lib/main/
webview_tests.cc 10 android_webview::RegisterJni(base::android::AttachCurrentThread());
  /external/chromium_org/media/midi/
usb_midi_device_android.cc 19 JNIEnv* env = base::android::AttachCurrentThread();
25 JNIEnv* env = base::android::AttachCurrentThread();
30 JNIEnv* env = base::android::AttachCurrentThread();
41 JNIEnv* env = base::android::AttachCurrentThread();

Completed in 753 milliseconds

1 2 3 4 5 6 7 8 91011>>