Home
last modified time | relevance | path

Searched defs:id_product (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_device_context.py25 def __init__(self, id_vendor=None, id_product=None): argument
88 def _find_device(self, id_vendor, id_product): argument
190 def id_product(self): member in MbimDeviceContext
Dmbim_test_base.py24 def run_test(self, id_vendor=None, id_product=None, **kwargs): argument
/external/webrtc/talk/media/devices/
Dmacdeviceinfo.cc43 std::string id_product = device.id.substr(pid_location, id_size); in GetUsbId() local
Dwin32deviceinfo.cc49 std::string id_product = device.id.substr(pid_location + sizeof(pid) -1, in GetUsbId() local
Dlinuxdeviceinfo.cc156 std::string id_product; in GetUsbId() local
/external/libmtp/src/
Dutil.c50 void device_unknown(const int dev_number, const int id_vendor, const int id_product) in device_unknown()