/external/autotest/client/cros/cellular/mbim_compliance/ |
D | mbim_device_context.py | 25 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
|
D | mbim_test_base.py | 24 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/ |
D | linuxdeviceinfo.cc | 155 std::string id_vendor; in GetUsbId() local 157 if (!GetUsbProperty(device, "idVendor", &id_vendor)) { in GetUsbId() 164 usb_id->append(id_vendor); in GetUsbId()
|
D | macdeviceinfo.cc | 41 std::string id_vendor = device.id.substr(vid_location, id_size); in GetUsbId() local 46 usb_id->append(id_vendor); in GetUsbId()
|
D | win32deviceinfo.cc | 47 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/ |
D | util.c | 50 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()
|
D | util.h | 32 void device_unknown(const int dev_number, const int id_vendor, const int id_product);
|
/external/autotest/client/cros/cellular/mbim_compliance/tests/ |
D | cm_07.py | 43 {'idVendor': self.test_context.id_vendor,
|
D | cm_08.py | 46 {'idVendor': self.test_context.id_vendor,
|
D | cm_13.py | 60 {'idVendor': self.test_context.id_vendor,
|
D | cm_05.py | 48 {'idVendor': self.test_context.id_vendor,
|
/external/autotest/client/cros/cellular/mbim_compliance/sequences/ |
D | get_descriptors_sequence.py | 44 (self.device_context.id_vendor,
|
/external/autotest/client/bin/input/ |
D | input_device.py | 225 self.id_vendor = gid[ID_VENDOR] 578 (self.id_bus, self.id_vendor, self.id_product, self.id_version))
|
/external/libdrm/include/drm/ |
D | drm.h | 572 unsigned short id_vendor; member
|
/external/mesa3d/include/drm-uapi/ |
D | drm.h | 572 unsigned short id_vendor; member
|
/external/kernel-headers/original/uapi/drm/ |
D | drm.h | 578 unsigned short id_vendor; member
|
/external/libdrm/ |
D | xf86drm.c | 2082 return i.id_vendor; in drmAgpVendorId()
|