Searched refs:agnostic (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowSurfaceController.java | 239 void setColorSpaceAgnostic(SurfaceControl.Transaction t, boolean agnostic) { in setColorSpaceAgnostic() argument 240 ProtoLog.i(WM_SHOW_TRANSACTIONS, "SURFACE isColorSpaceAgnostic=%b: %s", agnostic, title); in setColorSpaceAgnostic() 245 t.setColorSpaceAgnostic(mSurfaceControl, agnostic); in setColorSpaceAgnostic()
|
H A D | WindowStateAnimator.java | 498 void setColorSpaceAgnosticLocked(boolean agnostic) { in setColorSpaceAgnosticLocked() argument 502 mSurfaceController.setColorSpaceAgnostic(mWin.getPendingTransaction(), agnostic); in setColorSpaceAgnosticLocked() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/util/ |
H A D | StubTransaction.java | 248 public SurfaceControl.Transaction setColorSpaceAgnostic(SurfaceControl sc, boolean agnostic) { in setColorSpaceAgnostic() argument
|
/aosp14/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/ |
H A D | StubTransaction.java | 248 public SurfaceControl.Transaction setColorSpaceAgnostic(SurfaceControl sc, boolean agnostic) { in setColorSpaceAgnostic() argument
|
/aosp14/frameworks/base/core/proto/android/server/ |
H A D | usagestatsservice_v2.proto | 67 // The following field is only used to persist the user-agnostic package usage before shut down
|
/aosp14/frameworks/base/core/res/ |
H A D | Android.bp | 146 // PRODUCT-agnostic resource data like IDs and type definitions.
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
H A D | README.md | 30 This layer implements the `ISoundTriggerHal` interface, which is the version-agnostic representation
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | SurfaceControl.java | 151 boolean agnostic); in nativeSetColorSpaceAgnostic() argument 3113 public Transaction setColorSpaceAgnostic(SurfaceControl sc, boolean agnostic) { in setColorSpaceAgnostic() argument 3115 nativeSetColorSpaceAgnostic(mNativeObject, sc.mNativeObject, agnostic); in setColorSpaceAgnostic()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_SurfaceControl.cpp | 886 jlong nativeObject, jboolean agnostic) { in nativeSetColorSpaceAgnostic() argument 889 transaction->setColorSpaceAgnostic(surfaceControl, agnostic); in nativeSetColorSpaceAgnostic()
|