Home
last modified time | relevance | path

Searched refs:nfc_aidl_service (Results 1 – 2 of 2) sorted by relevance

/hardware/nxp/secure_element/snxxx/aidl/
DNxpEseService.cpp47 std::shared_ptr<INfcAidl> nfc_aidl_service = nullptr; in waitForNFCHAL() local
53 nfc_aidl_service = INfcAidl::fromBinder(binder); in waitForNFCHAL()
54 if (nfc_aidl_service != nullptr) { in waitForNFCHAL()
62 if (nfc_aidl_service == nullptr) { in waitForNFCHAL()
/hardware/nxp/secure_element/snxxx/1.2/
DNxpEseService.cpp65 std::shared_ptr<INfcAidl> nfc_aidl_service = nullptr; in waitForNFCHAL() local
71 nfc_aidl_service = INfcAidl::fromBinder(binder); in waitForNFCHAL()
72 if (nfc_aidl_service != nullptr) { in waitForNFCHAL()
80 if (nfc_aidl_service == nullptr) { in waitForNFCHAL()