Searched refs:ScopedGlobalRef (Results 1 – 14 of 14) sorted by relevance
40 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 …]
64 using ScopedGlobalRef = variable70 ScopedGlobalRef<T> MakeGlobalRef(T object, JNIEnv* env, JavaVM* jvm) { in MakeGlobalRef()73 return ScopedGlobalRef<T>(reinterpret_cast<T>(global_object), jvm); in MakeGlobalRef()
118 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_;
424 ScopedGlobalRef<jobject> matcher, in RegexMatcher()425 ScopedGlobalRef<jstring> text) in RegexMatcher()
70 class ScopedGlobalRef {72 ScopedGlobalRef(JNIEnv* jni, T obj) in ScopedGlobalRef() function74 ~ScopedGlobalRef() { in ~ScopedGlobalRef()
91 const ScopedGlobalRef<jobject> j_video_capturer_;92 const ScopedGlobalRef<jclass> j_video_capturer_class_;93 const ScopedGlobalRef<jclass> j_observer_class_;
125 class ScopedGlobalRef {127 ScopedGlobalRef(JNIEnv* jni, T obj) in ScopedGlobalRef() function129 ~ScopedGlobalRef() { in ~ScopedGlobalRef()
50 ScopedGlobalRef<jclass> j_network_monitor_class_;51 ScopedGlobalRef<jobject> j_network_monitor_;
400 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 …]
73 const ScopedGlobalRef<jobject> j_surface_texture_helper_;
138 ScopedGlobalRef<jclass> j_media_codec_video_decoder_class_;139 ScopedGlobalRef<jobject> j_media_codec_video_decoder_;
174 ScopedGlobalRef<jclass> j_media_codec_video_encoder_class_;175 ScopedGlobalRef<jobject> j_media_codec_video_encoder_;
80 ScopedGlobalRef<jclass> integer_class_;84 ScopedGlobalRef<jclass> remote_action_template_class_;88 ScopedGlobalRef<jclass> named_variant_class_;
113 ScopedGlobalRef<jobject> usermanager_;117 ScopedGlobalRef<jobject> system_resources_;122 ScopedGlobalRef<jstring> string_;123 ScopedGlobalRef<jstring> android_;