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;
  /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 429 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 714 if (!win.mHasSurface) {
    [all...]
WindowAnimator.java 353 + " 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 &&
552 mHasSurface = false;
615 mHasSurface = sur != nullptr;
rsContext.h 357 bool mHasSurface;
  /frameworks/native/services/surfaceflinger/
Layer.h 585 mutable bool mHasSurface;
Layer.cpp 90 mHasSurface(false),
333 LOG_ALWAYS_FATAL_IF(mHasSurface,
336 mHasSurface = true;
    [all...]

Completed in 625 milliseconds