Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/gestures/
DHardwareProperties.h27 HardwareProperties createHardwareProperties(const InputDeviceContext& context);
DHardwareProperties.cpp34 HardwareProperties createHardwareProperties(const InputDeviceContext& context) { in createHardwareProperties() function
/frameworks/native/services/inputflinger/tests/
DHardwareProperties_test.cpp103 HardwareProperties hwprops = createHardwareProperties(*mDeviceContext); in TEST_F()
141 HardwareProperties hwprops = createHardwareProperties(*mDeviceContext); in TEST_F()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchpadInputMapper.cpp253 mGestureInterpreter->SetHardwareProperties(createHardwareProperties(deviceContext)); in TouchpadInputMapper()