Home
last modified time | relevance | path

Searched defs:surfaceControls (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
DSurfaceControlRegistry.java56 void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, int limit, in onMaxLayersExceeded()
65 public void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, in onMaxLayersExceeded()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h417 std::unordered_set<sp<SurfaceControl>, SCHash> surfaceControls; member
891 surfaceControls; member
/frameworks/base/core/tests/coretests/src/android/view/
DSurfaceControlRegistryTests.java187 public void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, in onMaxLayersExceeded()
/frameworks/base/native/android/
Dsurface_control.cpp271 SurfaceControl** surfaceControls = new SurfaceControl*[size]; in ASurfaceTransactionStats_getASurfaceControls() local
318 SurfaceControl** surfaceControls = reinterpret_cast<SurfaceControl**>(aSurfaceControls); in ASurfaceTransactionStats_releaseASurfaceControls() local
/frameworks/native/libs/gui/tests/
DBLASTBufferQueue_test.cpp1179 std::vector<sp<SurfaceControl>> surfaceControls; in TEST_F() local
1222 std::vector<sp<SurfaceControl>> surfaceControls; in TEST_F() local
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp255 const std::unordered_set<sp<SurfaceControl>, SurfaceComposerClient::SCHash>& in addCallbackFunction()
264 const std::unordered_set<sp<SurfaceControl>, SurfaceComposerClient::SCHash>& in addCallbackFunctionLocked()
1945 const auto& surfaceControls = mListenerCallbacks[mTransactionCompletedListener].surfaceControls; in addTransactionCallback() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowManagerServiceTests.java1266 final ArrayList<SurfaceControl> surfaceControls = new ArrayList<>(); in testDrawMagnifiedViewport() local
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java5180 ArrayList<SurfaceControl> surfaceControls = new ArrayList<>(); in getLayerCaptureArgs() local