/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
TimerFragment.java | 206 boolean drawRed = o.mState != TimerObj.STATE_RESTART; 209 switch (o.mState) { 319 switch (timerObj.mState) { 394 if (t.mState == TimerObj.STATE_RUNNING || t.mState == TimerObj.STATE_TIMESUP) { 406 if (t.mTimeLeft <= 0 && t.mState != TimerObj.STATE_DONE 407 && t.mState != TimerObj.STATE_RESTART) { 408 t.mState = TimerObj.STATE_TIMESUP; 417 if (t.mState == TimerObj.STATE_TIMESUP) { 420 if (t.mState == TimerObj.STATE_STOPPED) [all...] |
/frameworks/av/media/libstagefright/ |
MediaCodec.cpp | 67 : mState(UNINITIALIZED), 81 CHECK_EQ(mState, UNINITIALIZED); 431 if (mState != STARTED 459 if (mState != STARTED 536 switch (mState) { 616 CHECK_EQ(mState, INITIALIZING); 639 CHECK_EQ(mState, CONFIGURING); 718 if (mState == STARTING) { 781 if (mState == FLUSHING 782 || mState == STOPPIN [all...] |
/frameworks/native/libs/binder/ |
Binder.cpp | 224 : mRemote(o.get()), mRefs(NULL), mState(0) 237 if (!(mState&kRemoteAcquired)) { 246 android_atomic_or(kRemoteAcquired, &mState);
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
SmilPlayer.java | 83 private SmilPlayerState mState = SmilPlayerState.INITIALIZED; 259 return mState == SmilPlayerState.PLAYING; 263 return mState == SmilPlayerState.PLAYED; 267 return mState == SmilPlayerState.PAUSED; 271 return mState == SmilPlayerState.STOPPED; 312 mState = SmilPlayerState.PLAYING; 508 mState = SmilPlayerState.PLAYING; 625 mState = SmilPlayerState.PAUSED; 634 mState = SmilPlayerState.STOPPED; 692 if (mState == SmilPlayerState.PAUSED) [all...] |
/frameworks/av/services/audioflinger/ |
AudioMixer.cpp | 120 mState.enabledTracks= 0; 121 mState.needsChanged = 0; 122 mState.frameCount = frameCount; 123 mState.hook = process__nop; 124 mState.outputTemp = NULL; 125 mState.resampleTemp = NULL; 126 mState.mLog = &mDummyLog; 127 // mState.reserved 132 track_t* t = mState.tracks; 164 track_t* t = mState.tracks [all...] |
Tracks.cpp | 77 mState(IDLE), 423 track_state state = mState; 573 track_state state = mState; 580 mState = TrackBase::STOPPING_1; 583 mState = TrackBase::RESUMING; 587 mState = TrackBase::ACTIVE; 597 mState = state; 625 track_state state = mState; 631 mState = STOPPED; 633 mState = STOPPED [all...] |
/frameworks/base/services/common_time/ |
common_time_server_api.cpp | 42 return mState; 58 if (ICommonClock::STATE_MASTER == mState) 183 if (ICommonClock::STATE_MASTER == mState) { 211 if (ICommonClock::STATE_CLIENT == mState) { 320 dump_printf("State : %s\n", stateToString(mState)); 325 int32_t est = (ICommonClock::STATE_MASTER != mState)
|
/frameworks/wilhelm/src/itf/ |
IPlay.c | 39 SLuint32 oldState = thiz->mState; 69 thiz->mState = state; 84 thiz->mState = SL_PLAYSTATE_STOPPING; 99 thiz->mState = state; 126 SLuint32 state = thiz->mState; 460 thiz->mState = SL_PLAYSTATE_STOPPED;
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
PhotoSelectionHandler.java | 68 private final RawContactDeltaList mState; 80 mState = state; 181 return mState.indexOfFirstWritableRawContact(mContext); 191 return mState.get(index).getValues().getId(); 207 final RawContactDelta delta = mState.get(writableEntityIndex); 221 return mState;
|
/packages/services/Telephony/src/com/android/phone/ |
ChangeIccPinScreen.java | 55 private EntryState mState; 136 mState = EntryState.ES_PIN; 238 if (mState == EntryState.ES_PUK) { 254 if (mState == EntryState.ES_PIN) { 261 mState = EntryState.ES_PUK; 267 } else if (mState == EntryState.ES_PUK) {
|
/frameworks/base/services/java/com/android/server/ |
BluetoothManagerService.java | 121 private int mState; 202 mState = BluetoothAdapter.STATE_OFF; [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipPhoneBase.java | 57 private PhoneConstants.State mState = PhoneConstants.State.IDLE; 135 return mState; 514 PhoneConstants.State oldState = mState; 517 mState = PhoneConstants.State.RINGING; 520 mState = PhoneConstants.State.IDLE; 522 mState = PhoneConstants.State.OFFHOOK; 525 if (mState != oldState) { 526 Rlog.d(LOG_TAG, " ^^^ new phone state: " + mState);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageStraighten.java | 59 private MODES mState = MODES.NONE; 126 if (mState == MODES.NONE) { 131 mState = MODES.MOVE; 136 if (mState == MODES.MOVE) { 137 mState = MODES.NONE; 146 if (mState == MODES.MOVE) { 277 if (mState == MODES.MOVE || mGridAlpha > 0) { 286 if (alpha == 0 && mState == MODES.MOVE) {
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
XmlDictInputOutput.java | 73 int mState; // the state of the parser 87 mState = START; 100 mState = START; 108 mState = WORD; 130 mState = UNKNOWN; 136 if (WORD == mState) { 146 if (WORD == mState) { 148 mState = START;
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditorAudioEncoder.cpp | 71 State mState; 97 mState(CREATED), 106 if( STARTED == mState ) { 116 if( CREATED != mState ) { 118 mState); 122 mState = STARTED; 134 if( STARTED != mState ) { 136 mState); 152 mState = CREATED; 171 if ( STARTED != mState ) { [all...] |
/frameworks/av/media/libeffects/visualizer/ |
EffectVisualizer.cpp | 76 uint8_t mState; 246 pContext->mState = VISUALIZER_STATE_UNINITIALIZED; 257 pContext->mState = VISUALIZER_STATE_INITIALIZED; 272 pContext->mState = VISUALIZER_STATE_UNINITIALIZED; 405 if (pContext->mState != VISUALIZER_STATE_ACTIVE) { 417 if (pContext == NULL || pContext->mState == VISUALIZER_STATE_UNINITIALIZED) { 452 if (pContext->mState != VISUALIZER_STATE_INITIALIZED) { 455 pContext->mState = VISUALIZER_STATE_ACTIVE; 463 if (pContext->mState != VISUALIZER_STATE_ACTIVE) { 466 pContext->mState = VISUALIZER_STATE_INITIALIZED [all...] |
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
EditStyledText.java | 950 private int mState = STATE_SELECT_OFF; 980 mEST.notifyStateChanged(mMode, mState); 994 if (mState == STATE_SELECT_OFF) { 1001 mEST.notifyStateChanged(mMode, mState); 1009 if (mState == STATE_SELECT_ON || mState == STATE_SELECTED) { 1011 mEST.notifyStateChanged(mMode, mState); 1021 mEST.notifyStateChanged(mMode, mState); 1029 // mEST.notifyStateChanged(mMode, mState); 1037 mEST.notifyStateChanged(mMode, mState); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapService.java | 134 private int mState; 149 mState = BluetoothMap.STATE_DISCONNECTED; 469 return mState; 480 if (state != mState) { 481 if (DEBUG) Log.d(TAG, "Map state " + mState + " -> " + state + ", result = " 483 int prevState = mState; 484 mState = state; 487 intent.putExtra(BluetoothProfile.EXTRA_STATE, mState); 493 mState, prevState); 511 switch (mState) { [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
StopwatchFragment.java | 51 int mState = Stopwatches.STOPWATCH_RESET; 258 switch (mState) { 277 Log.wtf("Illegal state " + mState 298 switch (mState) { 315 Log.i("Illegal state " + mState 467 setButtons(mState); 469 if (mState == Stopwatches.STOPWATCH_RUNNING) { 472 } else if (mState == Stopwatches.STOPWATCH_STOPPED && mAccumulatedTime != 0) { 495 if (mState == Stopwatches.STOPWATCH_RUNNING) { 516 if (page == DeskClock.STOPWATCH_TAB_INDEX && mState == Stopwatches.STOPWATCH_RUNNING) [all...] |
/development/samples/JetBoy/src/com/example/android/jetboy/ |
JetBoyView.java | 159 public int mState; 363 mState = STATE_START; 480 if (mState == STATE_RUNNING) { 482 } else if (mState == STATE_START) { 484 } else if (mState == STATE_PLAY || mState == STATE_LOSE) { 625 if (mState == STATE_RUNNING) { 655 else if (mState == STATE_PLAY && !mInitialized) 658 } else if (mState == STATE_LOSE) { [all...] |
/frameworks/av/include/media/ |
JetPlayer.h | 84 EAS_STATE mState;
|
/frameworks/av/include/media/stagefright/ |
MediaMuxer.h | 130 State mState;
|
/frameworks/av/include/media/stagefright/timedtext/ |
TimedTextDriver.h | 82 State mState;
|
/frameworks/av/media/libeffects/testlibs/ |
AudioBiquadFilter.h | 125 state_t mState;
|
/frameworks/av/media/libmedia/ |
SoundPool.cpp | 472 mState = UNLOADED; 530 mState = READY; 561 if (mState != IDLE) { 638 mState = PLAYING; 716 if (mState == IDLE) { 764 if (mState != IDLE) { 769 mState = IDLE; 802 if (mState == PLAYING) { 804 mState = PAUSED; 812 if (mState == PLAYING) [all...] |