Searched defs:is (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidItem.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
52 std::istream is(&buf);
53 return tokenize(is);
59 std::istream is(&buf);
60 return tokenize(is);
63 std::vector<HidItem> HidItem::tokenize(std::istream &is) { argument
66 // this is important to avoid skipping characters
67 is.unsetf(std::ios_base::skipws);
68 while (!is.eof()) {
70 is >>
80 operator >>(std::istream &is, HidUtil::HidItem &h) argument
[all...]

Completed in 73 milliseconds