Searched refs:mSourcePort (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DInputPort.java25 protected OutputPort mSourcePort; field in class:InputPort
32 if (mSourcePort != null) {
33 throw new RuntimeException(this + " already connected to " + mSourcePort + "!");
35 mSourcePort = source;
39 return mSourcePort != null;
44 if (mSourcePort != null && !mSourcePort.isOpen()) {
45 mSourcePort.open();
50 if (mSourcePort != null && mSourcePort
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DTextGraphReader.java126 private String mSourcePort; field in class:TextGraphReader.ConnectCommand
135 mSourcePort = sourcePort;
142 reader.mCurrentGraph.connect(mSourceFilter, mSourcePort, mTargetFilter, mTargetName);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphReader.java202 private String mSourcePort; field in class:GraphReader.ConnectCommand
211 mSourcePort = sourcePort;
218 stack.getBuilder().connect(mSourceFilter, mSourcePort, mTargetFilter, mTargetPort);

Completed in 5509 milliseconds