Home
last modified time | relevance | path

Searched defs:getInputDevices (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPolicyConfig.h128 const DeviceVector &getInputDevices() const in getInputDevices() function
/frameworks/base/core/java/android/hardware/hdmi/
DIHdmiControlService.aidl72 List<HdmiDeviceInfo> getInputDevices(); in getInputDevices() method
DHdmiControlServiceWrapper.java451 public List<HdmiDeviceInfo> getInputDevices() { in getInputDevices() method in HdmiControlServiceWrapper
/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
DHdmiAudioSystemClientTest.java262 public List<HdmiDeviceInfo> getInputDevices() { in getInputDevices() method in HdmiAudioSystemClientTest.TestHdmiControlService
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecNetwork.java355 private List<HdmiDeviceInfo> getInputDevices() { in getInputDevices() method in HdmiCecNetwork
DHdmiControlService.java1945 public List<HdmiDeviceInfo> getInputDevices() { in getInputDevices() method in HdmiControlService.BinderService
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp488 std::vector<InputDeviceInfo> InputReader::getInputDevices() const { in getInputDevices() function in android::InputReader
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java961 public InputDevice[] getInputDevices() { in getInputDevices() method in InputManagerService
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp289 const std::vector<InputDeviceInfo>& getInputDevices() const { in getInputDevices() function in android::FakeInputReaderPolicy