Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/
DNCIParser.cpp26 NCI_Parser* NCI_Parser::mpNciParser = nullptr; member in NCI_Parser
35 mpNciParser = nullptr; in ~NCI_Parser()
41 if (mpNciParser == nullptr) { in getInstance()
42 mpNciParser = new NCI_Parser(); in getInstance()
43 return (mpNciParser); in getInstance()
45 return (mpNciParser); in getInstance()
49 if (mpNciParser != nullptr) delete mpNciParser; in resetInstance()
/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/inc/
DNCIParser.h32 static NCI_Parser* mpNciParser; variable