Searched refs:STATE_STOPPING (Results 1 – 8 of 8) sorted by relevance
49 public static final int STATE_STOPPING = 4; field in UserState118 case STATE_STOPPING: return "STOPPING"; in stateToString()130 case STATE_STOPPING: return UserStateProto.STATE_STOPPING; in stateToProtoEnum()
560 if (uss.state == UserState.STATE_STOPPING in getRunningUsersLU()1167 if (uss.state != UserState.STATE_STOPPING1169 uss.setState(UserState.STATE_STOPPING);1235 if (uss.state != UserState.STATE_STOPPING) {1592 || oldUss.state == UserState.STATE_STOPPING1953 if (uss.state == UserState.STATE_STOPPING) {2871 if (uss.state != UserState.STATE_STOPPING2880 if (uss.state != UserState.STATE_STOPPING3005 case UserState.STATE_STOPPING:3017 case UserState.STATE_STOPPING:[all …]
1130 return mState == STATE_ACTIVE || mState == STATE_STOPPING; in isPlaying_l()1329 STATE_STOPPING, enumerator1340 case STATE_STOPPING: return "STATE_STOPPING"; in stateToString()
780 mState = STATE_STOPPING; in start()860 if (previousState == STATE_STOPPING) { in start()877 if (previousState != STATE_STOPPING) { in start()912 mState = STATE_STOPPING; in stop()1065 } else if (mState == STATE_STOPPING) { in pause()2221 if (mState == STATE_STOPPING) { in obtainBuffer()2424 bool waitStreamEnd = mState == STATE_STOPPING; in processAudioBuffer()2547 waitStreamEnd = mState == STATE_STOPPING; in processAudioBuffer()3075 if (mState == STATE_ACTIVE || mState == STATE_STOPPING) { in applyVolumeShaper()3169 case STATE_STOPPING: in getTimestamp_l()[all …]
182 @IntDef({STATE_STARTED, STATE_STOPPING, STATE_STOPPED})186 private static final int STATE_STOPPING = 1; field in LocationProviderManager1595 mState = STATE_STOPPING;
994 setUserState(userId, UserState.STATE_STOPPING); in stopUser()
973 STATE_STOPPING = 4; enumerator
7602 && state != UserState.STATE_STOPPING7670 if (state == UserState.STATE_STOPPING || state == UserState.STATE_SHUTDOWN) {7689 if (state == UserState.STATE_STOPPING || state == UserState.STATE_SHUTDOWN) {