Searched refs:count_first_input (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/hid-parser/
H A Dhid-parser-test.cpp166 size_t count_first_input = 0; local
167 auto first_input = hid::GetFirstInputField(dev, &count_first_input);
169 EXPECT_EQ(6u, count_first_input);

Completed in 20 milliseconds