Lines Matching refs:JNIEnv
125 ScopedAttach(JavaVM* vm, JNIEnv** env) : vm_(vm) { in ScopedAttach()
138 int nfc_jni_cache_object(JNIEnv* e, const char* clsname, jobject* cached_obj);
139 int nfc_jni_cache_object_local(JNIEnv* e, const char* className,
141 int nfc_jni_get_nfc_socket_handle(JNIEnv* e, jobject o);
142 struct nfc_jni_native_data* nfc_jni_get_nat(JNIEnv* e, jobject o);
143 int register_com_android_nfc_NativeNfcManager(JNIEnv* e);
144 int register_com_android_nfc_NativeNfcTag(JNIEnv* e);
145 int register_com_android_nfc_NativeP2pDevice(JNIEnv* e);
146 int register_com_android_nfc_NativeLlcpConnectionlessSocket(JNIEnv* e);
147 int register_com_android_nfc_NativeLlcpServiceSocket(JNIEnv* e);
148 int register_com_android_nfc_NativeLlcpSocket(JNIEnv* e);