Searched defs:PORT_REQUIRED (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DSignature.java35 * {@code PORT_REQUIRED} indicates that the user must connect the specified port. On the other hand,
64 return (flags & PORT_REQUIRED) != 0;
75 public static final int PORT_REQUIRED = 0x02; field in class:Signature

Completed in 158 milliseconds