HomeSort by relevance Sort by last modified time
    Searched refs:mHasSurface (Results 1 - 16 of 16) 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;
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java     [all...]
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
GLSurfaceViewAPI18.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 438 boolean mHasSurface = false;
    [all...]
WindowSurfacePlacer.java 666 if (w.mHasSurface) {
    [all...]
Task.java 618 if (win.mHasSurface && !resizingWindows.contains(win)) {
WindowManagerService.java     [all...]
AppWindowToken.java 799 if (!win.mHasSurface) {
    [all...]
WindowAnimator.java 371 + " hasSurface=" + win.mHasSurface
    [all...]
  /frameworks/rs/
rsContext.cpp 333 if (!rsc->mRootScript.get() || !rsc->mHasSurface || rsc->mPaused) {
352 if ((rsc->mRootScript.get() != nullptr) && rsc->mHasSurface &&
554 mHasSurface = false;
617 mHasSurface = sur != nullptr;
rsContext.h 356 bool mHasSurface;
  /frameworks/native/services/surfaceflinger/
Layer.h 603 mutable bool mHasSurface;
Layer.cpp 92 mHasSurface(false),
336 LOG_ALWAYS_FATAL_IF(mHasSurface,
339 mHasSurface = true;
    [all...]

Completed in 1605 milliseconds