Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPolicyConfig.h226 DeviceVector &mInputDevices; variable
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
H A DCarAudioZonesValidatorTest.java166 private List<AudioDeviceAttributes> mInputDevices = new ArrayList<>(); field in CarAudioZonesValidatorTest.MockBuilder
/aosp12/packages/services/Car/service/src/com/android/car/audio/
H A DCarAudioZonesHelperLegacy.java68 private final AudioDeviceInfo[] mInputDevices; field in CarAudioZonesHelperLegacy
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DPersistentDataStore.java70 private final HashMap<String, InputDeviceState> mInputDevices = field in PersistentDataStore
H A DInputManagerService.java226 private InputDevice[] mInputDevices = new InputDevice[0]; field in InputManagerService
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidHostService.java63 private Map<BluetoothDevice, Integer> mInputDevices; field in HidHostService
/aosp12/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java101 private SparseArray<InputDevice> mInputDevices; field in InputManager