Lines Matching refs:HostUsb
50 HostUsb::HostUsb()
58 HostUsb::~HostUsb()
65 void HostUsb::Stop()
81 void HostUsb::UsbWorkThread(void *arg)
83 HostUsb *thisClass = (HostUsb *)arg;
93 void HostUsb::WatchUsbNodeChange(void *arg)
95 HostUsb *thisClass = (HostUsb *)arg;
119 void HostUsb::ReviewUsbNodeLater(string &nodeKey)
126 bool HostUsb::HasValidDevice(libusb_device *device)
149 bool HostUsb::IsDebuggableDev(const struct libusb_interface_descriptor *ifDescriptor)
166 bool HostUsb::DetectMyNeed(libusb_device *device, string &sn)
185 void HostUsb::UpdateUSBDaemonInfo(HUSB hUSB, uint8_t connStatus)
209 int HostUsb::OpenDeviceMyNeed(HUSB hUSB)
243 int HostUsb::CheckDescriptor(HUSB hUSB, libusb_device_descriptor& desc)
268 int HostUsb::CheckActiveConfig(libusb_device *device, HUSB hUSB, libusb_device_descriptor& desc)
270 int HostUsb::CheckActiveConfig(libusb_device *device, HUSB hUSB)
301 void HostUsb::CheckUsbEndpoint(int& ret, HUSB hUSB, libusb_config_descriptor *descConfig)
336 bool HostUsb::FindDeviceByID(HUSB hUSB, const char *usbMountPoint, libusb_context *ctxUSB)
384 void HostUsb::CancelUsbIo(HUSB hUSB)
405 void HostUsb::RemoveIgnoreDevice(string &mountInfo)
412 void LIBUSB_CALL HostUsb::USBBulkCallback(struct libusb_transfer *transfer)
441 PersistBuffer HostUsb::ReadUsbIO(HUSB hUSB, int exceptedSize)
473 HUSB HostUsb::GetUsbDevice(std::string connectKey)
478 int HostUsb::WriteUsbIO(HUSB hUSB, SerializedBuffer buf)
507 int HostUsb::Initial()
569 string HostUsb::GetDaemonMapList(uint8_t opType)
599 string HostUsb::AdminDaemonMap(uint8_t opType, const string &connectKey, HDaemonInfo &hDaemonInfoInOut)