OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:config_desc
(Results
1 - 3
of
3
) sorted by null
/development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp
222
USB_CONFIGURATION_DESCRIPTOR
config_desc
;
223
if (AdbGetUsbConfigurationDescriptor(interface_handle, &
config_desc
)) {
225
printf("\n bLength = %u",
config_desc
.bLength);
226
printf("\n bDescriptorType = %u",
config_desc
.bDescriptorType);
227
printf("\n wTotalLength = %u",
config_desc
.wTotalLength);
228
printf("\n bNumInterfaces = %u",
config_desc
.bNumInterfaces);
229
printf("\n bConfigurationValue = %u",
config_desc
.bConfigurationValue);
230
printf("\n iConfiguration = %u",
config_desc
.iConfiguration);
231
printf("\n bmAttributes = %u",
config_desc
.bmAttributes);
232
printf("\n MaxPower = %u",
config_desc
.MaxPower);
221
USB_CONFIGURATION_DESCRIPTOR
config_desc
;
local
[
all
...]
/external/chromium_org/content/browser/gamepad/
xbox_data_fetcher_mac.cc
217
IOUSBConfigurationDescriptorPtr
config_desc
;
local
218
kr = (*device_)->GetConfigurationDescriptorPtr(device_, 0, &
config_desc
);
221
kr = (*device_)->SetConfiguration(device_,
config_desc
->bConfigurationValue);
/external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c
750
unsigned char *
config_desc
;
local
764
r = op_get_config_descriptor_by_value(dev, config, &
config_desc
,
770
memcpy(buffer,
config_desc
, len);
[
all
...]
Completed in 296 milliseconds