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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp332 CaptureState nextState = DONE; local
344 nextState = ZSL_START;
346 nextState = STANDARD_START;
355 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/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DMultiSelectManager.java514 private boolean notifyBeforeItemStateChange(String id, boolean nextState) { argument
517 if (!mCallbacks.get(i).onBeforeItemStateChange(id, nextState)) {
1285 public boolean onBeforeItemStateChange(String id, boolean nextState) { argument
1286 return notifyBeforeItemStateChange(id, nextState);
1753 public boolean onBeforeItemStateChange(String id, boolean nextState); argument
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java2928 BackupState nextState = BackupState.RUNNING_QUEUE;
2938 if (mQueue.isEmpty()) nextState = BackupState.FINAL;
2950 nextState = BackupState.FINAL;
2953 executeNextState(nextState);
3359 final BackupState nextState;
3364 nextState = (mQueue.isEmpty()) ? BackupState.FINAL : BackupState.RUNNING_QUEUE;
3378 nextState = (mQueue.isEmpty()) ? BackupState.FINAL : BackupState.RUNNING_QUEUE;
3383 nextState = BackupState.FINAL;
3386 executeNextState(nextState);
3454 void executeNextState(BackupState nextState) { argument
8991 executeNextState(UnifiedRestoreState nextState) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/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 387 milliseconds