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 54 mCurrentState = MEDIA_PLAYER_IDLE;
116 if ( !( (mCurrentState & MEDIA_PLAYER_IDLE) ||
117 (mCurrentState == MEDIA_PLAYER_STATE_ERROR ) ) ) {
118 ALOGE("attachNewPlayer called in state %d", mCurrentState);
126 mCurrentState = MEDIA_PLAYER_INITIALIZED;
195 (mCurrentState != MEDIA_PLAYER_STATE_ERROR) &&
196 ((mCurrentState & MEDIA_PLAYER_IDLE) != MEDIA_PLAYER_IDLE);
201 ALOGE("invoke failed: wrong state %X", mCurrentState);
237 if ( (mPlayer != 0) && ( mCurrentState & ( MEDIA_PLAYER_INITIALIZED | MEDIA_PLAYER_STOPPED) ) ) {
239 mCurrentState = MEDIA_PLAYER_PREPARING
    [all...]
  /frameworks/base/core/java/android/webkit/
HTML5VideoView.java 52 protected static int mCurrentState = -1;
70 if (mCurrentState == STATE_PREPARED) {
87 } else if (mCurrentState == STATE_PREPARING) {
99 if (mCurrentState == STATE_PREPARED) {
107 if (mCurrentState == STATE_PREPARED) {
114 if (mCurrentState == STATE_PREPARED)
121 if (mCurrentState == STATE_PREPARED) {
129 if (mCurrentState != STATE_RESETTED) {
132 mCurrentState = STATE_RESETTED;
136 if (mCurrentState == STATE_PREPARED)
    [all...]
HTML5VideoFullScreen.java 85 && mCurrentState == STATE_PREPARED) {
250 mCurrentState = STATE_RESETTED;
  /frameworks/native/services/surfaceflinger/
LayerBase.cpp 87 mCurrentState.active.w = w;
88 mCurrentState.active.h = h;
89 mCurrentState.active.crop.makeInvalid();
90 mCurrentState.z = 0;
91 mCurrentState.alpha = 0xFF;
92 mCurrentState.flags = layerFlags;
93 mCurrentState.sequence = 0;
94 mCurrentState.transform.set(0, 0);
95 mCurrentState.requested = mCurrentState.active
    [all...]
LayerBase.h 236 inline const State& currentState() const { return mCurrentState; }
237 inline State& currentState() { return mCurrentState; }
277 State mCurrentState;
SurfaceFlinger.cpp 330 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
493 // with mStateLock held to guarantee that mCurrentState won't change
508 const LayerVector& currentLayers(mCurrentState.layersSortedByZ);
534 if (mCurrentState.orientation != mDrawingState.orientation) {
539 const int orientation = mCurrentState.orientation;
540 // Currently unused: const uint32_t flags = mCurrentState.orientationFlags;
718 mDrawingState = mCurrentState;
    [all...]
SurfaceFlinger.h 368 State mCurrentState;
  /frameworks/base/core/java/android/widget/
VideoView.java 67 // mCurrentState is a VideoView object's current state.
72 private int mCurrentState = STATE_IDLE;
178 mCurrentState = STATE_IDLE;
207 mCurrentState = STATE_IDLE;
242 mCurrentState = STATE_PREPARING;
246 mCurrentState = STATE_ERROR;
252 mCurrentState = STATE_ERROR;
290 mCurrentState = STATE_PREPARED;
353 mCurrentState = STATE_PLAYBACK_COMPLETED;
368 mCurrentState = STATE_ERROR
    [all...]
AppSecurityPermissions.java 84 private State mCurrentState;
346 switch(mCurrentState) {
484 mCurrentState = State.NO_PERMS;
486 mCurrentState = (mNormalMap.size() > 0) ? State.BOTH : State.DANGEROUS_ONLY;
488 mCurrentState = State.NORMAL_ONLY;
490 if(localLOGV) Log.i(TAG, "mCurrentState=" + 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;
166 if (mCurrentState == CurrentState.RENDERING_PAGE) {
441 assert mCurrentState == CurrentState.IDLE : "mCurrentState = " + mCurrentState.name();
458 mCurrentState = CurrentState.RENDERING_PAGE;
464 assert mCurrentState.isRunningState() : "mCurrentState = " + mCurrentState.name();
479 assert mCurrentState.isRunningState() : "mCurrentState = " + mCurrentState.name()
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java 241 protected PageState mCurrentState;
340 mCurrentState = new PageState(mContext,
406 if (mCurrentState.mSecurityState == SecurityState.SECURITY_STATE_SECURE) {
410 mCurrentState.mSecurityState = SecurityState.SECURITY_STATE_MIXED;
660 mCurrentState.mUrl = view.getUrl();
661 if (mCurrentState.mUrl == null) {
662 mCurrentState.mUrl = "";
664 mCurrentState.mOriginalUrl = view.getOriginalUrl();
665 mCurrentState.mTitle = view.getTitle();
666 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/services/java/com/android/server/accessibility/
TouchExplorer.java 128 private int mCurrentState = STATE_TOUCH_EXPLORING;
246 switch (mCurrentState) {
280 mCurrentState = STATE_TOUCH_EXPLORING;
287 Slog.d(LOG_TAG, getStateSymbolicName(mCurrentState));
292 switch(mCurrentState) {
306 throw new IllegalStateException("Illegal state: " + mCurrentState);
429 mCurrentState = STATE_GESTURE_DETECTING;
491 mCurrentState = STATE_DRAGGING;
497 mCurrentState = STATE_DELEGATING;
518 mCurrentState = STATE_DELEGATING
    [all...]
  /frameworks/av/include/media/
mediarecorder.h 245 media_recorder_states mCurrentState;
mediaplayer.h 249 media_player_states mCurrentState;
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java     [all...]

Completed in 349 milliseconds