Searched refs:NCI_LxDebug_Decoder (Results 1 – 4 of 4) sorted by relevance
27 NCI_LxDebug_Decoder& NCI_Decoder_Prop::getLxDebugDecoder() { in getLxDebugDecoder()28 return NCI_LxDebug_Decoder::getInstance(); in getLxDebugDecoder()
38 NCI_LxDebug_Decoder* NCI_LxDebug_Decoder::mLxDbgDecoder = nullptr;49 NCI_LxDebug_Decoder::NCI_LxDebug_Decoder() in NCI_LxDebug_Decoder() function in NCI_LxDebug_Decoder67 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 …]
148 class NCI_LxDebug_Decoder {150 static NCI_LxDebug_Decoder* mLxDbgDecoder;373 NCI_LxDebug_Decoder();419 ~NCI_LxDebug_Decoder();420 static NCI_LxDebug_Decoder& getInstance();
29 NCI_LxDebug_Decoder& getLxDebugDecoder();