Searched defs:mCurrentState (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/os/
H A DHandlerStateMachine.java116 mCurrentState = mDestState;
118 mCurrentState.enter(msg);
120 if (mCurrentState != null) {
122 mCurrentState.processMessage(msg);
130 mCurrentState.exit(msg);
152 public HandlerState mCurrentState; field in class:HandlerStateMachine.SmHandler
/frameworks/base/include/media/
H A Dmediaplayer.h187 media_player_states mCurrentState; member in class:android::MediaPlayer
H A Dmediarecorder.h184 media_recorder_states mCurrentState; member in class:android::MediaRecorder
/frameworks/base/core/java/android/widget/
H A DAppSecurityPermissions.java84 private State mCurrentState; field in class:AppSecurityPermissions
334 switch(mCurrentState) {
472 mCurrentState = State.NO_PERMS;
474 mCurrentState = (mNormalMap.size() > 0) ? State.BOTH : State.DANGEROUS_ONLY;
476 mCurrentState = State.NORMAL_ONLY;
478 if(localLOGV) Log.i(TAG, "mCurrentState=" + mCurrentState);
H A DVideoView.java64 // mCurrentState is a VideoView object's current state.
69 private int mCurrentState = STATE_IDLE; field in class:VideoView
163 mCurrentState = STATE_IDLE;
184 mCurrentState = STATE_IDLE;
219 mCurrentState = STATE_PREPARING;
223 mCurrentState = STATE_ERROR;
229 mCurrentState = STATE_ERROR;
267 mCurrentState = STATE_PREPARED;
330 mCurrentState = STATE_PLAYBACK_COMPLETED;
345 mCurrentState
[all...]
/frameworks/base/libs/surfaceflinger/
H A DLayerBase.h222 inline const State& currentState() const { return mCurrentState; }
223 inline State& currentState() { return mCurrentState; }
281 State mCurrentState; member in class:android::LayerBase
H A DSurfaceFlinger.h317 State mCurrentState; member in class:android::SurfaceFlinger

Completed in 141 milliseconds