Searched refs:bEnable (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/opencsd/decoder/source/ |
| H A D | trc_frame_deformatter.cpp | 123 ocsd_err_t TraceFmtDcdImpl::OutputFilterIDs(std::vector<uint8_t> &id_list, bool bEnable) in OutputFilterIDs() argument 136 m_IDStreams[id].set_enabled(bEnable); in OutputFilterIDs() 137 m_raw_chan_enable[id] = bEnable; in OutputFilterIDs() 144 ocsd_err_t TraceFmtDcdImpl::OutputFilterAllIDs(bool bEnable) in OutputFilterAllIDs() argument 148 m_IDStreams[id].set_enabled(bEnable); in OutputFilterAllIDs() 150 setRawChanFilterAll(bEnable); in OutputFilterAllIDs() 154 void TraceFmtDcdImpl::setRawChanFilterAll(bool bEnable) in setRawChanFilterAll() argument 158 m_raw_chan_enable[i] = bEnable; in setRawChanFilterAll() 943 ocsd_err_t TraceFormatterFrameDecoder::OutputFilterIDs(std::vector<uint8_t> &id_list, bool bEnable) in OutputFilterIDs() argument 945 return (m_pDecoder == 0) ? OCSD_ERR_NOT_INIT : m_pDecoder->OutputFilterIDs(id_list,bEnable); in OutputFilterIDs() [all …]
|
| H A D | trc_frame_deformatter_impl.h | 69 ocsd_err_t OutputFilterIDs(std::vector<uint8_t> &id_list, bool bEnable); 70 ocsd_err_t OutputFilterAllIDs(bool bEnable); 115 void setRawChanFilterAll(bool bEnable);
|
| /src/contrib/opencsd/decoder/include/common/ |
| H A D | trc_frame_deformatter.h | 84 ocsd_err_t OutputFilterIDs(std::vector<uint8_t> &id_list, bool bEnable); 85 ocsd_err_t OutputFilterAllIDs(bool bEnable);
|
| /src/contrib/opencsd/decoder/include/mem_acc/ |
| H A D | trc_mem_acc_cache.h | 64 void enableCaching(bool bEnable) { m_bCacheEnabled = bEnable; }; in enableCaching() argument
|
| /src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_lcn.c | 1023 static void wlc_lcnphy_set_tx_gain_override(struct brcms_phy *pi, bool bEnable) in wlc_lcnphy_set_tx_gain_override() argument 1025 u16 bit = bEnable ? 1 : 0; in wlc_lcnphy_set_tx_gain_override() 3208 void wlc_lcnphy_tx_pu(struct brcms_phy *pi, bool bEnable) in wlc_lcnphy_tx_pu() argument 3210 if (!bEnable) { in wlc_lcnphy_tx_pu()
|
| H A D | phy_int.h | 967 void wlc_lcnphy_tx_pu(struct brcms_phy *pi, bool bEnable);
|
| /src/contrib/sqlite3/ |
| H A D | sqlite3.h | 11345 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);
|
| H A D | sqlite3.c | 11664 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable); 228183 int bEnable; /* True if currently recording */ 230073 if( pSession->bEnable==0 ) continue; 230480 pNew->bEnable = 1; 231356 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable){ 231359 if( bEnable>=0 ){ 231360 pSession->bEnable = bEnable; 231362 ret = pSession->bEnable;
|