Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurfaceComposerClient.h348 std::unordered_set<sp<SurfaceControl>, SCHash> surfaceControls; member
679 surfaceControls; member
/aosp12/frameworks/base/native/android/
H A Dsurface_control.cpp233 SurfaceControl** surfaceControls = new SurfaceControl*[size]; in ASurfaceTransactionStats_getASurfaceControls() local
280 SurfaceControl** surfaceControls = reinterpret_cast<SurfaceControl**>(aSurfaceControls); in ASurfaceTransactionStats_releaseASurfaceControls() local
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp177 const std::unordered_set<sp<SurfaceControl>, SurfaceComposerClient::SCHash>& in addCallbackFunction()
1474 const auto& surfaceControls = in addTransactionCallback() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainer.java3588 final ArrayList<SurfaceControl> surfaceControls = in hideInsetSourceViewOverflows() local