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

/frameworks/native/services/inputflinger/
H A DInputManager.cpp17 #define LOG_TAG "InputManager"
21 #include "InputManager.h"
27 InputManager::InputManager( function in class:android::InputManager
36 InputManager::InputManager( function in class:android::InputManager
44 InputManager::~InputManager() {
48 void InputManager::initialize() {
53 status_t InputManager
[all...]
H A DInputManager.h53 * The InputManager class never makes any calls into Java itself. Instead, the
76 class InputManager : public InputManagerInterface { class in namespace:android
78 virtual ~InputManager();
81 InputManager(
87 InputManager(
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java59 public final class InputManager { class
60 private static final String TAG = "InputManager";
67 private static InputManager sInstance;
213 private InputManager(IInputManager im) { method in class:InputManager
224 public static InputManager getInstance() {
225 synchronized (InputManager.class) {
228 sInstance = new InputManager(IInputManager.Stub
1035 * Use {@link InputManager#getInputDevice} to get more information about the device.
1050 * were last queried. Use {@link InputManager#getInputDevice} to get
1061 InputManager
[all...]

Completed in 2147 milliseconds