Searched refs:productId (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/modules/video_capture/ |
D | device_info_impl.cc | 280 const char* productId, in GetExpectedCaptureDelay() argument 288 if (delayValues[device].productId && strncmp((char*) productId, in GetExpectedCaptureDelay() 289 (char*) delayValues[device].productId, in GetExpectedCaptureDelay()
|
D | video_capture_delay.h | 30 char* productId; member
|
D | device_info_impl.h | 54 const char* productId,
|
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/ |
D | kernel_ExternalUsbPeripheralsDetectionStress.py | 120 productId = connected_device_dict['deviceInfo']['productId'] 136 if not ((vendorId + ':' + productId in lsusbOutput) and 138 vendorId, productId, manufacturer, productName) and
|
/external/rmi4utils/rmidevice/ |
D | hiddevice.h | 81 static bool LookupHidDeviceName(int bus, int vendorId, int productId, std::string &deviceName);
|
D | hiddevice.cpp | 688 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/ |
D | device_info_ds.cc | 402 char productId[kVideoCaptureProductIdLength]; in CreateCapabilityMap() local 405 productId, in CreateCapabilityMap() 662 productId, in CreateCapabilityMap()
|