Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/include/common/
Dtrc_frame_deformatter.h82 ocsd_err_t OutputFilterAllIDs(bool bEnable);
/external/OpenCSD/decoder/source/
Dtrc_frame_deformatter_impl.h70 ocsd_err_t OutputFilterAllIDs(bool bEnable);
Dtrc_frame_deformatter.cpp143 ocsd_err_t TraceFmtDcdImpl::OutputFilterAllIDs(bool bEnable) in OutputFilterAllIDs() function in TraceFmtDcdImpl
852 ocsd_err_t TraceFormatterFrameDecoder::OutputFilterAllIDs(bool bEnable) in OutputFilterAllIDs() function in TraceFormatterFrameDecoder
854 return (m_pDecoder == 0) ? OCSD_ERR_NOT_INIT : m_pDecoder->OutputFilterAllIDs(bEnable); in OutputFilterAllIDs()
Docsd_dcd_tree.cpp590 err = m_frame_deformatter_root->OutputFilterAllIDs(false); in setIDFilter()
602 err = m_frame_deformatter_root->OutputFilterAllIDs(true); in clearIDFilter()