Searched refs:mHal (Results 1 - 3 of 3) sorted by relevance

/system/nfc/src/adaptation/
H A DNfcAdaptation.cpp62 sp<INfc> NfcAdaptation::mHal; member in class:NfcAdaptation
366 mHal = INfc::getService();
367 LOG_FATAL_IF(mHal == nullptr, "Failed to retrieve the NFC HAL!");
368 ALOGI("%s: INfc::getService() returned %p (%s)", func, mHal.get(),
369 (mHal->isRemote() ? "remote" : "local"));
417 mHal->open(mCallback);
432 mHal->close();
483 mHal->write(data);
502 mHal->coreInitialized(data);
523 mHal
[all...]
/system/libhidl/transport/token/1.0/utils/include/hidl/
H A DHybridInterface.h185 virtual sp<HalInterface> getHalInterface() { return mHal; }
192 sp<HalInterface> mHal; member in class:android::HpInterface
324 mHal = HalInterface::castFrom(hBase);
325 if (mHal != nullptr) {
326 mBase = new CONVERTER(mHal);
/system/nfc/src/include/
H A DNfcAdaptation.h93 static android::sp<android::hardware::nfc::V1_0::INfc> mHal; member in class:NfcAdaptation

Completed in 176 milliseconds