Home
last modified time | relevance | path

Searched defs:NfcEvent (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/nfc/aidl/android/hardware/nfc/
DNfcEvent.aidl24 enum NfcEvent { enum
/hardware/interfaces/nfc/aidl/aidl_api/android.hardware.nfc/current/android/hardware/nfc/
DNfcEvent.aidl36 enum NfcEvent { enum
/hardware/interfaces/nfc/aidl/aidl_api/android.hardware.nfc/1/android/hardware/nfc/
DNfcEvent.aidl36 enum NfcEvent { enum
/hardware/st/nfc/aidl/
DStNfc_hal_api.h37 using NfcEvent = aidl::android::hardware::nfc::NfcEvent; variable
/hardware/interfaces/nfc/aidl/vts/functional/
DVtsAidlHalNfcTargetTest.cpp62 NfcClientCallback(const std::function<void(NfcEvent, NfcStatus)>& on_hal_event_cb, in NfcClientCallback()