Searched defs:ctor (Results  1 – 5 of 5) sorted by relevance
| /packages/apps/Nfc/nci/jni/ | 
| D | NfcJniUtil.cpp | 87   jmethodID ctor = e->GetMethodID(cls.get(), "<init>", "()V");  in nfc_jni_cache_object()  local154   jmethodID ctor = e->GetMethodID(cls.get(), "<init>", "()V");  in nfc_jni_cache_object_local()  local
 
 | 
| D | NfcTag.cpp | 507   jmethodID ctor = e->GetMethodID(tag_cls.get(), "<init>", "()V");  in createNativeNfcTag()  local
 | 
| D | PeerToPeer.cpp | 310   jmethodID ctor = e->GetMethodID(tag_cls.get(), "<init>", "()V");  in llcpActivatedHandler()  local
 | 
| /packages/modules/Connectivity/framework/jni/ | 
| D | android_net_NetworkUtils.cpp | 179     jmethodID ctor = env->GetMethodID(class_DnsResponse, "<init>", "([BI)V");  in android_net_utils_resNetworkResult()  local237     jmethodID ctor = env->GetMethodID(class_TcpRepairWindow, "<init>", "(IIIIII)V");  in android_net_utils_getTcpRepairWindow()  local
 
 | 
| /packages/modules/Bluetooth/system/gd/ | 
| D | module.cc | 31 ModuleFactory::ModuleFactory(std::function<Module*()> ctor) : ctor_(ctor) {  in ModuleFactory()
 |