Home
last modified time | relevance | path

Searched refs:mInputProperties (Results 1 – 1 of 1) sorted by relevance

/hardware/libhardware/tests/input/evdev/
DInputMocks.h62 return mInputProperties.count(property); in hasInputProperty()
80 void addInputProperty(int32_t property) { mInputProperties.insert(property); } in addInputProperty()
119 std::set<int32_t> mInputProperties; variable