Searched refs:surfaceControls (Results 1 – 3 of 3) sorted by relevance
54 void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, int limit, in onMaxLayersExceeded() argument63 public void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, in onMaxLayersExceeded() argument67 for (Map.Entry<SurfaceControl, Long> entry : surfaceControls.entrySet()) { in onMaxLayersExceeded()77 pw.println("Listing oldest " + size + " of " + surfaceControls.size()); in onMaxLayersExceeded()
164 public void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, in onMaxLayersExceeded() argument167 lastSurfaceControls.putAll(surfaceControls); in onMaxLayersExceeded()
271 SurfaceControl** surfaceControls = new SurfaceControl*[size]; in ASurfaceTransactionStats_getASurfaceControls() local272 ASurfaceControl** aSurfaceControls = reinterpret_cast<ASurfaceControl**>(surfaceControls); in ASurfaceTransactionStats_getASurfaceControls()318 SurfaceControl** surfaceControls = reinterpret_cast<SurfaceControl**>(aSurfaceControls); in ASurfaceTransactionStats_releaseASurfaceControls() local319 delete[] surfaceControls; in ASurfaceTransactionStats_releaseASurfaceControls()