HomeSort by relevance Sort by last modified time
    Searched refs:portInfo (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Signature.java 44 private HashMap<String, PortInfo> mInputPorts = null;
45 private HashMap<String, PortInfo> mOutputPorts = null;
49 static class PortInfo {
53 public PortInfo() {
58 public PortInfo(int flags, FrameType type) {
94 addInputPort(name, new PortInfo(flags, type));
107 addOutputPort(name, new PortInfo(flags, type));
146 for (Entry<String, PortInfo> entry : mInputPorts.entrySet()) {
149 for (Entry<String, PortInfo> entry : mOutputPorts.entrySet()) {
161 PortInfo getInputPortInfo(String name)
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiControlService.java 553 HdmiPortInfo portInfo = getPortInfo(portId);
554 if (portInfo == null) {
558 return portInfo.getAddress();
    [all...]

Completed in 300 milliseconds