Home
last modified time | relevance | path

Searched refs:surfaceControls (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceControlRegistry.java54 void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, int limit, in onMaxLayersExceeded() argument
63 public void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, in onMaxLayersExceeded() argument
67 for (Map.Entry<SurfaceControl, Long> entry : surfaceControls.entrySet()) { in onMaxLayersExceeded()
77 pw.println("Listing oldest " + size + " of " + surfaceControls.size()); in onMaxLayersExceeded()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DSurfaceControlRegistryTests.java164 public void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, in onMaxLayersExceeded() argument
167 lastSurfaceControls.putAll(surfaceControls); in onMaxLayersExceeded()
/aosp14/frameworks/base/native/android/
H A Dsurface_control.cpp271 SurfaceControl** surfaceControls = new SurfaceControl*[size]; in ASurfaceTransactionStats_getASurfaceControls() local
272 ASurfaceControl** aSurfaceControls = reinterpret_cast<ASurfaceControl**>(surfaceControls); in ASurfaceTransactionStats_getASurfaceControls()
318 SurfaceControl** surfaceControls = reinterpret_cast<SurfaceControl**>(aSurfaceControls); in ASurfaceTransactionStats_releaseASurfaceControls() local
319 delete[] surfaceControls; in ASurfaceTransactionStats_releaseASurfaceControls()