Lines Matching defs:hSession
161 HSession hSession = hdcServer->MallocSession(true, CONN_USB, this); in DetectMyNeed() local
183 void HdcHostUSB::KickoutZombie(HSession hSession) in KickoutZombie()
326 void HdcHostUSB::UpdateUSBDaemonInfo(HUSB hUSB, HSession hSession, uint8_t connStatus) in UpdateUSBDaemonInfo()
440 void HdcHostUSB::CancelUsbIo(HSession hSession) in CancelUsbIo()
467 HSession hSession = (HSession)stream->data; in UsbToHdcProtocol() local
541 int HdcHostUSB::SubmitUsbBio(HSession hSession, bool sendOrRecv, uint8_t *buf, int bufSize) in SubmitUsbBio()
580 void HdcHostUSB::BeginUsbRead(HSession hSession) in BeginUsbRead()
661 int HdcHostUSB::SendUSBRaw(HSession hSession, uint8_t *data, const int length) in SendUSBRaw()
730 bool HdcHostUSB::ReadyForWorkThread(HSession hSession) in ReadyForWorkThread()
737 HSession HdcHostUSB::ConnectDetectDaemon(const HSession hSession, const HDaemonInfo pdi) in ConnectDetectDaemon()
778 void HdcHostUSB::SendSoftResetToDaemon(HSession hSession, uint32_t sessionIdOld) in SendSoftResetToDaemon()