Home
last modified time | relevance | path

Searched refs:agnostic (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java390 void setColorSpaceAgnostic(boolean agnostic) { in setColorSpaceAgnostic() argument
392 logSurface("isColorSpaceAgnostic=" + agnostic, null); in setColorSpaceAgnostic()
403 mSurfaceControl.setColorSpaceAgnostic(agnostic); in setColorSpaceAgnostic()
DWindowStateAnimator.java1257 void setColorSpaceAgnosticLocked(boolean agnostic) { in setColorSpaceAgnosticLocked() argument
1261 mSurfaceController.setColorSpaceAgnostic(agnostic); in setColorSpaceAgnosticLocked()
/frameworks/base/core/res/
DAndroid.bp39 // PRODUCT-agnostic resource data like IDs and type definitions.
/frameworks/base/core/java/android/view/
DSurfaceControl.java120 boolean agnostic); in nativeSetColorSpaceAgnostic() argument
1257 public void setColorSpaceAgnostic(boolean agnostic) { in setColorSpaceAgnostic() argument
1260 sGlobalTransaction.setColorSpaceAgnostic(this, agnostic); in setColorSpaceAgnostic()
2323 public Transaction setColorSpaceAgnostic(SurfaceControl sc, boolean agnostic) { in setColorSpaceAgnostic() argument
2325 nativeSetColorSpaceAgnostic(mNativeObject, sc.mNativeObject, agnostic); in setColorSpaceAgnostic()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h410 Transaction& setColorSpaceAgnostic(const sp<SurfaceControl>& sc, const bool agnostic);
/frameworks/native/services/surfaceflinger/
DLayer.cpp1187 bool Layer::setColorSpaceAgnostic(const bool agnostic) { in setColorSpaceAgnostic() argument
1188 if (mCurrentState.colorSpaceAgnostic == agnostic) { in setColorSpaceAgnostic()
1192 mCurrentState.colorSpaceAgnostic = agnostic; in setColorSpaceAgnostic()
DLayer.h330 virtual bool setColorSpaceAgnostic(const bool agnostic);
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop255 # SurfaceFlinger expects for surfaces which are color space agnostic.
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1024 const sp<SurfaceControl>& sc, const bool agnostic) { in setColorSpaceAgnostic() argument
1031 s->colorSpaceAgnostic = agnostic; in setColorSpaceAgnostic()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp521 jlong nativeObject, jboolean agnostic) { in nativeSetColorSpaceAgnostic() argument
524 transaction->setColorSpaceAgnostic(surfaceControl, agnostic); in nativeSetColorSpaceAgnostic()