Searched refs:vendorId (Results 1 – 5 of 5) sorted by relevance
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/ |
D | kernel_ExternalUsbPeripheralsDetectionStress.py | 119 vendorId = connected_device_dict['deviceInfo']['vendorId'] 136 if not ((vendorId + ':' + productId in lsusbOutput) and 138 vendorId, productId, manufacturer, productName) and
|
/external/rmi4utils/rmidevice/ |
D | hiddevice.h | 81 static bool LookupHidDeviceName(int bus, int vendorId, int productId, std::string &deviceName);
|
D | hiddevice.cpp | 688 bool HIDDevice::LookupHidDeviceName(int bus, int vendorId, int productId, std::string & deviceName) in LookupHidDeviceName() argument 695 snprintf(devicePrefix, 15, "%04X:%04X:%04X", bus, vendorId, productId); in LookupHidDeviceName()
|
/external/autotest/client/common_lib/ |
D | smogcheck_tpm.py | 122 vendorId = [i for i in vi.tpmVendorID if i] 123 logging.info(' TPM Vendor ID: %s', ''.join(vendorId))
|
/external/tcpdump/ |
D | print-sctp.c | 184 uint32_t vendorId; /* vendor ID from RFC 1700 */ member
|