Lines Matching refs:InputManager
34 InputManager::InputManager( in InputManager() function in android::InputManager
42 InputManager::~InputManager() { in ~InputManager()
46 status_t InputManager::start() { in start()
64 status_t InputManager::stop() { in stop()
82 sp<InputReaderInterface> InputManager::getReader() { in getReader()
86 sp<InputClassifierInterface> InputManager::getClassifier() { in getClassifier()
90 sp<InputDispatcherInterface> InputManager::getDispatcher() { in getDispatcher()
105 void InputManager::setInputWindows(const std::vector<InputWindowInfo>& infos, in setInputWindows()
122 void InputManager::registerInputChannel(const sp<InputChannel>& channel) { in registerInputChannel()
133 void InputManager::unregisterInputChannel(const sp<InputChannel>& channel) { in unregisterInputChannel()
137 void InputManager::setMotionClassifierEnabled(bool enabled) { in setMotionClassifierEnabled()