Home
last modified time | relevance | path

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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGraphRunner.java349 long maxPriority = PRIORITY_STOP; in onStep() local
355 if (priority > maxPriority) { in onStep()
356 maxPriority = priority; in onStep()
360 if (maxPriority == PRIORITY_SLEEP) { in onStep()
367 } else if (maxPriority == PRIORITY_STOP) { in onStep()