Searched defs:mInputManager (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DWiredAccessoryManager.java83 private final InputManagerService mInputManager; field in class:WiredAccessoryManager
92 mInputManager = inputManager;
111 if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, SW_HEADPHONE_INSERT) == 1) {
114 if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, SW_MICROPHONE_INSERT) == 1) {
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp163 inline sp<InputManager> getInputManager() const { return mInputManager; }
215 sp<InputManager> mInputManager; member in class:android::NativeInputManager
280 mInputManager = new InputManager(eventHub, this, this);
291 mInputManager->getReader()->dump(dump);
294 mInputManager->getDispatcher()->dump(dump);
331 mInputManager->getReader()->requestRefreshConfiguration(
339 return mInputManager->getDispatcher()->registerInputChannel(
345 return mInputManager->getDispatcher()->unregisterInputChannel(inputChannel);
640 mInputManager->getDispatcher()->setInputWindows(windowHandles);
665 mInputManager
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java561 final InputManagerService mInputManager; field in class:WindowManagerService
815 mInputManager = inputManager;
2189 mInputManager.registerInputChannel(win.mInputChannel, win.mInputWindowHandle);
4942 int sw = mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY,
4959 return mInputManager.monitorInput(inputChannelName);
4965 mInputManager.switchKeyboardLayout(deviceId, direction);
4985 mInputManager.setInputFilter(filter);
6479 final InputDevice[] devices = mInputManager.getInputDevices();
6719 int menuState = mInputManager.getKeyCodeState(-1, InputDevice.SOURCE_ANY,
6721 int sState = mInputManager
[all...]

Completed in 87 milliseconds