OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attachcurrentthread
(Results
1 - 25
of
173
) sorted by null
1
2
3
4
5
6
7
/external/libmojo/base/android/
path_utils.cc
19
JNIEnv* env =
AttachCurrentThread
();
28
JNIEnv* env =
AttachCurrentThread
();
37
JNIEnv* env =
AttachCurrentThread
();
46
JNIEnv* env =
AttachCurrentThread
();
55
JNIEnv* env =
AttachCurrentThread
();
64
JNIEnv* env =
AttachCurrentThread
();
73
JNIEnv* env =
AttachCurrentThread
();
scoped_java_ref.cc
43
env =
AttachCurrentThread
();
45
DCHECK_EQ(env,
AttachCurrentThread
()); // Is |env| on correct thread.
57
env =
AttachCurrentThread
();
59
DCHECK_EQ(env,
AttachCurrentThread
()); // Is |env| on correct thread.
70
DCHECK_EQ(env,
AttachCurrentThread
()); // Is |env| on correct thread.
78
AttachCurrentThread
()->DeleteGlobalRef(obj_);
locale_utils.cc
15
JNIEnv* env = base::android::
AttachCurrentThread
();
20
JNIEnv* env = base::android::
AttachCurrentThread
();
jni_string_unittest.cc
17
JNIEnv* env =
AttachCurrentThread
();
25
JNIEnv* env =
AttachCurrentThread
();
33
JNIEnv* env =
AttachCurrentThread
();
41
JNIEnv* env =
AttachCurrentThread
();
event_log.cc
12
Java_EventLog_writeEvent(
AttachCurrentThread
(), tag, value);
content_uri_utils.cc
21
JNIEnv* env = base::android::
AttachCurrentThread
();
29
JNIEnv* env = base::android::
AttachCurrentThread
();
40
JNIEnv* env = base::android::
AttachCurrentThread
();
jni_weak_ref.cc
10
using base::android::
AttachCurrentThread
;
37
AttachCurrentThread
()->DeleteWeakGlobalRef(obj_);
59
JNIEnv* env =
AttachCurrentThread
();
sys_utils.cc
19
JNIEnv* env =
AttachCurrentThread
();
application_status_listener.cc
45
AttachCurrentThread
());
71
Java_ApplicationStatus_getStateForApplication(
AttachCurrentThread
()));
base_jni_onload.cc
23
JNIEnv* env = base::android::
AttachCurrentThread
();
35
JNIEnv* env = base::android::
AttachCurrentThread
();
java_handler_thread.cc
21
JNIEnv* env = base::android::
AttachCurrentThread
();
34
JNIEnv* env = base::android::
AttachCurrentThread
();
49
JNIEnv* env = base::android::
AttachCurrentThread
();
java_runtime.cc
17
JNIEnv* env = base::android::
AttachCurrentThread
();
scoped_java_ref_unittest.cc
46
JNIEnv* env =
AttachCurrentThread
();
59
JNIEnv* env =
AttachCurrentThread
();
69
JNIEnv* env =
AttachCurrentThread
();
87
JNIEnv* env =
AttachCurrentThread
();
jni_array_unittest.cc
23
JNIEnv* env =
AttachCurrentThread
();
70
JNIEnv* env =
AttachCurrentThread
();
98
JNIEnv* env =
AttachCurrentThread
();
137
JNIEnv* env =
AttachCurrentThread
();
149
JNIEnv* env =
AttachCurrentThread
();
171
JNIEnv* env =
AttachCurrentThread
();
199
JNIEnv* env =
AttachCurrentThread
();
226
JNIEnv* env =
AttachCurrentThread
();
251
JNIEnv* env =
AttachCurrentThread
();
287
JNIEnv* env =
AttachCurrentThread
();
[
all
...]
jni_string.cc
56
return ConvertJavaStringToUTF8(
AttachCurrentThread
(), str.obj());
106
return ConvertJavaStringToUTF16(
AttachCurrentThread
(), str.obj());
trace_event_binding.cc
54
JNIEnv* env = base::android::
AttachCurrentThread
();
58
JNIEnv* env = base::android::
AttachCurrentThread
();
/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");
/art/runtime/
java_vm_ext_test.cc
68
ok = vms_buf[0]->
AttachCurrentThread
(&env, nullptr);
86
TEST_F(JavaVmExtTest,
AttachCurrentThread
) {
128
jint ok = vm_->
AttachCurrentThread
(&env, nullptr);
/external/libmojo/base/android/jni_generator/
sample_for_tests.cc
17
using base::android::
AttachCurrentThread
;
107
// On a regular application, you'd call
AttachCurrentThread
(). This sample is
109
JNIEnv* env = /*
AttachCurrentThread
() */ NULL;
/external/libmojo/base/message_loop/
message_pump_android.cc
109
JNIEnv* env = base::android::
AttachCurrentThread
();
119
JNIEnv* env = base::android::
AttachCurrentThread
();
137
JNIEnv* env = base::android::
AttachCurrentThread
();
147
JNIEnv* env = base::android::
AttachCurrentThread
();
/external/webrtc/webrtc/modules/audio_device/android/
ensure_initialized.cc
31
JNIEnv* jni = ::base::android::
AttachCurrentThread
();
/libcore/dalvik/src/main/java/dalvik/system/
NativeStart.java
30
* JNI
AttachCurrentThread
call. If they attach the thread and start
/external/conscrypt/common/src/jni/main/include/
JniUtil.h
43
if (gJavaVM->
AttachCurrentThread
(&env, nullptr) < 0) {
45
if (gJavaVM->
AttachCurrentThread
(reinterpret_cast<void**>(&env), nullptr) < 0) {
/external/webrtc/webrtc/modules/utility/source/
helpers_android.cc
106
jint res = jvm->
AttachCurrentThread
(&env_, NULL);
108
RTC_CHECK(attached_) << "
AttachCurrentThread
failed: " << res;
/prebuilts/ndk/r11/sources/android/ndk_helper/
JNIHelper.cpp
57
activity_->vm->
AttachCurrentThread
( &env, NULL );
79
helper.activity_->vm->
AttachCurrentThread
( &env, NULL );
121
activity_->vm->
AttachCurrentThread
( &env, NULL );
194
activity_->vm->
AttachCurrentThread
( &env, NULL );
220
activity_->vm->
AttachCurrentThread
( &env, NULL );
263
activity_->vm->
AttachCurrentThread
( &env, NULL );
304
activity_->vm->
AttachCurrentThread
( &env, NULL );
326
activity_->vm->
AttachCurrentThread
( &env, NULL );
Completed in 1017 milliseconds
1
2
3
4
5
6
7