Searched refs:m_stats_init (Results 1 – 1 of 1) sorted by relevance
198 void statsInit() { m_stats_init = true; }; /* mark stats as in use */ in statsInit()216 bool m_stats_init; /*< true if the specific decoder is using the stats */ variable224 m_stats_init(false) in TrcPktProcBase()233 m_stats_init(false) in TrcPktProcBase()436 return m_stats_init ? OCSD_OK : OCSD_ERR_NOT_INIT; in getStatsBlock()