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

/frameworks/av/include/common_time/
H A DICommonClock.h56 STATE_INITIAL, enumerator in enum:android::ICommonClock::State
/frameworks/base/core/java/android/os/
H A DCommonClock.java66 public static final int STATE_INITIAL = 0; field in class:CommonClock
/frameworks/wilhelm/tests/sandbox/
H A Dmonkey.c28 STATE_INITIAL, enumerator in enum:__anon1670
200 _(STATE_INITIAL, actionInitialize, 1)
252 State_t currentState = STATE_INITIAL;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java60 private static final int STATE_INITIAL = 0; field in class:RemotePrintDocument
144 private int mState = STATE_INITIAL;
176 if (mState != STATE_INITIAL) {
199 if (mState == STATE_INITIAL || mState == STATE_FINISHED || mState == STATE_DESTROYED) {

Completed in 2351 milliseconds