Searched refs:m_supported_op_flags (Results 1 – 6 of 6) sorted by relevance
57 m_supported_op_flags = ETMV4_SUPPORTED_OP_FLAGS; in TrcPktProcEtmV4I()63 m_supported_op_flags = ETMV4_SUPPORTED_OP_FLAGS; in TrcPktProcEtmV4I()
203 m_supported_op_flags = ETMV4_SUPPORTED_DECODE_OP_FLAGS; in initDecoder()
53 m_supported_op_flags = ETMV3_SUPPORTED_OP_FLAGS; in TrcPktProcEtmV3()59 m_supported_op_flags = ETMV3_SUPPORTED_OP_FLAGS; in TrcPktProcEtmV3()
95 const uint32_t getSupportedOpModes() const { return m_supported_op_flags; }; in getSupportedOpModes()134 …uint32_t m_supported_op_flags; //!< supported component operational mode flags - derived clas… variable
84 m_supported_op_flags = 0; in Init()143 if( (~m_supported_op_flags & op_flags) != 0) in setComponentOpMode()
67 m_supported_op_flags = STM_SUPPORTED_OP_FLAGS; in initObj()