Home
last modified time | relevance | path

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

/aosp12/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/
H A 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()
605 void NCI_LxDebug_Decoder::decodeTimeStamp( in decodeTimeStamp()
656 void NCI_LxDebug_Decoder::decodeRSSIValues( in decodeRSSIValues()
716 void NCI_LxDebug_Decoder::decodeAPCTable( in decodeAPCTable()
814 void NCI_LxDebug_Decoder::decodeCLIFFState( in decodeCLIFFState()
834 void NCI_LxDebug_Decoder::decodeTriggerType( in decodeTriggerType()
[all …]
H A DNCIDecoderProp.cpp27 NCI_LxDebug_Decoder& NCI_Decoder_Prop::getLxDebugDecoder() { in getLxDebugDecoder()
28 return NCI_LxDebug_Decoder::getInstance(); in getLxDebugDecoder()
/aosp12/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/inc/
H A 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();
H A DNCIDecoderProp.h29 NCI_LxDebug_Decoder& getLxDebugDecoder();