Searched defs:surfaceControls (Results 1 – 6 of 6) sorted by relevance
| /frameworks/base/core/java/android/view/ |
| D | SurfaceControlRegistry.java | 54 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/ |
| D | SurfaceComposerClient.h | 412 std::unordered_set<sp<SurfaceControl>, SCHash> surfaceControls; member 868 surfaceControls; member
|
| /frameworks/base/core/tests/coretests/src/android/view/ |
| D | SurfaceControlRegistryTests.java | 164 public void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, in onMaxLayersExceeded()
|
| /frameworks/base/native/android/ |
| D | surface_control.cpp | 271 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/ |
| D | BLASTBufferQueue_test.cpp | 1191 std::vector<sp<SurfaceControl>> surfaceControls; in TEST_F() local 1234 std::vector<sp<SurfaceControl>> surfaceControls; in TEST_F() local
|
| /frameworks/native/libs/gui/ |
| D | SurfaceComposerClient.cpp | 251 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
|