Home
last modified time | relevance | path

Searched defs:SurfaceControl (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationTargetCompat.java42 SurfaceControl.Transaction t, ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in wrapApps()
55 SurfaceControl.Transaction t, ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in wrapNonApps()
61 SurfaceControl.Transaction t, ArrayMap<SurfaceControl, SurfaceControl> leashMap, in wrap()
/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()
DSurfaceControl.java110 public final class SurfaceControl implements Parcelable { class
1212 private SurfaceControl(SurfaceSession session, String name, int w, int h, int format, int flags, in SurfaceControl() method in SurfaceControl
1258 public SurfaceControl(@NonNull SurfaceControl other, @NonNull String callsite) { in SurfaceControl() method in SurfaceControl
1262 private SurfaceControl(Parcel in) { in SurfaceControl() method in SurfaceControl
1272 public SurfaceControl() { in SurfaceControl() method in SurfaceControl
/frameworks/native/cmds/flatland/
DGLHelper.h27 class SurfaceControl; variable
/frameworks/native/libs/gui/
DSurfaceControl.cpp53 SurfaceControl::SurfaceControl(const sp<SurfaceComposerClient>& client, const sp<IBinder>& handle, in SurfaceControl() function in android::SurfaceControl
66 SurfaceControl::SurfaceControl(const sp<SurfaceControl>& other) { in SurfaceControl() function in android::SurfaceControl
DSurfaceComposerClient.cpp251 const std::unordered_set<sp<SurfaceControl>, SurfaceComposerClient::SCHash>& in addCallbackFunction()
260 const std::unordered_set<sp<SurfaceControl>, SurfaceComposerClient::SCHash>& in addCallbackFunctionLocked()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
DTransitionUtil.java248 @Nullable ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in newTarget()
257 @Nullable ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in newTarget()
/frameworks/native/services/surfaceflinger/
DRefreshRateOverlay.h37 class SurfaceControl; variable
/frameworks/base/core/tests/coretests/src/android/view/
DSurfaceControlRegistryTests.java164 public void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, in onMaxLayersExceeded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java123 SurfaceControl.Transaction t, ArrayMap<SurfaceControl, SurfaceControl> leashMap, in wrap()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h513 Transaction& setSize(const sp<SurfaceControl>&, uint32_t, uint32_t) { return *this; } in setSize()
/frameworks/base/cmds/bootanimation/
DBootAnimation.h42 class SurfaceControl; variable
/frameworks/native/services/surfaceflinger/tests/
DLayerCallback_test.cpp118 const std::unordered_set<sp<SurfaceControl>, SCHash>& committedSc) { in waitForCommitCallback()