Searched refs:bEnable (Results 1 – 5 of 5) sorted by relevance
122 ocsd_err_t TraceFmtDcdImpl::OutputFilterIDs(std::vector<uint8_t> &id_list, bool bEnable) in OutputFilterIDs() argument135 m_IDStreams[id].set_enabled(bEnable); in OutputFilterIDs()136 m_raw_chan_enable[id] = bEnable; in OutputFilterIDs()143 ocsd_err_t TraceFmtDcdImpl::OutputFilterAllIDs(bool bEnable) in OutputFilterAllIDs() argument147 m_IDStreams[id].set_enabled(bEnable); in OutputFilterAllIDs()149 setRawChanFilterAll(bEnable); in OutputFilterAllIDs()153 void TraceFmtDcdImpl::setRawChanFilterAll(bool bEnable) in setRawChanFilterAll() argument157 m_raw_chan_enable[i] = bEnable; in setRawChanFilterAll()834 ocsd_err_t TraceFormatterFrameDecoder::OutputFilterIDs(std::vector<uint8_t> &id_list, bool bEnable) in OutputFilterIDs() argument836 return (m_pDecoder == 0) ? OCSD_ERR_NOT_INIT : m_pDecoder->OutputFilterIDs(id_list,bEnable); in OutputFilterIDs()[all …]
69 ocsd_err_t OutputFilterIDs(std::vector<uint8_t> &id_list, bool bEnable);70 ocsd_err_t OutputFilterAllIDs(bool bEnable);113 void setRawChanFilterAll(bool bEnable);
81 ocsd_err_t OutputFilterIDs(std::vector<uint8_t> &id_list, bool bEnable);82 ocsd_err_t OutputFilterAllIDs(bool bEnable);
11020 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);
11333 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);220999 int bEnable; /* True if currently recording */222856 if( pSession->bEnable==0 ) continue;223234 pNew->bEnable = 1;224102 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable){224105 if( bEnable>=0 ){224106 pSession->bEnable = bEnable;224108 ret = pSession->bEnable;