Home
last modified time | relevance | path

Searched refs:mAllowOtherInputs (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DSignature.java46 private boolean mAllowOtherInputs = true; field in Signature
117 mAllowOtherInputs = false; in disallowOtherInputs()
138 mAllowOtherInputs = false; in disallowOtherPorts()
152 if (!mAllowOtherInputs) { in toString()
186 if (!mAllowOtherInputs && !filterInputs.isEmpty()) { in checkInputPortsConform()