Lines Matching refs:JNIEnv
230 JNIEnv *nfc_get_env();
237 int nfc_jni_cache_object(JNIEnv *e, const char *clsname,
239 struct nfc_jni_native_data* nfc_jni_get_nat(JNIEnv *e, jobject o);
240 struct nfc_jni_native_data* nfc_jni_get_nat_ext(JNIEnv *e);
245 void nfc_jni_get_technology_tree(JNIEnv* e, phLibNfc_RemoteDevList_t* devList, uint8_t count,
251 phLibNfc_Handle nfc_jni_get_p2p_device_handle(JNIEnv *e, jobject o);
252 jshort nfc_jni_get_p2p_device_mode(JNIEnv *e, jobject o);
255 jint nfc_jni_get_connected_technology(JNIEnv *e, jobject o);
256 jint nfc_jni_get_connected_technology_libnfc_type(JNIEnv *e, jobject o);
257 phLibNfc_Handle nfc_jni_get_connected_handle(JNIEnv *e, jobject o);
258 jintArray nfc_jni_get_nfc_tag_type(JNIEnv *e, jobject o);
261 phLibNfc_Handle nfc_jni_get_nfc_socket_handle(JNIEnv *e, jobject o);
263 int register_com_android_nfc_NativeNfcManager(JNIEnv *e);
264 int register_com_android_nfc_NativeNfcTag(JNIEnv *e);
265 int register_com_android_nfc_NativeP2pDevice(JNIEnv *e);
266 int register_com_android_nfc_NativeLlcpConnectionlessSocket(JNIEnv *e);
267 int register_com_android_nfc_NativeLlcpServiceSocket(JNIEnv *e);
268 int register_com_android_nfc_NativeLlcpSocket(JNIEnv *e);