Searched refs:id_vendor (Results 1 - 15 of 15) sorted by relevance
/external/autotest/client/cros/cellular/mbim_compliance/ |
H A D | mbim_test_base.py | 24 def run_test(self, id_vendor=None, id_product=None, **kwargs): 28 To test a specific device based on VID/PID, add id_vendor=0xHHHH, 31 @param id_vendor: Specific vendor ID for the modem to be tested. 37 id_vendor=id_vendor, id_product=id_product) 39 self.device_context.id_vendor,
|
H A D | mbim_device_context.py | 25 def __init__(self, id_vendor=None, id_product=None): 29 @param id_vendor: Specific vendor ID for the modem to be tested. 34 self._device = self._find_device(id_vendor, id_product) 88 def _find_device(self, id_vendor, id_product): 92 @param id_vendor: Specific vendor ID for the modem to be tested. 99 if id_vendor is not None and id_product is not None: 100 device = core.find(idVendor=id_vendor, idProduct=id_product) 105 id_vendor, id_product)) 179 def id_vendor(self): member in class:MbimDeviceContext
|
/external/webrtc/talk/media/devices/ |
H A D | macdeviceinfo.cc | 41 std::string id_vendor = device.id.substr(vid_location, id_size); local 46 usb_id->append(id_vendor);
|
H A D | win32deviceinfo.cc | 47 std::string id_vendor = device.id.substr(vid_location + sizeof(vid) - 1, local 52 usb_id->append(id_vendor);
|
H A D | linuxdeviceinfo.cc | 155 std::string id_vendor; local 157 if (!GetUsbProperty(device, "idVendor", &id_vendor)) { 164 usb_id->append(id_vendor);
|
/external/autotest/client/cros/cellular/mbim_compliance/sequences/ |
H A D | get_descriptors_sequence.py | 44 (self.device_context.id_vendor,
|
/external/autotest/client/cros/cellular/mbim_compliance/tests/ |
H A D | cm_07.py | 43 {'idVendor': self.test_context.id_vendor,
|
H A D | cm_08.py | 46 {'idVendor': self.test_context.id_vendor,
|
H A D | cm_13.py | 60 {'idVendor': self.test_context.id_vendor,
|
H A D | cm_05.py | 48 {'idVendor': self.test_context.id_vendor,
|
/external/autotest/client/bin/input/ |
H A D | input_device.py | 225 self.id_vendor = gid[ID_VENDOR] 574 (self.id_bus, self.id_vendor, self.id_product, self.id_version))
|
/external/libdrm/include/drm/ |
H A D | drm.h | 565 unsigned short id_vendor; member in struct:drm_agp_info
|
/external/kernel-headers/original/uapi/drm/ |
H A D | drm.h | 578 unsigned short id_vendor; member in struct:drm_agp_info
|
/external/valgrind/include/vki/ |
H A D | vki-linux-drm.h | 311 unsigned short id_vendor; member in struct:vki_drm_agp_info
|
/external/libdrm/ |
H A D | xf86drm.c | 2027 return i.id_vendor;
|
Completed in 512 milliseconds