Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
DParameterManagerWrapper.cpp407 status_t ParameterManagerWrapper::setAvailableInputDevices(audio_devices_t inputDevices) in setAvailableInputDevices()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1068 private static boolean containsInputDeviceWithDescriptor(InputDevice[] inputDevices, in containsInputDeviceWithDescriptor()
1768 private void notifyInputDevicesChanged(InputDevice[] inputDevices) { in notifyInputDevicesChanged()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1492 DeviceVector inputDevices; in getInputForAttr() local
1778 DeviceVector inputDevices = mAvailableInputDevices.getDevicesFromType(device); in getInputForDevice() local
4078 DeviceVector inputDevices = mAvailableInputDevices.getDevicesFromType(profileType); in loadConfig() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp234 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) { in notifyInputDevicesChanged()
1149 Vector<InputDeviceInfo> inputDevices; in TEST_F() local
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp572 void NativeInputManager::notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) { in notifyInputDevicesChanged()