Home
last modified time | relevance | path

Searched defs:bEnable (Results 1 – 5 of 5) sorted by relevance

/external/OpenCSD/decoder/source/
Dtrc_frame_deformatter.cpp122 ocsd_err_t TraceFmtDcdImpl::OutputFilterIDs(std::vector<uint8_t> &id_list, bool bEnable) in OutputFilterIDs()
143 ocsd_err_t TraceFmtDcdImpl::OutputFilterAllIDs(bool bEnable) in OutputFilterAllIDs()
153 void TraceFmtDcdImpl::setRawChanFilterAll(bool bEnable) in setRawChanFilterAll()
847 ocsd_err_t TraceFormatterFrameDecoder::OutputFilterIDs(std::vector<uint8_t> &id_list, bool bEnable) in OutputFilterIDs()
852 ocsd_err_t TraceFormatterFrameDecoder::OutputFilterAllIDs(bool bEnable) in OutputFilterAllIDs()
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/apollo3evb/
Dimage_provider.cc82 void boost_mode_enable(tflite::ErrorReporter* error_reporter, bool bEnable) { in boost_mode_enable()
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/sparkfun_edge/
Dimage_provider.cc91 void burst_mode_enable(tflite::ErrorReporter* error_reporter, bool bEnable) { in burst_mode_enable()
/external/OpenCSD/decoder/include/mem_acc/
Dtrc_mem_acc_cache.h64 void enableCaching(bool bEnable) { m_bCacheEnabled = bEnable; }; in enableCaching()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp753 void CPWL_Wnd::EnableWindow(bool bEnable) { in EnableWindow()