OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 516 milliseconds