HomeSort by relevance Sort by last modified time
    Searched defs:mSourcePort (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
InputPort.java 25 protected OutputPort mSourcePort;
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.isOpen())
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphReader.java 202 private String mSourcePort;
211 mSourcePort = sourcePort;
218 stack.getBuilder().connect(mSourceFilter, mSourcePort, mTargetFilter, mTargetPort);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/io/
TextGraphReader.java 126 private String mSourcePort;
135 mSourcePort = sourcePort;
142 reader.mCurrentGraph.connect(mSourceFilter, mSourcePort, mTargetFilter, mTargetName);
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 212 milliseconds