Home
last modified time | relevance | path

Searched defs:mHal (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/include/
DNfcAdaptation.h108 static android::sp<android::hardware::nfc::V1_0::INfc> mHal; variable
/system/nfc/src/adaptation/
DNfcAdaptation.cc66 sp<INfc> NfcAdaptation::mHal; member in NfcAdaptation
141 NfcHalDeathRecipient(android::sp<android::hardware::nfc::V1_0::INfc>& mHal) { in NfcHalDeathRecipient()