Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPolicyConfig.h212 DeviceVector &mInputDevices; variable
/frameworks/base/services/core/java/com/android/server/input/
DPersistentDataStore.java70 private final HashMap<String, InputDeviceState> mInputDevices = field in PersistentDataStore
DInputManagerService.java232 private InputDevice[] mInputDevices = new InputDevice[0]; field in InputManagerService
/frameworks/base/core/java/android/hardware/input/
DInputManager.java108 private SparseArray<InputDevice> mInputDevices; field in InputManager