Searched refs:ctor (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Nfc/nci/jni/ |
D | NfcJniUtil.cpp | 76 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()
|
D | NfcTag.cpp | 496 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()
|
D | NativeNfcManager.cpp | 938 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()
|
D | PeerToPeer.cpp | 299 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/ |
D | com_android_nfc.cpp | 133 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()
|
D | com_android_nfc_NativeNfcManager.cpp | 914 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()
|
D | com_android_nfc_NativeP2pDevice.cpp | 127 jmethodID ctor; in com_android_nfc_NativeP2pDevice_doConnect() local
|