Home
last modified time | relevance | path

Searched refs:productId (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/
Ddevice_info_impl.cc280 const char* productId, in GetExpectedCaptureDelay() argument
288 if (delayValues[device].productId && strncmp((char*) productId, in GetExpectedCaptureDelay()
289 (char*) delayValues[device].productId, in GetExpectedCaptureDelay()
Dvideo_capture_delay.h30 char* productId; member
Ddevice_info_impl.h54 const char* productId,
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/
Dkernel_ExternalUsbPeripheralsDetectionStress.py120 productId = connected_device_dict['deviceInfo']['productId']
136 if not ((vendorId + ':' + productId in lsusbOutput) and
138 vendorId, productId, manufacturer, productName) and
/external/rmi4utils/rmidevice/
Dhiddevice.h81 static bool LookupHidDeviceName(int bus, int vendorId, int productId, std::string &deviceName);
Dhiddevice.cpp688 bool HIDDevice::LookupHidDeviceName(int bus, int vendorId, int productId, std::string & deviceName) in LookupHidDeviceName() argument
695 snprintf(devicePrefix, 15, "%04X:%04X:%04X", bus, vendorId, productId); in LookupHidDeviceName()
/external/webrtc/webrtc/modules/video_capture/windows/
Ddevice_info_ds.cc402 char productId[kVideoCaptureProductIdLength]; in CreateCapabilityMap() local
405 productId, in CreateCapabilityMap()
662 productId, in CreateCapabilityMap()