Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPolicyConfig.h41 DeviceVector &inputDevices, in AudioPolicyConfig()
81 void addInputDevices(const DeviceVector &inputDevices) in addInputDevices()
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
DParameterManagerWrapper.cpp299 status_t ParameterManagerWrapper::setAvailableInputDevices(audio_devices_t inputDevices) in setAvailableInputDevices()
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp83 std::vector<InputDeviceInfo> inputDevices; in loopOnce() local
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1108 private static boolean containsInputDeviceWithDescriptor(InputDevice[] inputDevices, in containsInputDeviceWithDescriptor()
1811 private void notifyInputDevicesChanged(InputDevice[] inputDevices) { in notifyInputDevicesChanged()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp295 virtual void notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices) { in notifyInputDevicesChanged()
1324 std::vector<InputDeviceInfo> inputDevices; in TEST_F() local
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp593 void NativeInputManager::notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices in notifyInputDevicesChanged()