Home
last modified time | relevance | path

Searched refs:ctor (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Nfc/nci/jni/
DNfcJniUtil.cpp76 jmethodID ctor = 0; in nfc_jni_cache_object() local
85 ctor = e->GetMethodID (cls, "<init>", "()V"); in nfc_jni_cache_object()
86 obj = e->NewObject (cls, ctor); in nfc_jni_cache_object()
DNfcTag.cpp496 jmethodID ctor = NULL; in createNativeNfcTag() local
516 ctor = e->GetMethodID (tag_cls, "<init>", "()V"); in createNativeNfcTag()
517 tag = e->NewObject (tag_cls, ctor); in createNativeNfcTag()
DNativeNfcManager.cpp938 jmethodID ctor = 0; in nfc_jni_cache_object_local() local
947 ctor = e->GetMethodID (cls, "<init>", "()V"); in nfc_jni_cache_object_local()
948 obj = e->NewObject (cls, ctor); in nfc_jni_cache_object_local()
DPeerToPeer.cpp299 jmethodID ctor = 0; in llcpActivatedHandler() local
325 ctor = e->GetMethodID (tag_cls, "<init>", "()V"); in llcpActivatedHandler()
326 tag = e->NewObject (tag_cls, ctor); in llcpActivatedHandler()
/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc.cpp133 jmethodID ctor; in nfc_jni_cache_object() local
143 ctor = e->GetMethodID(cls, "<init>", "()V"); in nfc_jni_cache_object()
145 obj = e->NewObject(cls, ctor); in nfc_jni_cache_object()
Dcom_android_nfc_NativeNfcManager.cpp914 jmethodID ctor; in nfc_jni_Discovery_notification_callback() local
965 ctor = e->GetMethodID(tag_cls, "<init>", "()V"); in nfc_jni_Discovery_notification_callback()
966 tag = e->NewObject(tag_cls, ctor); in nfc_jni_Discovery_notification_callback()
1017 ctor = e->GetMethodID(tag_cls, "<init>", "()V"); in nfc_jni_Discovery_notification_callback()
1018 tag = e->NewObject(tag_cls, ctor); in nfc_jni_Discovery_notification_callback()
Dcom_android_nfc_NativeP2pDevice.cpp127 jmethodID ctor; in com_android_nfc_NativeP2pDevice_doConnect() local