Home
last modified time | relevance | path

Searched refs:NCI_Parser (Results 1 – 3 of 3) sorted by relevance

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/
DNCIParser.cpp26 NCI_Parser* NCI_Parser::mpNciParser = nullptr;
28 NCI_Parser::NCI_Parser() { in NCI_Parser() function in NCI_Parser
34 NCI_Parser::~NCI_Parser() { in ~NCI_Parser()
40 NCI_Parser* NCI_Parser::getInstance() { in getInstance()
42 mpNciParser = new NCI_Parser(); in getInstance()
48 void NCI_Parser::resetInstance() { in resetInstance()
54 if (!NCI_Parser::getInstance()->mTaskRunning) { in parsingTask()
61 NCI_Parser::getInstance()->decodeNciPacket(phOsalAdapt_GetData()); in parsingTask()
66 void NCI_Parser::initParser() { in initParser()
77 void NCI_Parser::deinitParser() { in deinitParser()
[all …]
DNCIParserInterface.cpp23 #define C_TO_CPP(c2cpp) (reinterpret_cast<NCI_Parser*>(c2cpp))
34 void* native_createParser() { return CPP_TO_C(NCI_Parser::getInstance()); } in native_createParser()
/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/inc/
DNCIParser.h28 class NCI_Parser : public NCI_Parser_Interface {
30 NCI_Parser();
32 static NCI_Parser* mpNciParser;
38 ~NCI_Parser();
41 static NCI_Parser* getInstance();