Searched refs:createHardwareProperties (Results 1 – 4 of 4) sorted by relevance
27 HardwareProperties createHardwareProperties(const InputDeviceContext& context);
34 HardwareProperties createHardwareProperties(const InputDeviceContext& context) { in createHardwareProperties() function
103 HardwareProperties hwprops = createHardwareProperties(*mDeviceContext); in TEST_F()141 HardwareProperties hwprops = createHardwareProperties(*mDeviceContext); in TEST_F()
253 mGestureInterpreter->SetHardwareProperties(createHardwareProperties(deviceContext)); in TouchpadInputMapper()