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 92 uint32_t int_property = 0; local
110 if (HexStringToUInt(base::StringPiece(parts[1]), &int_property)) {
111 device_info->vendor_id = int_property;
114 if (HexStringToUInt(base::StringPiece(parts[2]), &int_property)) {
115 device_info->product_id = int_property;

Completed in 1255 milliseconds