/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | RemoteAnimationTargetCompat.java | 42 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/ |
D | SurfaceControlRegistry.java | 54 void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, int limit, in onMaxLayersExceeded() 63 public void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, in onMaxLayersExceeded()
|
D | SurfaceControl.java | 110 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/ |
D | GLHelper.h | 27 class SurfaceControl; variable
|
/frameworks/native/libs/gui/ |
D | SurfaceControl.cpp | 53 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
|
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()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/ |
D | TransitionUtil.java | 248 @Nullable ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in newTarget() 257 @Nullable ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in newTarget()
|
/frameworks/native/services/surfaceflinger/ |
D | RefreshRateOverlay.h | 37 class SurfaceControl; variable
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | SurfaceControlRegistryTests.java | 164 public void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, in onMaxLayersExceeded()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardService.java | 123 SurfaceControl.Transaction t, ArrayMap<SurfaceControl, SurfaceControl> leashMap, in wrap()
|
/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 513 Transaction& setSize(const sp<SurfaceControl>&, uint32_t, uint32_t) { return *this; } in setSize()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.h | 42 class SurfaceControl; variable
|
/frameworks/native/services/surfaceflinger/tests/ |
D | LayerCallback_test.cpp | 118 const std::unordered_set<sp<SurfaceControl>, SCHash>& committedSc) { in waitForCommitCallback()
|