• Home
  • Raw
  • Download

Lines Matching refs:HdcHostUSB

21 HdcHostUSB::HdcHostUSB(const bool serverOrDaemonIn, void *ptrMainBase, void *ctxUSBin)  in HdcHostUSB()  function in Hdc::HdcHostUSB
30 HdcHostUSB::~HdcHostUSB() in ~HdcHostUSB()
38 void HdcHostUSB::Stop() in Stop()
47 int HdcHostUSB::Initial() in Initial()
95 void HdcHostUSB::InitLogging(void *ctxUSB) in InitLogging()
137 bool HdcHostUSB::DetectMyNeed(libusb_device *device, string &sn) in DetectMyNeed()
176 void HdcHostUSB::KickoutZombie(HSession hSession) in KickoutZombie()
191 void HdcHostUSB::RemoveIgnoreDevice(string &mountInfo) in RemoveIgnoreDevice()
198 void HdcHostUSB::ReviewUsbNodeLater(string &nodeKey) in ReviewUsbNodeLater()
208 void HdcHostUSB::WatchUsbNodeChange(uv_timer_t *handle) in WatchUsbNodeChange()
210 HdcHostUSB *thisClass = (HdcHostUSB *)handle->data; in WatchUsbNodeChange()
239 bool HdcHostUSB::HasValidDevice(libusb_device *device) in HasValidDevice()
264 void HdcHostUSB::UsbWorkThread(void *arg) in UsbWorkThread()
266 HdcHostUSB *thisClass = (HdcHostUSB *)arg; in UsbWorkThread()
277 int HdcHostUSB::StartupUSBWork() in StartupUSBWork()
288 int HdcHostUSB::CheckDescriptor(HUSB hUSB, libusb_device_descriptor& desc) in CheckDescriptor()
316 void HdcHostUSB::UpdateUSBDaemonInfo(HUSB hUSB, HSession hSession, uint8_t connStatus) in UpdateUSBDaemonInfo()
338 bool HdcHostUSB::IsDebuggableDev(const struct libusb_interface_descriptor *ifDescriptor) in IsDebuggableDev()
355 int HdcHostUSB::CheckActiveConfig(libusb_device *device, HUSB hUSB, libusb_device_descriptor& desc) in CheckActiveConfig()
386 void HdcHostUSB::CheckUsbEndpoint(int& ret, HUSB hUSB, libusb_config_descriptor *descConfig) in CheckUsbEndpoint()
423 void HdcHostUSB::CancelUsbIo(HSession hSession) in CancelUsbIo()
448 int HdcHostUSB::UsbToHdcProtocol(uv_stream_t *stream, uint8_t *appendData, int dataSize) in UsbToHdcProtocol()
492 void LIBUSB_CALL HdcHostUSB::USBBulkCallback(struct libusb_transfer *transfer) in USBBulkCallback()
523 int HdcHostUSB::SubmitUsbBio(HSession hSession, bool sendOrRecv, uint8_t *buf, int bufSize) in SubmitUsbBio()
560 void HdcHostUSB::BeginUsbRead(HSession hSession) in BeginUsbRead()
595 int HdcHostUSB::OpenDeviceMyNeed(HUSB hUSB) in OpenDeviceMyNeed()
623 int HdcHostUSB::SendUSBRaw(HSession hSession, uint8_t *data, const int length) in SendUSBRaw()
639 bool HdcHostUSB::FindDeviceByID(HUSB hUSB, const char *usbMountPoint, libusb_context *ctxUSB) in FindDeviceByID()
688 bool HdcHostUSB::ReadyForWorkThread(HSession hSession) in ReadyForWorkThread()
695 HSession HdcHostUSB::ConnectDetectDaemon(const HSession hSession, const HDaemonInfo pdi) in ConnectDetectDaemon()