Home
last modified time | relevance | path

Searched refs:p0_elem_t (Results 1 – 2 of 2) sorted by relevance

/external/OpenCSD/decoder/include/opencsd/etmv4/
Dtrc_etmv4_stack_elem.h62 } p0_elem_t; typedef
71 …TrcStackElem(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, const…
74 const p0_elem_t getP0Type() const { return m_P0_type; }; in getP0Type()
82 p0_elem_t m_P0_type;
89 inline TrcStackElem::TrcStackElem(p0_elem_t p0_type, const bool isP0, ocsd_etmv4_i_pkt_type root_pk… in TrcStackElem()
279 …TrcStackElemParam(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, …
292 inline TrcStackElemParam::TrcStackElemParam(const p0_elem_t p0_type, const bool isP0, const ocsd_et… in TrcStackElemParam()
325 …TrcStackElemParam *createParamElem(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pk…
326 …TrcStackElem *createParamElemNoParam(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_…
/external/OpenCSD/decoder/source/etmv4/
Dtrc_etmv4_stack_elem.cpp39 TrcStackElem *EtmV4P0Stack::createParamElemNoParam(const p0_elem_t p0_type, const bool isP0, const … in createParamElemNoParam()
52 TrcStackElemParam *EtmV4P0Stack::createParamElem(const p0_elem_t p0_type, const bool isP0, const oc… in createParamElem()