Searched refs:mInputCallback (Results 1 – 2 of 2) sorted by relevance
430 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()
220 std::shared_ptr<InputCallbackInterface> mInputCallback; variable