Searched refs:VENDOR_NFC_EXT_SERVICE_LIB (Results 1 – 2 of 2) sorted by relevance
46 nfcExtHandle = dlopen(VENDOR_NFC_EXT_SERVICE_LIB.c_str(), RTLD_LAZY | RTLD_GLOBAL); in GetChipType()66 nfcExtHandle = dlopen(VENDOR_NFC_EXT_SERVICE_LIB.c_str(), RTLD_LAZY | RTLD_GLOBAL); in CheckFirmwareUpdate()
26 const std::string VENDOR_NFC_EXT_SERVICE_LIB = "libvendor_ext_nfc_service.z.so"; variable