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.java1376 if ((! mHasSurface) && (! mWaitingForSurface)) { in guardedRun()
1389 if (mHasSurface && mWaitingForSurface) { in guardedRun()
1468 + " mHasSurface: " + mHasSurface in guardedRun()
1605 return (!mPaused) && mHasSurface && (!mSurfaceIsBad) in readyToDraw()
1665 mHasSurface = true; in surfaceCreated()
1685 mHasSurface = false; in surfaceDestroyed()
1814 private boolean mHasSurface; field in GLSurfaceView.GLThread
/frameworks/base/media/java/android/media/
DMediaCodec.java1688 private boolean mHasSurface = false; field in MediaCodec
1880 mHasSurface = surface != null; in configure()
1898 if (!mHasSurface) { in setOutputSurface()
2574 if (mHasSurface) { in dequeueOutputBuffer()
2609 if (mHasSurface) { in releaseOutputBuffer()
2670 if (mHasSurface) { in releaseOutputBuffer()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java429 boolean mHasSurface = false; field in WindowState
1163 return mHasSurface && mPolicyVisibility && !mAttachedHidden in isVisibleUnchecked()
1189 return mHasSurface && !mDestroying && !mAnimatingExit in isVisibleOrBehindKeyguardLw()
1229 return (mHasSurface || (!mRelayoutCalled && mViewVisibility == View.VISIBLE)) in isVisibleOrAdding()
1249 if (!mHasSurface || mDestroying) { in isOnScreenIgnoringKeyguard()
1294 return mHasSurface && mPolicyVisibility && !mDestroying in isReadyForDisplay()
1314 return mHasSurface && !mDestroying in isReadyForDisplayIgnoringKeyguard()
1361 return mHasSurface && !mDestroying && in isDrawFinishedLw()
1373 return mHasSurface && !mDestroying && in isDrawnLw()
1397 return mHasSurface && (mContentChanged || mMovedByResize) in hasMoved()
[all …]
DWindowSurfacePlacer.java666 if (w.mHasSurface) { in applySurfaceChangesTransaction()
744 if (w.mHasSurface) { in applySurfaceChangesTransaction()
980 (win.mHasSurface && win.mAppToken != null && in performLayoutLockedInner()
1480 if (w.mHasSurface) { in handleNotObscuredLocked()
DWindowManagerService.java2273 if (win.mHasSurface && userId == UserHandle.getUserId(win.mOwnerUid)) { in setScreenCaptureDisabled()
2332 + " mHasSurface=" + win.mHasSurface in removeWindowLocked()
2347 if (win.mHasSurface && okToDisplay()) { in removeWindowLocked()
2608 if ((w != null) && w.mHasSurface) { in setTransparentRegionWindow()
2712 if (win.mHasSurface) { in repositionChild()
3029 if (!win.mHasSurface) { in createSurfaceControl()
3085 if (win.mHasSurface && win.mAttachedWindow == null) { in relayoutVisibleWindow()
4592 if (w.mHasSurface && !w.mOrientationChanging in unsetAppFreezingScreenLocked()
5488 if (w.mHasSurface) { in closeSystemDialogs()
6258 if (!ws.mHasSurface) { in screenshotApplicationsInner()
[all …]
DTask.java618 if (win.mHasSurface && !resizingWindows.contains(win)) { in resizeWindows()
DAppWindowToken.java714 if (!win.mHasSurface) { in unfreezeBounds()
DWindowAnimator.java353 + " 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()
552 mHasSurface = false; in initContext()
615 mHasSurface = sur != nullptr; in setSurface()
DrsContext.h357 bool mHasSurface; variable
/frameworks/native/services/surfaceflinger/
DLayer.h585 mutable bool mHasSurface; variable
DLayer.cpp90 mHasSurface(false), in Layer()
333 LOG_ALWAYS_FATAL_IF(mHasSurface, in getHandle()
336 mHasSurface = true; in getHandle()