Searched refs:handleConvert (Results 1 – 1 of 1) sorted by relevance
62 const UsbInterfaceHandle *handleConvert = reinterpret_cast<const UsbInterfaceHandle *>(handle); in ReleaseUsbInterface() local63 ret = GetInterfaceByHandle(handleConvert, &interface); in ReleaseUsbInterface()69 ret = UsbCloseInterface(handleConvert); in ReleaseUsbInterface()218 const UsbInterfaceHandle *handleConvert = reinterpret_cast<const UsbInterfaceHandle *>(handle); in SelectInterfaceSetting() local219 return UsbSelectInterfaceSetting(handleConvert, settingIndex, &interface); in SelectInterfaceSetting()231 const UsbInterfaceHandle *handleConvert = reinterpret_cast<const UsbInterfaceHandle *>(handle); in GetCurrentInterfaceSetting() local232 return UsbGetInterfaceSetting(handleConvert, &settingIndex); in GetCurrentInterfaceSetting()245 const UsbInterfaceHandle *handleConvert = reinterpret_cast<const UsbInterfaceHandle *>(handle); in SendControlReadRequest() local246 struct UsbRequest *request = UsbAllocRequest(handleConvert, 0, MAX_CONTROL_BUFF_SIZE); in SendControlReadRequest()265 ret = UsbFillRequest(request, handleConvert, ¶ms); in SendControlReadRequest()[all …]