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

  /cts/libs/vogar-expect/src/vogar/util/
LogOutput.java 36 void nativeOutput(String outputLine);
Log.java 62 public static void nativeOutput(String outputLine) {
64 sLogoutput.nativeOutput(outputLine);
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 52 private final boolean nativeOutput;
65 this.nativeOutput = false;
81 this.nativeOutput = builder.nativeOutput;
129 if (nativeOutput) {
130 Log.nativeOutput(outputLine);
231 private boolean nativeOutput;
241 public Builder setNativeOutput(boolean nativeOutput) {
242 this.nativeOutput = nativeOutput;
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
NativeProgram.java 112 NativeFrame nativeOutput = null;
114 nativeOutput = (NativeFrame)output;
120 if (!callNativeProcess(nativeInputs, nativeOutput)) {

Completed in 280 milliseconds