Home
last modified time | relevance | path

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

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