Home
last modified time | relevance | path

Searched refs:sessionIdOld (Results 1 - 4 of 4) sorted by relevance

/developtools/hdc/src/common/
H A Dusb.h50 void PreSendUsbSoftReset(HSession hSession, uint32_t sessionIdOld);
H A Dusb.cpp137 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 Dhost_usb.h60 void SendSoftResetToDaemon(HSession hSession, uint32_t sessionIdOld);
H A Dhost_usb.cpp776 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