OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HALTED
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java
58
public static final int
HALTED
= 16;
256
if (mState.addState(State.
HALTED
) && mState.check(State.RUNNING)) {
262
if (mState.removeState(State.
HALTED
)) {
327
// Close filters if not already
halted
(and already closed)
328
if (!mState.check(State.
HALTED
)) {
379
if (mState.check(State.
HALTED
) || mState.check(State.STOPPED)) {
937
/** Resumes a previously
halted
runner, and restores it to its non-
halted
state. */
962
*
halted
graphs, i.e. frames that are waiting to be processed. This does not include frames
[
all
...]
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
ViewDataBinding.java
60
private static final int
HALTED
= 2;
120
case
HALTED
:
310
* updates to be
halted
, but does not stop explicit calls to {@link #executePendingBindings()}.
351
mRebindCallbacks.notifyCallbacks(this,
HALTED
, null);
[
all
...]
Completed in 2509 milliseconds