HomeSort by relevance Sort by last modified time
    Searched full:int_property (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/device/hid/
hid_service_linux.cc 86 uint32_t int_property = 0; local
99 if (HexStringToUInt(base::StringPiece(parts[1]), &int_property)) {
100 device_info.vendor_id = int_property;
103 if (HexStringToUInt(base::StringPiece(parts[2]), &int_property)) {
104 device_info.product_id = int_property;

Completed in 361 milliseconds