Home
last modified time | relevance | path

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

/developtools/hdc/src/daemon/
Ddaemon.h41 void InitMod(bool bEnableTCP, bool bEnableUSB, bool bEnableBridge, bool bEnableUART);
43 void InitMod(bool bEnableTCP, bool bEnableUSB, bool bEnableUART);
46 void InitMod(bool bEnableTCP, bool bEnableUSB, bool bEnableBridge);
48 void InitMod(bool bEnableTCP, bool bEnableUSB);
Ddaemon.cpp114 void HdcDaemon::InitMod(bool bEnableTCP, bool bEnableUSB, [[maybe_unused]] bool bEnableUART) in InitMod() argument
116 void HdcDaemon::InitMod(bool bEnableTCP, bool bEnableUSB) in InitMod()
121 WRITE_LOG(LOG_DEBUG, "bEnableTCP:%d,bEnableUSB:%d", bEnableTCP, bEnableUSB); in InitMod()
132 if (bEnableUSB) { in InitMod()
171 void HdcDaemon::InitMod(bool bEnableTCP, bool bEnableUSB, bool bEnableBridge, [[maybe_unused]] bool… in InitMod() argument
173 InitMod(bEnableTCP, bEnableUSB, bEnableUART); in InitMod()
175 void HdcDaemon::InitMod(bool bEnableTCP, bool bEnableUSB, bool bEnableBridge) in InitMod()
177 InitMod(bEnableTCP, bEnableUSB); in InitMod()