Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputDevice.h45 virtual void processInput(InputEvent& event, nsecs_t currentTime) = 0;
61 virtual void processInput(InputEvent& event, nsecs_t currentTime) override;
DInputDeviceManager.cpp34 mDevices[node]->processInput(event, event_time); in onInputEvent()
DInputDevice.cpp229 void EvdevDevice::processInput(InputEvent& event, nsecs_t currentTime) { in processInput() function in android::EvdevDevice
/hardware/libhardware/tests/input/evdev/
DInputDevice_test.cpp78 device->processInput(event, now); in TEST_F()
95 device->processInput(event, now - s2ns(11)); in TEST_F()