Searched refs:ocsd_gen_trc_elem_t (Results 1 – 8 of 8) sorted by relevance
53 OcsdTraceElement(ocsd_gen_trc_elem_t type);60 void setType(const ocsd_gen_trc_elem_t type); //!< set type and init flags61 void updateType(const ocsd_gen_trc_elem_t type); //!< change type only - no init96 const ocsd_gen_trc_elem_t getType() const { return elem_type; }; in getType()109 inline OcsdTraceElement::OcsdTraceElement(ocsd_gen_trc_elem_t type) in OcsdTraceElement()146 inline void OcsdTraceElement::setType(const ocsd_gen_trc_elem_t type) in setType()154 inline void OcsdTraceElement::updateType(const ocsd_gen_trc_elem_t type) in updateType()
57 ocsd_err_t addElemType(const ocsd_trc_index_t trc_pkt_idx, ocsd_gen_trc_elem_t elem_type);
70 …const ocsd_gen_trc_elem_t getElemType(const int entryN) const; //!< get the type for the nth el…
68 } ocsd_gen_trc_elem_t; typedef114 …ocsd_gen_trc_elem_t elem_type; /**< Element type - remaining data interpreted according to this …
83 const ocsd_gen_trc_elem_t OcsdGenElemList::getElemType(const int entryN) const in getElemType()85 ocsd_gen_trc_elem_t elem_type = OCSD_GEN_TRC_ELEM_UNKNOWN; in getElemType()
84 ocsd_err_t OcsdGenElemStack::addElemType(const ocsd_trc_index_t trc_pkt_idx, ocsd_gen_trc_elem_t el… in addElemType()
460 OCSD_C_API void ocsd_gen_elem_init(ocsd_generic_trace_elem *p_pkt, const ocsd_gen_trc_elem_t elem_t…
457 OCSD_C_API void ocsd_gen_elem_init(ocsd_generic_trace_elem *p_pkt, const ocsd_gen_trc_elem_t elem_t… in ocsd_gen_elem_init()