HomeSort by relevance Sort by last modified time
    Searched refs:id_vendor (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
macdeviceinfo.cc 41 std::string id_vendor = device.id.substr(vid_location, id_size); local
46 usb_id->append(id_vendor);
win32deviceinfo.cc 47 std::string id_vendor = device.id.substr(vid_location + sizeof(vid) - 1, local
52 usb_id->append(id_vendor);
linuxdeviceinfo.cc 155 std::string id_vendor; local
157 if (!GetUsbProperty(device, "idVendor", &id_vendor)) {
164 usb_id->append(id_vendor);
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 204 std::string id_vendor = local
208 return id_vendor + ":" + id_product;
  /bionic/libc/kernel/uapi/drm/
drm.h 391 unsigned short id_vendor; member in struct:drm_agp_info
  /external/kernel-headers/original/uapi/drm/
drm.h 563 unsigned short id_vendor; member in struct:drm_agp_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
drm.h 561 unsigned short id_vendor; member in struct:drm_agp_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm.h 561 unsigned short id_vendor; member in struct:drm_agp_info
  /external/valgrind/main/include/vki/
vki-linux-drm.h 311 unsigned short id_vendor; member in struct:vki_drm_agp_info
  /hardware/intel/img/libdrm/shared-core/
drm.h 628 unsigned short id_vendor; member in struct:drm_agp_info
  /hardware/intel/img/libdrm/libdrm/
xf86drm.c     [all...]

Completed in 513 milliseconds