HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentState (Results 1 - 19 of 19) sorted by null

  /frameworks/av/media/libmedia/
mediarecorder.cpp 38 if (!(mCurrentState & MEDIA_RECORDER_IDLE)) {
39 ALOGE("setCamera called in an invalid state(%d)", mCurrentState);
46 mCurrentState = MEDIA_RECORDER_ERROR;
59 if (!(mCurrentState & MEDIA_RECORDER_DATASOURCE_CONFIGURED)) {
60 ALOGE("setPreviewSurface called in an invalid state(%d)", mCurrentState);
71 mCurrentState = MEDIA_RECORDER_ERROR;
84 if (!(mCurrentState & MEDIA_RECORDER_IDLE)) {
85 ALOGE("init called in an invalid state(%d)", mCurrentState);
92 mCurrentState = MEDIA_RECORDER_ERROR;
99 mCurrentState = MEDIA_RECORDER_ERROR
    [all...]
mediaplayer.cpp 53 mCurrentState = MEDIA_PLAYER_IDLE;
114 if ( !( (mCurrentState & MEDIA_PLAYER_IDLE) ||
115 (mCurrentState == MEDIA_PLAYER_STATE_ERROR ) ) ) {
116 ALOGE("attachNewPlayer called in state %d", mCurrentState);
124 mCurrentState = MEDIA_PLAYER_INITIALIZED;
193 (mCurrentState != MEDIA_PLAYER_STATE_ERROR) &&
194 ((mCurrentState & MEDIA_PLAYER_IDLE) != MEDIA_PLAYER_IDLE);
199 ALOGE("invoke failed: wrong state %X", mCurrentState);
235 if ( (mPlayer != 0) && ( mCurrentState & ( MEDIA_PLAYER_INITIALIZED | MEDIA_PLAYER_STOPPED) ) ) {
237 mCurrentState = MEDIA_PLAYER_PREPARING
    [all...]
  /frameworks/base/core/java/android/webkit/
HTML5VideoView.java 65 protected static int mCurrentState = -1;
83 if (mCurrentState == STATE_PREPARED) {
100 } else if (mCurrentState == STATE_PREPARING) {
112 if (mCurrentState == STATE_PREPARED) {
120 if (mCurrentState == STATE_PREPARED) {
127 if (mCurrentState == STATE_PREPARED)
134 if (mCurrentState == STATE_PREPARED) {
142 if (mCurrentState < STATE_RESETTED) {
145 mCurrentState = STATE_RESETTED;
149 if (mCurrentState == STATE_PREPARED)
    [all...]
HTML5VideoFullScreen.java 101 && mCurrentState == STATE_PREPARED) {
  /frameworks/native/services/surfaceflinger/
Layer.cpp 93 mCurrentState.active.w = w;
94 mCurrentState.active.h = h;
95 mCurrentState.active.crop.makeInvalid();
96 mCurrentState.z = 0;
97 mCurrentState.alpha = 0xFF;
98 mCurrentState.layerStack = 0;
99 mCurrentState.flags = layerFlags;
100 mCurrentState.sequence = 0;
101 mCurrentState.transform.set(0, 0);
102 mCurrentState.requested = mCurrentState.active
    [all...]
Layer.h 302 inline const State& currentState() const { return mCurrentState; }
303 inline State& currentState() { return mCurrentState; }
361 State mCurrentState;
SurfaceFlinger.cpp 178 flinger->mCurrentState.displays.removeItem(this);
193 mCurrentState.displays.add(token, info);
205 mCurrentState.displays.add(mBuiltinDisplays[type], info);
543 mDrawingState = mCurrentState;
731 mCurrentState.displays.removeItem(mBuiltinDisplays[type]);
    [all...]
SurfaceFlinger.h 403 State mCurrentState;
  /frameworks/rs/driver/
rsdShader.cpp 70 mCurrentState = NULL;
105 mCurrentState = state;
106 return mCurrentState->mShaderID;
110 mCurrentState = state;
114 return mCurrentState->mShaderID;
202 mCurrentState->mTextureTargets[ct] = GL_TEXTURE_EXTERNAL_OES;
205 mCurrentState->mTextureTargets[ct] = GL_TEXTURE_2D;
209 mCurrentState->mTextureTargets[ct] = GL_TEXTURE_CUBE_MAP;
231 mCurrentState->mShaderID = glCreateShader(mType);
232 rsAssert(mCurrentState->mShaderID)
    [all...]
rsdShader.h 112 StateBasedKey *mCurrentState;
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
LayoutTestsExecutor.java 103 private CurrentState mCurrentState = CurrentState.IDLE;
163 if (mCurrentState == CurrentState.RENDERING_PAGE) {
432 assert mCurrentState == CurrentState.IDLE : "mCurrentState = " + mCurrentState.name();
449 mCurrentState = CurrentState.RENDERING_PAGE;
455 assert mCurrentState.isRunningState() : "mCurrentState = " + mCurrentState.name();
470 assert mCurrentState.isRunningState() : "mCurrentState = " + mCurrentState.name()
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java 243 protected PageState mCurrentState;
342 mCurrentState = new PageState(mContext,
409 if (mCurrentState.mSecurityState == SecurityState.SECURITY_STATE_SECURE) {
413 mCurrentState.mSecurityState = SecurityState.SECURITY_STATE_MIXED;
663 mCurrentState.mUrl = view.getUrl();
664 if (mCurrentState.mUrl == null) {
665 mCurrentState.mUrl = "";
667 mCurrentState.mOriginalUrl = view.getOriginalUrl();
668 mCurrentState.mTitle = view.getTitle();
669 mCurrentState.mFavicon = view.getFavicon()
    [all...]
SnapshotTab.java 207 mTab.mCurrentState.mTitle = result.getString(SNAPSHOT_TITLE);
208 mTab.mCurrentState.mUrl = result.getString(SNAPSHOT_URL);
211 mTab.mCurrentState.mFavicon = BitmapFactory
  /frameworks/base/core/java/android/widget/
VideoView.java 67 // mCurrentState is a VideoView object's current state.
72 private int mCurrentState = STATE_IDLE;
197 mCurrentState = STATE_IDLE;
226 mCurrentState = STATE_IDLE;
266 mCurrentState = STATE_PREPARING;
270 mCurrentState = STATE_ERROR;
276 mCurrentState = STATE_ERROR;
315 mCurrentState = STATE_PREPARED;
378 mCurrentState = STATE_PLAYBACK_COMPLETED;
393 mCurrentState = STATE_ERROR
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
TouchExplorer.java 124 private int mCurrentState = STATE_TOUCH_EXPLORING;
266 switch (mCurrentState) {
302 mCurrentState = STATE_TOUCH_EXPLORING;
320 Slog.d(LOG_TAG, getStateSymbolicName(mCurrentState));
325 switch(mCurrentState) {
339 throw new IllegalStateException("Illegal state: " + mCurrentState);
501 mCurrentState = STATE_GESTURE_DETECTING;
585 mCurrentState = STATE_DRAGGING;
592 mCurrentState = STATE_DELEGATING;
614 mCurrentState = STATE_DELEGATING
    [all...]
ScreenMagnifier.java 152 private int mCurrentState;
334 switch (mCurrentState) {
350 throw new IllegalStateException("Unknown state: " + mCurrentState);
369 mCurrentState = STATE_DETECTING;
470 Slog.i(LOG_TAG, "mCurrentState: STATE_DELEGATING");
473 Slog.i(LOG_TAG, "mCurrentState: STATE_DETECTING");
476 Slog.i(LOG_TAG, "mCurrentState: STATE_VIEWPORT_DRAGGING");
479 Slog.i(LOG_TAG, "mCurrentState: STATE_MAGNIFIED_INTERACTION");
486 mPreviousState = mCurrentState;
487 mCurrentState = state
    [all...]
  /frameworks/av/include/media/
mediarecorder.h 246 media_recorder_states mCurrentState;
mediaplayer.h 254 media_player_states mCurrentState;
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java     [all...]

Completed in 506 milliseconds