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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp330 CaptureState nextState = DONE; local
341 nextState = BURST_CAPTURE_START;
346 nextState = ZSL_START;
348 nextState = STANDARD_START;
357 return nextState;
/frameworks/wilhelm/tests/sandbox/
H A Dmonkey.c285 State_t nextState = (*transitionTable[i].mAction)(&player); local
286 if (STATE_UNCHANGED != nextState)
287 currentState = nextState;
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java2676 BackupState nextState = BackupState.RUNNING_QUEUE;
2686 if (mQueue.isEmpty()) nextState = BackupState.FINAL;
2694 nextState = BackupState.FINAL;
2697 executeNextState(nextState);
3044 final BackupState nextState;
3049 nextState = (mQueue.isEmpty()) ? BackupState.FINAL : BackupState.RUNNING_QUEUE;
3054 nextState = BackupState.FINAL;
3057 executeNextState(nextState);
3125 void executeNextState(BackupState nextState) { argument
3127 + this + " nextState
8258 executeNextState(UnifiedRestoreState nextState) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 3397 milliseconds