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

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
InputPort.java 72 public boolean filterMustClose() {
OutputPort.java 74 public boolean filterMustClose() {
FilterPort.java 94 public abstract boolean filterMustClose();
Filter.java 475 if (filterMustClose()) {
693 private final boolean filterMustClose() {
695 if (inputPort.filterMustClose()) {
701 if (outputPort.filterMustClose()) {

Completed in 611 milliseconds