Home
last modified time | relevance | path

Searched defs:mInputDevices (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DLatencyTracker.h84 std::vector<InputDeviceInfo> mInputDevices; variable
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPolicyConfig.h156 DeviceVector mInputDevices; // Attached input devices. variable
/frameworks/base/services/core/java/com/android/server/input/
DPersistentDataStore.java71 private final HashMap<String, InputDeviceState> mInputDevices = field in PersistentDataStore
DInputManagerService.java204 private InputDevice[] mInputDevices = new InputDevice[0]; field in InputManagerService
/frameworks/base/core/java/android/hardware/input/
DInputManagerGlobal.java81 @Nullable private SparseArray<InputDevice> mInputDevices; field in InputManagerGlobal