Searched refs:CONN_USB (Results 1 – 5 of 5) sorted by relevance
| /developtools/hdc/src/common/ |
| D | define_plus.h | 66 enum ConnType { CONN_USB = 0, CONN_TCP, CONN_SERIAL, CONN_BT }; enumerator 445 connType = CONN_USB; in HdcSession()
|
| D | session.cpp | 226 if (hs->connType != CONN_USB) { in EnumUSBDeviceRegister() 263 if (hs->connType == CONN_USB) { in QueryUSBDeviceRegister() 366 case CONN_USB: { in MallocSessionByConnectType() 490 if (hSession->connType == CONN_USB) { in FreeSessionByConnectType() 795 case CONN_USB: { in SendByProtocol()
|
| /developtools/hdc/src/host/ |
| D | server.cpp | 231 case CONN_USB: in BuildDaemonVisableLine() 788 connType = CONN_USB; in CreateConnect() 817 hSession = MallocSession(true, CONN_USB, clsUSBClt); in CreateConnect()
|
| D | host_usb.cpp | 161 HSession hSession = hdcServer->MallocSession(true, CONN_USB, this); in DetectMyNeed() 328 di.connType = CONN_USB; in UpdateUSBDaemonInfo()
|
| /developtools/hdc/src/daemon/ |
| D | daemon_usb.cpp | 362 HSession hChildSession = daemon->MallocSession(false, CONN_USB, this, sessionId); in PrepareNewSession()
|