Searched refs:sessionIdOld (Results 1 - 4 of 4) sorted by relevance
/developtools/hdc/src/common/ |
H A D | usb.h | 50 void PreSendUsbSoftReset(HSession hSession, uint32_t sessionIdOld);
|
H A D | usb.cpp | 137 void HdcUSBBase::PreSendUsbSoftReset(HSession hSession, uint32_t sessionIdOld) in PreSendUsbSoftReset() argument 144 auto header = BuildPacketHeader(sessionIdOld, USB_OPTION_RESET, 0); in PreSendUsbSoftReset()
|
/developtools/hdc/src/host/ |
H A D | host_usb.h | 60 void SendSoftResetToDaemon(HSession hSession, uint32_t sessionIdOld);
|
H A D | host_usb.cpp | 776 void HdcHostUSB::SendSoftResetToDaemon(HSession hSession, uint32_t sessionIdOld) in SendSoftResetToDaemon() argument 780 WRITE_LOG(LOG_INFO, "SendSoftResetToDaemon sid:%u sidOld:%u", hSession->sessionId, sessionIdOld); in SendSoftResetToDaemon() 781 auto header = BuildPacketHeader(sessionIdOld, USB_OPTION_RESET, 0); in SendSoftResetToDaemon()
|
Completed in 3 milliseconds