Lines Matching refs:JNIEnv
30 JNIEnv *e; in JNI_OnLoad()
65 JNIEnv *nfc_get_env() in nfc_get_env()
67 JNIEnv *e; in nfc_get_env()
127 int nfc_jni_cache_object(JNIEnv *e, const char *clsname, in nfc_jni_cache_object()
153 struct nfc_jni_native_data* nfc_jni_get_nat(JNIEnv *e, jobject o) in nfc_jni_get_nat()
161 struct nfc_jni_native_data* nfc_jni_get_nat_ext(JNIEnv*) in nfc_jni_get_nat_ext() argument
228 phLibNfc_Handle nfc_jni_get_p2p_device_handle(JNIEnv *e, jobject o) in nfc_jni_get_p2p_device_handle()
235 jshort nfc_jni_get_p2p_device_mode(JNIEnv *e, jobject o) in nfc_jni_get_p2p_device_mode()
243 int nfc_jni_get_connected_tech_index(JNIEnv *e, jobject o) in nfc_jni_get_connected_tech_index()
251 jint nfc_jni_get_connected_technology(JNIEnv *e, jobject o) in nfc_jni_get_connected_technology()
271 jint nfc_jni_get_connected_technology_libnfc_type(JNIEnv *e, jobject o) in nfc_jni_get_connected_technology_libnfc_type()
291 phLibNfc_Handle nfc_jni_get_connected_handle(JNIEnv *e, jobject o) in nfc_jni_get_connected_handle()
298 phLibNfc_Handle nfc_jni_get_nfc_socket_handle(JNIEnv *e, jobject o) in nfc_jni_get_nfc_socket_handle()
305 jintArray nfc_jni_get_nfc_tag_type(JNIEnv *e, jobject o) in nfc_jni_get_nfc_tag_type()
406 void nfc_jni_get_technology_tree(JNIEnv* e, phLibNfc_RemoteDevList_t* devList, uint8_t count, in nfc_jni_get_technology_tree()