HomeSort by relevance Sort by last modified time
    Searched defs:mSourcePort (Results 1 - 10 of 10) 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/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 

Completed in 116 milliseconds