Home
last modified time | relevance | path

Searched refs:LooperControl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/include/
H A Doutput_controller.h129 void LooperControl();
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/src/
H A Doutput_controller.cpp72 controlThread_ = std::make_unique<std::thread>(&OutputController::LooperControl, this); in StartControl()
221 void OutputController::LooperControl() in LooperControl() function in OHOS::DistributedHardware::OutputController