Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurfaceControlRegistry.java54 void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, int limit, in onMaxLayersExceeded()
63 public void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, in onMaxLayersExceeded()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h412 std::unordered_set<sp<SurfaceControl>, SCHash> surfaceControls; member
868 surfaceControls; member
/frameworks/base/core/tests/coretests/src/android/view/
DSurfaceControlRegistryTests.java164 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.cpp1191 std::vector<sp<SurfaceControl>> surfaceControls; in TEST_F() local
1234 std::vector<sp<SurfaceControl>> surfaceControls; in TEST_F() local
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp251 const std::unordered_set<sp<SurfaceControl>, SurfaceComposerClient::SCHash>& in addCallbackFunction()
260 const std::unordered_set<sp<SurfaceControl>, SurfaceComposerClient::SCHash>& in addCallbackFunctionLocked()
1913 const auto& surfaceControls = in addTransactionCallback() local