Searched refs:stringDescriptor (Results 1 – 6 of 6) sorted by relevance
180 private StringUSBDescriptor stringDescriptor = null; field in Antmicro.Renode.Peripherals.USBDeprecated.USBKeyboard211 stringDescriptor = new StringUSBDescriptor(1); in GetDescriptor()212 stringDescriptor.LangId[0] = EnglishLangId; in GetDescriptor()216 … stringDescriptor = new StringUSBDescriptor(stringValues[setupPacket.index][index]); in GetDescriptor()218 controlPacket = new byte[stringDescriptor.ToArray().Length]; in GetDescriptor()219 stringDescriptor.ToArray().CopyTo(controlPacket, 0); in GetDescriptor()220 return stringDescriptor.ToArray(); in GetDescriptor()
185 stringDescriptor = new StringUSBDescriptor(1); in GetDescriptor()186 stringDescriptor.LangId[0] = EnglishLangId; in GetDescriptor()190 … stringDescriptor = new StringUSBDescriptor(stringValues[setupPacket.index][index]); in GetDescriptor()192 controlPacket = new byte[stringDescriptor.ToArray().Length]; in GetDescriptor()193 stringDescriptor.ToArray().CopyTo(controlPacket, 0); in GetDescriptor()194 return stringDescriptor.ToArray(); in GetDescriptor()351 private StringUSBDescriptor stringDescriptor = null; field in Antmicro.Renode.Peripherals.USBDeprecated.USBTablet
169 private StringUSBDescriptor stringDescriptor = null; field in Antmicro.Renode.Peripherals.USBDeprecated.USBMouse200 stringDescriptor = new StringUSBDescriptor(1); in GetDescriptor()201 stringDescriptor.LangId[0] = EnglishLangId; in GetDescriptor()205 … stringDescriptor = new StringUSBDescriptor(stringValues[setupPacket.index][index]); in GetDescriptor()207 controlPacket = new byte[stringDescriptor.ToArray().Length]; in GetDescriptor()208 stringDescriptor.ToArray().CopyTo(controlPacket, 0); in GetDescriptor()209 return stringDescriptor.ToArray(); in GetDescriptor()
417 stringDescriptor = new StringUSBDescriptor(1); in GetDescriptor()418 stringDescriptor.LangId[0] = EnglishLangId; in GetDescriptor()422 … stringDescriptor = new StringUSBDescriptor(stringValues[setupPacket.index][index]); in GetDescriptor()424 controlPacket = new byte[stringDescriptor.ToArray().Length]; in GetDescriptor()425 stringDescriptor.ToArray().CopyTo(controlPacket, 0); in GetDescriptor()426 return stringDescriptor.ToArray(); in GetDescriptor()572 private StringUSBDescriptor stringDescriptor = null; field in Antmicro.Renode.Peripherals.USBDeprecated.UsbHub
131 stringDescriptor = new StringUSBDescriptor(1); in GetDescriptor()132 stringDescriptor.LangId[0] = EnglishLangId; in GetDescriptor()138 … stringDescriptor = new StringUSBDescriptor(stringValues[setupPacket.index][index]); in GetDescriptor()142 stringDescriptor = new StringUSBDescriptor(""); in GetDescriptor()146 controlPacket = new byte[stringDescriptor.ToArray().Length]; in GetDescriptor()147 stringDescriptor.ToArray().CopyTo(controlPacket, 0); in GetDescriptor()148 return stringDescriptor.ToArray(); in GetDescriptor()478 private StringUSBDescriptor stringDescriptor = null; field in Antmicro.Renode.Peripherals.USBDeprecated.SMSC9500
134 stringDescriptor = new StringUSBDescriptor(1); in GetDescriptor()135 stringDescriptor.LangId[0] = EnglishLangId; in GetDescriptor()139 … stringDescriptor = new StringUSBDescriptor(stringValues[setupPacket.index][index]); in GetDescriptor()141 controlPacket = stringDescriptor.ToArray(); in GetDescriptor()569 private StringUSBDescriptor stringDescriptor; field in Antmicro.Renode.Peripherals.USBDeprecated.MassStorage