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

/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp166 inline sp<InputManager> getInputManager() const { return mInputManager; }
231 sp<InputManager> mInputManager; member in class:android::NativeInputManager
278 mInputManager = new InputManager(eventHub, this, this);
288 mInputManager->getReader()->dump(dump);
291 mInputManager->getDispatcher()->dump(dump);
346 status = mInputManager->getDispatcher()->registerInputChannel(inputChannel, monitor);
382 return mInputManager->getDispatcher()->unregisterInputChannel(inputChannel);
700 mInputManager->getDispatcher()->setInputWindows(windows);
834 mInputManager->getDispatcher()->setFocusedApplication(& application);
836 mInputManager
[all...]
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java480 final InputManager mInputManager; field in class:WindowManagerService
631 mInputManager = new InputManager(context, this);
645 mInputManager.start();
1801 mInputManager.setDisplaySize(0, mInitialDisplayWidth, mInitialDisplayHeight);
1901 mInputManager.registerInputChannel(win.mInputChannel);
4308 return mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, sw);
4316 return mInputManager.getSwitchState(devid, InputDevice.SOURCE_ANY, sw);
4324 return mInputManager.getScanCodeState(-1, InputDevice.SOURCE_ANY, sw);
4332 return mInputManager.getScanCodeState(devid, InputDevice.SOURCE_ANY, sw);
4340 return mInputManager
[all...]

Completed in 16 milliseconds