Home
last modified time | relevance | path

Searched refs:parseNciPacket (Results 1 – 4 of 4) sorted by relevance

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/inc/
DNCIParserInterface.h29 virtual void parseNciPacket(unsigned char* msg, unsigned short len) = 0;
DNCIParser.h44 void parseNciPacket(unsigned char* pMsg, unsigned short len);
/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/
DNCIParserInterface.cpp43 C_TO_CPP(psNNP)->parseNciPacket(msg, len); in native_parseNciMsg()
DNCIParser.cpp88 void NCI_Parser::parseNciPacket(unsigned char* pMsg, unsigned short len) { in parseNciPacket() function in NCI_Parser