Home
last modified time | relevance | path

Searched refs:id_vendor (Results 1 – 17 of 17) sorted by relevance

/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_device_context.py25 def __init__(self, id_vendor=None, id_product=None): argument
34 self._device = self._find_device(id_vendor, id_product)
88 def _find_device(self, id_vendor, id_product): argument
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 MbimDeviceContext
Dmbim_test_base.py24 def run_test(self, id_vendor=None, id_product=None, **kwargs): argument
37 id_vendor=id_vendor, id_product=id_product)
39 self.device_context.id_vendor,
/external/webrtc/talk/media/devices/
Dlinuxdeviceinfo.cc155 std::string id_vendor; in GetUsbId() local
157 if (!GetUsbProperty(device, "idVendor", &id_vendor)) { in GetUsbId()
164 usb_id->append(id_vendor); in GetUsbId()
Dmacdeviceinfo.cc41 std::string id_vendor = device.id.substr(vid_location, id_size); in GetUsbId() local
46 usb_id->append(id_vendor); in GetUsbId()
Dwin32deviceinfo.cc47 std::string id_vendor = device.id.substr(vid_location + sizeof(vid) - 1, in GetUsbId() local
52 usb_id->append(id_vendor); in GetUsbId()
/external/libmtp/src/
Dutil.c50 void device_unknown(const int dev_number, const int id_vendor, const int id_product) in device_unknown() argument
55 id_vendor, in device_unknown()
Dutil.h32 void device_unknown(const int dev_number, const int id_vendor, const int id_product);
/external/autotest/client/cros/cellular/mbim_compliance/tests/
Dcm_07.py43 {'idVendor': self.test_context.id_vendor,
Dcm_08.py46 {'idVendor': self.test_context.id_vendor,
Dcm_13.py60 {'idVendor': self.test_context.id_vendor,
Dcm_05.py48 {'idVendor': self.test_context.id_vendor,
/external/autotest/client/cros/cellular/mbim_compliance/sequences/
Dget_descriptors_sequence.py44 (self.device_context.id_vendor,
/external/autotest/client/bin/input/
Dinput_device.py225 self.id_vendor = gid[ID_VENDOR]
578 (self.id_bus, self.id_vendor, self.id_product, self.id_version))
/external/libdrm/include/drm/
Ddrm.h572 unsigned short id_vendor; member
/external/mesa3d/include/drm-uapi/
Ddrm.h572 unsigned short id_vendor; member
/external/kernel-headers/original/uapi/drm/
Ddrm.h578 unsigned short id_vendor; member
/external/libdrm/
Dxf86drm.c2082 return i.id_vendor; in drmAgpVendorId()