Searched refs:mInputCallback (Results 1 – 2 of 2) sorted by relevance
416 mInputCallback(cb) { in InputHub()618 mInputCallback->onInputEvent(deviceNode, inputEvent, now); in poll()639 mInputCallback->onDeviceRemoved(deviceNode); in poll()692 mInputCallback->onDeviceAdded(deviceNode); in readNotify()701 mInputCallback->onDeviceRemoved(deviceNode); in readNotify()733 mInputCallback->onDeviceAdded(node); in scanDir()
218 std::shared_ptr<InputCallbackInterface> mInputCallback; variable