Home
last modified time | relevance | path

Searched defs:NfcHalDeathRecipient (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/nfc/src/adaptation/
H A DNfcAdaptation.cc186 class NfcHalDeathRecipient : public hidl_death_recipient { class
189 NfcHalDeathRecipient(android::sp<android::hardware::nfc::V1_0::INfc>& mHal) { in NfcHalDeathRecipient() function in NfcHalDeathRecipient
/aosp_15_r20/system/nfc/src/include/
H A DNfcAdaptation.h86 class NfcHalDeathRecipient; variable
/aosp_15_r20/system/nfc/src/fuzzers/integration/fakes/
H A Dnfc_adaptation_fakes.cc25 class NfcHalDeathRecipient : public virtual android::RefBase {}; class
/aosp_15_r20/system/nfc/src/rust/hal/ffi/
H A Dhidl.cc26 class NfcHalDeathRecipient : public hidl_death_recipient { class