Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/hal/
DWiredSeService.h49 typedef union WiredSeEvtData { union
53 WiredSeEvtData() {} in WiredSeEvtData() function
55 WiredSeEvtData(NfcState inNfcState) { nfcState = inNfcState; } in WiredSeEvtData() function
57 WiredSeEvtData(NfcPkt inNfcPkt) { nfcPkt = inNfcPkt; } in WiredSeEvtData() function
59 } WiredSeEvtData; typedef