Home
last modified time | relevance | path

Searched refs:CtxtIDBytes (Results 1 – 6 of 6) sorted by relevance

/external/OpenCSD/decoder/source/ptm/
Dtrc_cmp_cfg_ptm.cpp52 const int PtmConfig::CtxtIDBytes() const in CtxtIDBytes() function in PtmConfig
Dtrc_pkt_proc_ptm.cpp450 m_numCtxtIDBytes = m_config->CtxtIDBytes(); in pktISync()
649 m_numCtxtIDBytes = m_config->CtxtIDBytes(); in pktCtxtID()
/external/OpenCSD/decoder/source/etmv3/
Dtrc_cmp_cfg_etmv3.cpp59 const int EtmV3Config::CtxtIDBytes() const in CtxtIDBytes() function in EtmV3Config
Dtrc_pkt_proc_etmv3_impl.cpp485 m_bytesExpectedThisPkt = (short)(1 + m_config.CtxtIDBytes()); in processHeaderByte()
663 int ctxtIDBytes = m_config.CtxtIDBytes(); in processPayloadByte()
1026 int size = m_config.CtxtIDBytes(); in extractCtxtID()
1176 if(m_config.CtxtIDBytes() != 0) in OnISyncPacket()
/external/OpenCSD/decoder/include/opencsd/ptm/
Dtrc_cmp_cfg_ptm.h109 const int CtxtIDBytes() const; //!< number of context ID bytes traced 1,2,4;
/external/OpenCSD/decoder/include/opencsd/etmv3/
Dtrc_cmp_cfg_etmv3.h114 const int CtxtIDBytes() const; //!< number of context ID bytes traced 1,2,4;