HomeSort by relevance Sort by last modified time
    Searched refs:reparentChildren (Results 1 - 12 of 12) sorted by null

  /frameworks/native/libs/gui/include/gui/
SurfaceControl.h 115 status_t reparentChildren(const sp<IBinder>& newParentHandle);
SurfaceComposerClient.h 162 status_t reparentChildren(const sp<IBinder>& id,
  /frameworks/native/libs/gui/
SurfaceControl.cpp 188 status_t SurfaceControl::reparentChildren(const sp<IBinder>& newParentHandle) {
191 return mClient->reparentChildren(mHandle, newParentHandle);
SurfaceComposerClient.cpp 176 status_t reparentChildren(const sp<SurfaceComposerClient>& client,
482 status_t Composer::reparentChildren(
829 status_t SurfaceComposerClient::reparentChildren(const sp<IBinder>& id,
831 return getComposer().reparentChildren(this, id, newParentHandle);
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceControl.java 452 public void reparentChildren(IBinder newParentHandle) {
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.h 242 bool reparentChildren(const sp<IBinder>& layer);
Layer.cpp     [all...]
SurfaceFlinger.cpp     [all...]
SurfaceFlinger_hwc1.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowSurfaceController.java 132 mSurfaceControl.reparentChildren(other.getHandle());
  /frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp     [all...]
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 736 ctrl->reparentChildren(handle);
    [all...]

Completed in 1022 milliseconds