Home
last modified time | relevance | path

Searched refs:vendorId (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/
Dkernel_ExternalUsbPeripheralsDetectionStress.py119 vendorId = connected_device_dict['deviceInfo']['vendorId']
136 if not ((vendorId + ':' + productId in lsusbOutput) and
138 vendorId, productId, manufacturer, productName) and
/external/rmi4utils/rmidevice/
Dhiddevice.h81 static bool LookupHidDeviceName(int bus, int vendorId, int productId, std::string &deviceName);
Dhiddevice.cpp688 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/
Dsmogcheck_tpm.py122 vendorId = [i for i in vi.tpmVendorID if i]
123 logging.info(' TPM Vendor ID: %s', ''.join(vendorId))
/external/tcpdump/
Dprint-sctp.c184 uint32_t vendorId; /* vendor ID from RFC 1700 */ member