/cts/tests/surfacecontrol/src/android/view/cts/util/ |
D | ASurfaceControlTestUtils.java | 51 public static void reparent(long surfaceControl, long newParentSurfaceControl) { in reparent() 62 public static void setVisibility(long surfaceControl, boolean visible) { in setVisibility() 68 public static void setBufferOpaque(long surfaceControl, boolean opaque) { in setBufferOpaque() 74 public static void setGeometry(long surfaceControl, int srcLeft, int srcTop, int srcRight, in setGeometry() 84 public static void setZOrder(long surfaceControl, int z) { in setZOrder() 90 public static void setBufferAlpha(long surfaceControl, double alpha) { in setBufferAlpha() 96 public static void setColor(long surfaceControl, float red, float green, float blue, in setColor() 103 public static void setPosition(long surfaceControl, int x, int y) { in setPosition() 109 public static void setScale(long surfaceControl, float xScale, float yScale) { in setScale() 115 public static void setBufferTransform(long surfaceControl, int bufferTransform) { in setBufferTransform() [all …]
|
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | ASurfaceControlBackPressureTest.java | 70 SurfaceControl surfaceControl = new SurfaceControl.Builder().setName( in createChildSurfaceControl() local 88 private long[] submitBuffers(SurfaceControl surfaceControl, int numFrames) in submitBuffers() 151 SurfaceControl surfaceControl = createChildSurfaceControl(true /* enableBackPressure */); in testSurfaceTransaction_setEnableBackPressure() local 163 SurfaceControl surfaceControl = createChildSurfaceControl(false /* enableBackPressure */); in testSurfaceTransaction_defaultBackPressureDisabled() local
|
D | ASurfaceControlTest.java | 184 long surfaceControl, int width, int height, int color, in setAndApplySolidBufferWithRelease() 209 public long setSolidBuffer(long surfaceControl, long surfaceTransaction, int width, in setSolidBuffer() 237 long surfaceControl = nSurfaceControl_createFromWindow(surface); in createFromWindow() local 253 long surfaceControl, long surfaceTransaction, int width, int height, int color) { in setSolidBuffer() 261 public long setSolidBuffer(long surfaceControl, int width, int height, int color) { in setSolidBuffer() 277 public void setNullBuffer(long surfaceControl) { in setNullBuffer() 292 public void setQuadrantBuffer(long surfaceControl, long surfaceTransaction, int width, in setQuadrantBuffer() 301 public void setQuadrantBuffer(long surfaceControl, int width, int height, int colorTopLeft, in setQuadrantBuffer() 2304 long surfaceControl = nSurfaceControl_createFromWindow(holder.getSurface()); in verifySetFrameTimeline() local 2954 final long surfaceControl = nSurfaceControl_fromJava(control); in testBufferRelease() local [all …]
|
D | SurfaceControlTest.java | 174 SurfaceControl surfaceControl = new SurfaceControl.Builder() in createFromWindow() local 185 SurfaceControl surfaceControl = new SurfaceControl.Builder() in create() local 194 public void setSolidBuffer(SurfaceControl surfaceControl, in setSolidBuffer() 201 public void setSolidBuffer(SurfaceControl surfaceControl, in setSolidBuffer() 210 public void setSolidBuffer(SurfaceControl surfaceControl, in setSolidBuffer() 221 public void setSolidBuffer(SurfaceControl surfaceControl, in setSolidBuffer() 231 public void setQuadrantBuffer(SurfaceControl surfaceControl, in setQuadrantBuffer() 243 public void setSourceToDefaultDest(SurfaceControl surfaceControl, Rect src) { in setSourceToDefaultDest() 2535 SurfaceControl surfaceControl = new SurfaceControl.Builder() in buildSmallRedSurface() local
|
D | TrustedPresentationCallbackTest.java | 110 SurfaceControl surfaceControl = new SurfaceControl.Builder() in createChildSc() local 119 private void setBuffer(SurfaceControl surfaceControl, int width, int height) { in setBuffer()
|
/cts/tests/surfacecontrol/jni/ |
D | android_view_cts_ASurfaceControlTest.cpp | 218 ASurfaceControl* surfaceControl = in SurfaceControl_createFromWindow() local 230 ASurfaceControl* surfaceControl = nullptr; in SurfaceControl_create() local 240 void SurfaceControl_acquire(JNIEnv* /*env*/, jclass, jlong surfaceControl) { in SurfaceControl_acquire() 248 void SurfaceControl_release(JNIEnv* /*env*/, jclass, jlong surfaceControl) { in SurfaceControl_release() 298 jlong surfaceControl, jlong surfaceTransaction, in SurfaceTransaction_setSolidBufferWithRelease() 328 jlong surfaceControl, in SurfaceTransaction_setSolidBuffer() 350 void SurfaceTransaction_setBuffer(JNIEnv* /*env*/, jclass, jlong surfaceControl, in SurfaceTransaction_setBuffer() 363 JNIEnv* /*env*/, jclass, jlong surfaceControl, jlong surfaceTransaction, in SurfaceTransaction_setQuadrantBuffer() 392 jlong surfaceControl, in SurfaceTransaction_setVisibility() 402 jlong surfaceControl, in SurfaceTransaction_setBufferOpaque() [all …]
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2022-20357/ |
D | poc.cpp | 39 sp<SurfaceControl> surfaceControl = in main() local
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_FrameRateCtsActivity.cpp | 225 ASurfaceControl* surfaceControl = in surfaceControlSetFrameRate() local 240 ASurfaceControl* surfaceControl = in surfaceControlClearFrameRate() local 249 ASurfaceControl* surfaceControl = in surfaceControlSetVisibility() local 261 ASurfaceControl* surfaceControl = surface->getSurfaceControl(); in surfaceControlPostBuffer() local
|
/cts/tests/tests/widget/src/android/widget/cts/inline/ |
D | InlineContentViewTest.java | 104 final SurfaceControl surfaceControl = ((InlineContentView) view).getSurfaceControl(); in testGetSurfaceControl() local
|
/cts/tests/tests/os/src/android/os/cts/ |
D | PerformanceHintManagerTest.java | 470 SurfaceControl surfaceControl, Surface surface); in nativeTestSetNativeSurfaces() 471 private native String nativeTestAutoSessionTiming(SurfaceControl surfaceControl); in nativeTestAutoSessionTiming()
|
/cts/tests/tests/os/jni/ |
D | android_os_cts_PerformanceHintManagerTest.cpp | 535 auto surfaceControl = wrapSurfaceControl(ASurfaceControl_fromJava(env, surfaceControlFromJava)); in nativeTestSetNativeSurfaces() local 615 auto surfaceControl = wrapSurfaceControl(ASurfaceControl_fromJava(env, surfaceControlFromJava)); in nativeTestAutoSessionTiming() local
|