OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewGlobalRef
(Results
1 - 25
of
210
) sorted by null
1
2
3
4
5
6
7
8
9
/frameworks/base/core/jni/
android_opengl_EGLExt.cpp
69
egldisplayClass = (jclass) _env->
NewGlobalRef
(egldisplayClassLocal);
71
eglcontextClass = (jclass) _env->
NewGlobalRef
(eglcontextClassLocal);
73
eglsurfaceClass = (jclass) _env->
NewGlobalRef
(eglsurfaceClassLocal);
75
eglconfigClass = (jclass) _env->
NewGlobalRef
(eglconfigClassLocal);
92
eglNoContextObject = _env->
NewGlobalRef
(localeglNoContextObject);
96
eglNoDisplayObject = _env->
NewGlobalRef
(localeglNoDisplayObject);
100
eglNoSurfaceObject = _env->
NewGlobalRef
(localeglNoSurfaceObject);
android_media_DeviceCallback.cpp
44
mClass = (jclass)env->
NewGlobalRef
(clazz);
48
mObject = env->
NewGlobalRef
(weak_thiz);
android_hardware_UsbRequest.cpp
104
request->client_data = (void *)env->
NewGlobalRef
(thiz);
159
request->client_data = (void *)env->
NewGlobalRef
(thiz);
core_jni_helpers.h
63
jobject res = env->
NewGlobalRef
(in);
android_hardware_SensorManager.cpp
84
jclass sensorClass = (jclass) _env->
NewGlobalRef
(_env->FindClass("android/hardware/Sensor"));
109
jclass listClass = (jclass) _env->
NewGlobalRef
(_env->FindClass("java/util/List"));
149
internedString = (jstring) env->
NewGlobalRef
(localString);
261
mReceiverWeakGlobal = env->
NewGlobalRef
(receiverWeak);
263
mIntScratch = (jintArray) env->
NewGlobalRef
(env->NewIntArray(16));
264
mFloatScratch = (jfloatArray) env->
NewGlobalRef
(env->NewFloatArray(16));
/frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14cHeader.cpp
68
egldisplayClass = (jclass) _env->
NewGlobalRef
(egldisplayClassLocal);
70
eglcontextClass = (jclass) _env->
NewGlobalRef
(eglcontextClassLocal);
72
eglsurfaceClass = (jclass) _env->
NewGlobalRef
(eglsurfaceClassLocal);
74
eglconfigClass = (jclass) _env->
NewGlobalRef
(eglconfigClassLocal);
88
eglNoContextObject = _env->
NewGlobalRef
(localeglNoContextObject);
90
eglNoDisplayObject = _env->
NewGlobalRef
(localeglNoDisplayObject);
92
eglNoSurfaceObject = _env->
NewGlobalRef
(localeglNoSurfaceObject);
EGLExtcHeader.cpp
69
egldisplayClass = (jclass) _env->
NewGlobalRef
(egldisplayClassLocal);
71
eglcontextClass = (jclass) _env->
NewGlobalRef
(eglcontextClassLocal);
73
eglsurfaceClass = (jclass) _env->
NewGlobalRef
(eglsurfaceClassLocal);
75
eglconfigClass = (jclass) _env->
NewGlobalRef
(eglconfigClassLocal);
92
eglNoContextObject = _env->
NewGlobalRef
(localeglNoContextObject);
96
eglNoDisplayObject = _env->
NewGlobalRef
(localeglNoDisplayObject);
100
eglNoSurfaceObject = _env->
NewGlobalRef
(localeglNoSurfaceObject);
/libcore/ojluni/src/main/native/
Inet4Address.c
43
ia4_class = (*env)->
NewGlobalRef
(env, c);
InetAddress.c
48
ia_class = (*env)->
NewGlobalRef
(env, c);
52
iac_class = (*env)->
NewGlobalRef
(env, c);
Inet6Address.c
49
ia6_class = (*env)->
NewGlobalRef
(env, c);
ObjectStreamClass.c
42
noSuchMethodErrCl = (*env)->
NewGlobalRef
(env, cl);
ServerSocketChannelImpl.c
69
isa_class = (*env)->
NewGlobalRef
(env, cls);
net_util.c
130
inet4Cls = (*env)->
NewGlobalRef
(env, c);
145
inet6Cls = (*env)->
NewGlobalRef
(env, c);
174
inet4Cls = (*env)->
NewGlobalRef
(env, c);
/external/webrtc/webrtc/modules/utility/include/
helpers_android.h
44
jobject
NewGlobalRef
(JNIEnv* jni, jobject o);
73
: jni_(jni), obj_(static_cast<T>(
NewGlobalRef
(jni, obj))) {}
/packages/apps/Gallery2/jni_jpegstream/src/
stream_wrapper.cpp
46
mStream = env->
NewGlobalRef
(stream);
57
mByteArray = reinterpret_cast<jbyteArray>(env->
NewGlobalRef
(tmp));
/external/webrtc/talk/app/webrtc/java/jni/
jni_helpers.h
107
jobject
NewGlobalRef
(JNIEnv* jni, jobject o);
128
: obj_(static_cast<T>(jni->
NewGlobalRef
(obj))) {}
androidnetworkmonitor_jni.cc
42
application_context_ =
NewGlobalRef
(jni, context);
/external/webrtc/webrtc/modules/utility/source/
helpers_android.cc
73
jobject
NewGlobalRef
(JNIEnv* jni, jobject o) {
74
jobject ret = jni->
NewGlobalRef
(o);
75
CHECK_EXCEPTION(jni) << "Error during
NewGlobalRef
";
jvm_android.cc
45
jclass globalRef = reinterpret_cast<jclass>(jni->
NewGlobalRef
(localRef));
46
CHECK_EXCEPTION(jni) << "Error during
NewGlobalRef
: " << c.name;
95
: jni_(jni), j_object_(
NewGlobalRef
(jni, object)) {
232
context_ =
NewGlobalRef
(jni(), context);
/frameworks/base/services/core/jni/
com_android_server_SerialService.cpp
73
gParcelFileDescriptorOffsets.mClass = (jclass) env->
NewGlobalRef
(clazz);
/frameworks/base/media/jni/
android_media_MediaDataSource.cpp
37
mMediaDataSourceObj = env->
NewGlobalRef
(source);
51
mByteArrayObj = (jbyteArray)env->
NewGlobalRef
(tmp.get());
android_media_MediaHTTPConnection.cpp
41
mClass = (jclass)env->
NewGlobalRef
(clazz);
50
mByteArrayObj = (jbyteArray)env->
NewGlobalRef
(tmp.get());
/frameworks/ex/framesequence/jni/
FrameSequenceJNI.cpp
64
jobject globalBuf = env->
NewGlobalRef
(buf);
179
gFrameSequenceClassInfo.clazz = (jclass)env->
NewGlobalRef
(gFrameSequenceClassInfo.clazz);
/prebuilts/misc/common/swig/include/2.0.11/java/
director.swg
30
jthis_ = weak_global_ ? jenv->NewWeakGlobalRef(jobj) : jenv->
NewGlobalRef
(jobj);
77
responsible for destruction (creates
NewGlobalRef
to pin Java
89
jthis_ = jenv->
NewGlobalRef
(jself);
/external/webrtc/webrtc/modules/video_render/android/
video_render_android_surface_view.cc
136
reinterpret_cast<jclass>(env->
NewGlobalRef
(javaRenderClassLocal));
177
_javaRenderObj = env->
NewGlobalRef
(javaRenderObjLocal);
444
_javaByteBufferObj = jniEnv->
NewGlobalRef
(javaByteBufferObj);
Completed in 248 milliseconds
1
2
3
4
5
6
7
8
9