Searched refs:mpNciPropDecoder (Results 1 – 2 of 2) sorted by relevance
30 if (mpNciPropDecoder == nullptr) mpNciPropDecoder = new NCI_Decoder_Prop(); in NCI_Parser()36 delete mpNciPropDecoder; in ~NCI_Parser()102 if (mpNciPropDecoder != nullptr) { in decodeNciPacket()103 mpNciPropDecoder->getLxDebugDecoder().processLxDbgNciPkt(nciPacket->buffer, in decodeNciPacket()
33 NCI_Decoder_Prop* mpNciPropDecoder = nullptr; variable