Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/include/opencsd/ptm/
Dtrc_pkt_decode_ptm.h51 void initAtomPkt(const ocsd_pkt_atom &atom, const ocsd_trc_index_t &root_index);
65 inline void PtmAtoms::initAtomPkt(const ocsd_pkt_atom &atom, const ocsd_trc_index_t &root_index) in initAtomPkt() function
/external/OpenCSD/decoder/include/opencsd/etmv3/
Dtrc_pkt_decode_etmv3.h55 void initAtomPkt(const EtmV3TrcPacket *in_pkt, const ocsd_trc_index_t &root_index);
94 inline void Etmv3Atoms::initAtomPkt(const EtmV3TrcPacket *in_pkt, const ocsd_trc_index_t &root_inde… in initAtomPkt() function
/external/OpenCSD/decoder/source/etmv3/
Dtrc_pkt_decode_etmv3.cpp557 atoms.initAtomPkt(m_curr_packet_in,m_index_curr_pkt); in processPHdr()
/external/OpenCSD/decoder/source/ptm/
Dtrc_pkt_decode_ptm.cpp305 m_atoms.initAtomPkt(m_curr_packet_in->getAtom(),m_index_curr_pkt); in decodePacket()