Searched refs:mSourcePort (Results 1 - 2 of 2) 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);

Completed in 48 milliseconds