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

/frameworks/rs/driver/
H A DrsdShader.h112 StateBasedKey *mCurrentState; member in class:RsdShader
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceState.java55 private int mCurrentState = STATE_UNCONFIGURED; field in class:CameraDeviceState
170 if (mCurrentState != STATE_CAPTURING) {
171 Log.e(TAG, "Cannot receive result while in state: " + mCurrentState);
214 if (newState != mCurrentState) {
224 if (mCurrentState != newState && mCurrentHandler != null &&
237 if (mCurrentState != STATE_ERROR && mCurrentHandler != null &&
246 mCurrentState = STATE_ERROR;
249 if (mCurrentState != STATE_UNCONFIGURED && mCurrentState != STATE_IDLE) {
250 Log.e(TAG, "Cannot call configure while in state: " + mCurrentState);
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowManager.java46 private final State mCurrentState = new State(); field in class:StatusBarWindowManager
179 mCurrentState.keyguardShowing = showing;
180 apply(mCurrentState);
184 mCurrentState.keyguardOccluded = occluded;
185 apply(mCurrentState);
189 mCurrentState.keyguardNeedsInput = needsInput;
190 apply(mCurrentState);
194 mCurrentState.statusBarExpanded = expanded;
195 mCurrentState.statusBarFocusable = expanded;
196 apply(mCurrentState);
[all...]
/frameworks/native/services/surfaceflinger/
H A DLayer.h302 inline const State& getCurrentState() const { return mCurrentState; }
303 inline State& getCurrentState() { return mCurrentState; }
371 State mCurrentState; member in class:android::Layer
H A DSurfaceFlinger.h425 State mCurrentState; member in class:android::SurfaceFlinger
/frameworks/av/include/media/
H A Dmediaplayer.h275 media_player_states mCurrentState; member in class:android::MediaPlayer
H A Dmediarecorder.h254 media_recorder_states mCurrentState; member in class:android::MediaRecorder
/frameworks/base/core/java/android/widget/
H A DVideoView.java88 // mCurrentState is a VideoView object's current state.
93 private int mCurrentState = STATE_IDLE; field in class:VideoView
229 mCurrentState = STATE_IDLE;
312 mCurrentState = STATE_IDLE;
369 mCurrentState = STATE_PREPARING;
373 mCurrentState = STATE_ERROR;
379 mCurrentState = STATE_ERROR;
420 mCurrentState = STATE_PREPARED;
483 mCurrentState = STATE_PLAYBACK_COMPLETED;
508 mCurrentState
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java125 private int mCurrentState = STATE_TOUCH_EXPLORING; field in class:TouchExplorer
270 switch (mCurrentState) {
306 mCurrentState = STATE_TOUCH_EXPLORING;
324 Slog.d(LOG_TAG, getStateSymbolicName(mCurrentState));
329 switch(mCurrentState) {
343 throw new IllegalStateException("Illegal state: " + mCurrentState);
498 mCurrentState = STATE_GESTURE_DETECTING;
581 mCurrentState = STATE_DRAGGING;
588 mCurrentState = STATE_DELEGATING;
610 mCurrentState
[all...]
H A DScreenMagnifier.java150 private int mCurrentState; field in class:ScreenMagnifier
327 switch (mCurrentState) {
343 throw new IllegalStateException("Unknown state: " + mCurrentState);
362 mCurrentState = STATE_DETECTING;
459 Slog.i(LOG_TAG, "mCurrentState: STATE_DELEGATING");
462 Slog.i(LOG_TAG, "mCurrentState: STATE_DETECTING");
465 Slog.i(LOG_TAG, "mCurrentState: STATE_VIEWPORT_DRAGGING");
468 Slog.i(LOG_TAG, "mCurrentState: STATE_MAGNIFIED_INTERACTION");
475 mPreviousState = mCurrentState;
476 mCurrentState
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerImpl.java845 mCurrentState.iconGroup = mLastState.iconGroup = new IconGroup(
866 boolean wifiVisible = mCurrentState.enabled
867 && (mCurrentState.connected || !mHasMobileData);
868 String wifiDesc = wifiVisible ? mCurrentState.ssid : null;
869 boolean ssidPresent = wifiVisible && mCurrentState.ssid != null;
873 mSignalsChangedCallbacks.get(i).onWifiSignalChanged(mCurrentState.enabled,
874 mCurrentState.connected, getQsCurrentIconId(),
875 ssidPresent && mCurrentState.activityIn,
876 ssidPresent && mCurrentState.activityOut, contentDescription, wifiDesc);
892 mCurrentState
1502 protected final T mCurrentState; field in class:NetworkControllerImpl.SignalController
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java2312 BackupState mCurrentState; field in class:BackupManagerService.PerformBackupTask
2334 mCurrentState = BackupState.INITIAL;
2344 switch (mCurrentState) {
2977 mCurrentState = nextState;

Completed in 241 milliseconds