Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputHub.cpp430 mInputCallback(cb) { in InputHub()
632 mInputCallback->onInputEvent(deviceNode, inputEvent, now); in poll()
653 mInputCallback->onDeviceRemoved(deviceNode); in poll()
707 mInputCallback->onDeviceAdded(deviceNode); in readNotify()
716 mInputCallback->onDeviceRemoved(deviceNode); in readNotify()
748 mInputCallback->onDeviceAdded(node); in scanDir()
DInputHub.h220 std::shared_ptr<InputCallbackInterface> mInputCallback; variable