Home
last modified time | relevance | path

Searched refs:mpNciPropDecoder (Results 1 – 2 of 2) sorted by relevance

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/
DNCIParser.cpp30 if (mpNciPropDecoder == nullptr) mpNciPropDecoder = new NCI_Decoder_Prop(); in NCI_Parser()
36 delete mpNciPropDecoder; in ~NCI_Parser()
102 if (mpNciPropDecoder != nullptr) { in decodeNciPacket()
103 mpNciPropDecoder->getLxDebugDecoder().processLxDbgNciPkt(nciPacket->buffer, in decodeNciPacket()
/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/inc/
DNCIParser.h33 NCI_Decoder_Prop* mpNciPropDecoder = nullptr; variable