Home
last modified time | relevance | path

Searched refs:ScopedGlobalRef (Results 1 – 14 of 14) sorted by relevance

/external/libtextclassifier/utils/java/
Djni-cache.h40 ScopedGlobalRef<jclass> string_class;
44 ScopedGlobalRef<jstring> string_utf8;
47 ScopedGlobalRef<jclass> pattern_class;
52 ScopedGlobalRef<jclass> matcher_class;
62 ScopedGlobalRef<jclass> locale_class;
63 ScopedGlobalRef<jobject> locale_us;
68 ScopedGlobalRef<jclass> breakiterator_class;
74 ScopedGlobalRef<jclass> integer_class;
78 ScopedGlobalRef<jclass> calendar_class;
106 ScopedGlobalRef<jclass> timezone_class;
[all …]
Dscoped_global_ref.h64 using ScopedGlobalRef = variable
70 ScopedGlobalRef<T> MakeGlobalRef(T object, JNIEnv* env, JavaVM* jvm) { in MakeGlobalRef()
73 return ScopedGlobalRef<T>(reinterpret_cast<T>(global_object), jvm); in MakeGlobalRef()
/external/libtextclassifier/utils/utf8/
Dunilib-javaicu.h118 RegexMatcher(const JniCache* jni_cache, ScopedGlobalRef<jobject> matcher,
119 ScopedGlobalRef<jstring> text);
123 ScopedGlobalRef<jobject> matcher_;
124 ScopedGlobalRef<jstring> text_;
147 mutable ScopedGlobalRef<jobject> pattern_;
164 ScopedGlobalRef<jstring> text_;
165 ScopedGlobalRef<jobject> iterator_;
Dunilib-javaicu.cc424 ScopedGlobalRef<jobject> matcher, in RegexMatcher()
425 ScopedGlobalRef<jstring> text) in RegexMatcher()
/external/webrtc/webrtc/modules/utility/include/
Dhelpers_android.h70 class ScopedGlobalRef {
72 ScopedGlobalRef(JNIEnv* jni, T obj) in ScopedGlobalRef() function
74 ~ScopedGlobalRef() { in ~ScopedGlobalRef()
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidvideocapturer_jni.h91 const ScopedGlobalRef<jobject> j_video_capturer_;
92 const ScopedGlobalRef<jclass> j_video_capturer_class_;
93 const ScopedGlobalRef<jclass> j_observer_class_;
Djni_helpers.h125 class ScopedGlobalRef {
127 ScopedGlobalRef(JNIEnv* jni, T obj) in ScopedGlobalRef() function
129 ~ScopedGlobalRef() { in ~ScopedGlobalRef()
Dandroidnetworkmonitor_jni.h50 ScopedGlobalRef<jclass> j_network_monitor_class_;
51 ScopedGlobalRef<jobject> j_network_monitor_;
Dpeerconnection_jni.cc400 const ScopedGlobalRef<jobject> j_observer_global_;
401 const ScopedGlobalRef<jclass> j_observer_class_;
402 const ScopedGlobalRef<jclass> j_media_stream_class_;
404 const ScopedGlobalRef<jclass> j_audio_track_class_;
406 const ScopedGlobalRef<jclass> j_video_track_class_;
408 const ScopedGlobalRef<jclass> j_data_channel_class_;
548 const ScopedGlobalRef<jobject> j_observer_global_;
549 const ScopedGlobalRef<jclass> j_observer_class_;
625 const ScopedGlobalRef<jobject> j_observer_global_;
626 const ScopedGlobalRef<jclass> j_observer_class_;
[all …]
Dsurfacetexturehelper_jni.h73 const ScopedGlobalRef<jobject> j_surface_texture_helper_;
Dandroidmediadecoder_jni.cc138 ScopedGlobalRef<jclass> j_media_codec_video_decoder_class_;
139 ScopedGlobalRef<jobject> j_media_codec_video_decoder_;
Dandroidmediaencoder_jni.cc174 ScopedGlobalRef<jclass> j_media_codec_video_encoder_class_;
175 ScopedGlobalRef<jobject> j_media_codec_video_encoder_;
/external/libtextclassifier/utils/intents/
Djni.h80 ScopedGlobalRef<jclass> integer_class_;
84 ScopedGlobalRef<jclass> remote_action_template_class_;
88 ScopedGlobalRef<jclass> named_variant_class_;
Dintent-generator.cc113 ScopedGlobalRef<jobject> usermanager_;
117 ScopedGlobalRef<jobject> system_resources_;
122 ScopedGlobalRef<jstring> string_;
123 ScopedGlobalRef<jstring> android_;