Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/
DNCIDecoderProp.cpp27 NCI_LxDebug_Decoder& NCI_Decoder_Prop::getLxDebugDecoder() { in getLxDebugDecoder()
28 return NCI_LxDebug_Decoder::getInstance(); in getLxDebugDecoder()
DNCILxDebugDecoder.cpp38 NCI_LxDebug_Decoder* NCI_LxDebug_Decoder::mLxDbgDecoder = nullptr;
49 NCI_LxDebug_Decoder::NCI_LxDebug_Decoder() in NCI_LxDebug_Decoder() function in NCI_LxDebug_Decoder
67 NCI_LxDebug_Decoder::~NCI_LxDebug_Decoder() { mLxDbgDecoder = nullptr; } in ~NCI_LxDebug_Decoder()
78 NCI_LxDebug_Decoder& NCI_LxDebug_Decoder::getInstance() { in getInstance()
80 mLxDbgDecoder = new NCI_LxDebug_Decoder; in getInstance()
95 void NCI_LxDebug_Decoder::setLxDebugModes(uint8_t* pNciPkt, in setLxDebugModes()
130 void NCI_LxDebug_Decoder::processLxDbgNciPkt(uint8_t* pNciPkt, in processLxDbgNciPkt()
187 void NCI_LxDebug_Decoder::parseL1DbgNtf(psLxNtfCoded_t psLxNtfCoded, in parseL1DbgNtf()
288 void NCI_LxDebug_Decoder::parseL2DbgNtf(psLxNtfCoded_t psLxNtfCoded, in parseL2DbgNtf()
444 void NCI_LxDebug_Decoder::printLxDebugInfo(psLxNtfDecoded_t psLxNtfDecoded) { in printLxDebugInfo()
[all …]
/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/inc/
DNCILxDebugDecoder.h148 class NCI_LxDebug_Decoder {
150 static NCI_LxDebug_Decoder* mLxDbgDecoder;
373 NCI_LxDebug_Decoder();
419 ~NCI_LxDebug_Decoder();
420 static NCI_LxDebug_Decoder& getInstance();
DNCIDecoderProp.h29 NCI_LxDebug_Decoder& getLxDebugDecoder();