Lines Matching refs:JNIEnv
136 ScopedAttach(JavaVM* vm, JNIEnv** env) : vm_(vm) in ScopedAttach()
159 int nfc_jni_cache_object (JNIEnv *e, const char *clsname, jobject *cached_obj);
160 int nfc_jni_cache_object_local (JNIEnv *e, const char *className, jobject *cachedObj);
161 int nfc_jni_get_nfc_socket_handle (JNIEnv *e, jobject o);
162 struct nfc_jni_native_data* nfc_jni_get_nat (JNIEnv *e, jobject o);
163 int register_com_android_nfc_NativeNfcManager (JNIEnv *e);
164 int register_com_android_nfc_NativeNfcTag (JNIEnv *e);
165 int register_com_android_nfc_NativeP2pDevice (JNIEnv *e);
166 int register_com_android_nfc_NativeLlcpConnectionlessSocket (JNIEnv *e);
167 int register_com_android_nfc_NativeLlcpServiceSocket (JNIEnv *e);
168 int register_com_android_nfc_NativeLlcpSocket (JNIEnv *e);