Searched refs:id_vendor (Results 1 - 15 of 15) sorted by relevance

/external/autotest/client/cros/cellular/mbim_compliance/
H A Dmbim_test_base.py24 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 Dmbim_device_context.py25 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 Dmacdeviceinfo.cc41 std::string id_vendor = device.id.substr(vid_location, id_size); local
46 usb_id->append(id_vendor);
H A Dwin32deviceinfo.cc47 std::string id_vendor = device.id.substr(vid_location + sizeof(vid) - 1, local
52 usb_id->append(id_vendor);
H A Dlinuxdeviceinfo.cc155 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 Dget_descriptors_sequence.py44 (self.device_context.id_vendor,
/external/autotest/client/cros/cellular/mbim_compliance/tests/
H A Dcm_07.py43 {'idVendor': self.test_context.id_vendor,
H A Dcm_08.py46 {'idVendor': self.test_context.id_vendor,
H A Dcm_13.py60 {'idVendor': self.test_context.id_vendor,
H A Dcm_05.py48 {'idVendor': self.test_context.id_vendor,
/external/autotest/client/bin/input/
H A Dinput_device.py225 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 Ddrm.h565 unsigned short id_vendor; member in struct:drm_agp_info
/external/kernel-headers/original/uapi/drm/
H A Ddrm.h578 unsigned short id_vendor; member in struct:drm_agp_info
/external/valgrind/include/vki/
H A Dvki-linux-drm.h311 unsigned short id_vendor; member in struct:vki_drm_agp_info
/external/libdrm/
H A Dxf86drm.c2027 return i.id_vendor;

Completed in 262 milliseconds