Searched defs:id_vendor (Results 1 - 7 of 7) sorted by relevance

/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/
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/kernel-headers/original/uapi/drm/
H A Ddrm.h563 unsigned short id_vendor; member in struct:drm_agp_info
/external/libdrm/include/drm/
H A Ddrm.h565 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

Completed in 259 milliseconds