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.java575 final InputManagerService mInputManager; field in class:WindowManagerService
835 mInputManager = inputManager;
2220 mInputManager.registerInputChannel(win.mInputChannel, win.mInputWindowHandle);
5388 int sw = mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY,
5405 return mInputManager.monitorInput(inputChannelName);
5411 mInputManager.switchKeyboardLayout(deviceId, direction);
5430 mInputManager.setInputFilter(filter);
6927 final InputDevice[] devices = mInputManager.getInputDevices();
7163 int menuState = mInputManager.getKeyCodeState(-1, InputDevice.SOURCE_ANY,
7165 int sState = mInputManager
[all...]

Completed in 248 milliseconds