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

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
SurfaceHolderTarget.java 44 private boolean mHasSurface = false;
94 mHasSurface = false;
121 mHasSurface = (surface != null) && surface.isValid();
127 if (mHasSurface) {
193 mHasSurface = true;
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowTestUtils.java 321 boolean hadSurface = mHasSurface;
322 mHasSurface = true;
326 mHasSurface = hadSurface;
DisplayContentTests.java 397 keyguard.mHasSurface = true;
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]
  /frameworks/base/media/java/android/media/
MediaCodec.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 501 boolean mHasSurface = false;
    [all...]
RootWindowContainer.java 145 if (w.mHasSurface) {
429 if (w.mHasSurface && userId == UserHandle.getUserId(w.mOwnerUid)) {
    [all...]
DisplayContent.java 523 (w.mHasSurface && w.mAppToken != null &&
627 if (w.mHasSurface && isDisplayed) {
663 if (w.mHasSurface) {
    [all...]
WindowManagerService.java     [all...]
  /frameworks/rs/
rsContext.cpp 327 if (!rsc->mRootScript.get() || !rsc->mHasSurface || rsc->mPaused || whenToCallAgain == 0) {
333 if (rsc->mRootScript.get() && rsc->mHasSurface && !rsc->mPaused) {
522 mHasSurface = false;
579 mHasSurface = sur != nullptr;
rsContext.h 349 bool mHasSurface;
  /frameworks/native/services/surfaceflinger/
Layer.h 784 mutable bool mHasSurface;
Layer.cpp 98 mHasSurface(false),
365 LOG_ALWAYS_FATAL_IF(mHasSurface,
368 mHasSurface = true;
    [all...]

Completed in 200 milliseconds