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

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

Completed in 10 milliseconds