Searched refs:STATUS_RELEASED (Results 1 - 1 of 1) sorted by relevance

/system/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java51 static final int STATUS_RELEASED = 7; field in class:Filter
465 if (mStatus == STATUS_RELEASED) {
493 if (mStatus != STATUS_RELEASED) {
495 mStatus = STATUS_RELEASED;

Completed in 112 milliseconds