Home
last modified time | relevance | path

Searched refs:mHasSurface (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DSurfaceHolderTarget.java44 private boolean mHasSurface = false; field in SurfaceHolderTarget
94 mHasSurface = false; in onDestroySurface()
121 mHasSurface = (surface != null) && surface.isValid(); in onOpen()
127 if (mHasSurface) { in onProcess()
193 mHasSurface = true; in onSurfaceCreated()
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java1372 if ((! mHasSurface) && (! mWaitingForSurface)) { in guardedRun()
1385 if (mHasSurface && mWaitingForSurface) { in guardedRun()
1464 + " mHasSurface: " + mHasSurface in guardedRun()
1600 return (!mPaused) && mHasSurface && (!mSurfaceIsBad) in readyToDraw()
1660 mHasSurface = true; in surfaceCreated()
1680 mHasSurface = false; in surfaceDestroyed()
1809 private boolean mHasSurface; field in GLSurfaceView.GLThread
/frameworks/base/media/java/android/media/
DMediaCodec.java1690 private boolean mHasSurface = false; field in MediaCodec
1882 mHasSurface = surface != null; in configure()
1900 if (!mHasSurface) { in setOutputSurface()
2576 if (mHasSurface) { in dequeueOutputBuffer()
2611 if (mHasSurface) { in releaseOutputBuffer()
2672 if (mHasSurface) { in releaseOutputBuffer()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java439 boolean mHasSurface = false; field in WindowState
1184 return mHasSurface && mPolicyVisibility && !mAttachedHidden in isVisibleUnchecked()
1210 return mHasSurface && !mDestroying && !mAnimatingExit in isVisibleOrBehindKeyguardLw()
1250 return (mHasSurface || (!mRelayoutCalled && mViewVisibility == View.VISIBLE)) in isVisibleOrAdding()
1270 if (!mHasSurface || mDestroying) { in isOnScreenIgnoringKeyguard()
1316 return mHasSurface && mPolicyVisibility && !mDestroying in isReadyForDisplay()
1336 return mHasSurface && !mDestroying in isReadyForDisplayIgnoringKeyguard()
1384 return mHasSurface && !mDestroying && in isDrawFinishedLw()
1396 return mHasSurface && !mDestroying && in isDrawnLw()
1420 return mHasSurface && (mContentChanged || mMovedByResize) in hasMoved()
[all …]
DWindowSurfacePlacer.java670 if (w.mHasSurface) { in applySurfaceChangesTransaction()
750 if (w.mHasSurface) { in applySurfaceChangesTransaction()
982 (win.mHasSurface && win.mAppToken != null && in performLayoutLockedInner()
1505 if (w.mHasSurface && canBeSeen) { in handleNotObscuredLocked()
DWindowManagerService.java2364 if (win.mHasSurface && userId == UserHandle.getUserId(win.mOwnerUid)) { in setScreenCaptureDisabled()
2423 + " mHasSurface=" + win.mHasSurface in removeWindowLocked()
2438 if (win.mHasSurface && okToDisplay()) { in removeWindowLocked()
2699 if ((w != null) && w.mHasSurface) { in setTransparentRegionWindow()
2803 if (win.mHasSurface) { in repositionChild()
3133 if (!win.mHasSurface) { in createSurfaceControl()
3193 if (win.mHasSurface && win.mAttachedWindow == null) { in relayoutVisibleWindow()
4748 if (w.mHasSurface && !w.mOrientationChanging in unsetAppFreezingScreenLocked()
5663 if (w.mHasSurface) { in closeSystemDialogs()
6468 if (!ws.mHasSurface) { in screenshotApplicationsInner()
[all …]
DTask.java619 if (win.mHasSurface && !resizingWindows.contains(win)) { in resizeWindows()
DAppWindowToken.java801 if (!win.mHasSurface) { in unfreezeBounds()
DWindowAnimator.java391 + " hasSurface=" + win.mHasSurface in updateWindowsLocked()
/frameworks/rs/
DrsContext.cpp333 if (!rsc->mRootScript.get() || !rsc->mHasSurface || rsc->mPaused) { in threadProc()
352 if ((rsc->mRootScript.get() != nullptr) && rsc->mHasSurface && in threadProc()
554 mHasSurface = false; in initContext()
617 mHasSurface = sur != nullptr; in setSurface()
DrsContext.h356 bool mHasSurface; variable
/frameworks/native/services/surfaceflinger/
DLayer.h609 mutable bool mHasSurface; variable
DLayer.cpp92 mHasSurface(false), in Layer()
336 LOG_ALWAYS_FATAL_IF(mHasSurface, in getHandle()
339 mHasSurface = true; in getHandle()