Searched defs:mInputDevices (Results 1 – 5 of 5) sorted by relevance
84 std::vector<InputDeviceInfo> mInputDevices; variable
156 DeviceVector mInputDevices; // Attached input devices. variable
71 private final HashMap<String, InputDeviceState> mInputDevices = field in PersistentDataStore
204 private InputDevice[] mInputDevices = new InputDevice[0]; field in InputManagerService
81 @Nullable private SparseArray<InputDevice> mInputDevices; field in InputManagerGlobal