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

  /frameworks/native/include/gui/
SurfaceControl.h 83 status_t deferTransactionUntil(sp<IBinder> handle, uint64_t frameNumber);
SurfaceComposerClient.h 139 status_t deferTransactionUntil(const sp<IBinder>& id,
  /frameworks/native/libs/gui/
SurfaceControl.cpp 166 status_t SurfaceControl::deferTransactionUntil(sp<IBinder> handle,
170 return mClient->deferTransactionUntil(mHandle, handle, frameNumber);
SurfaceComposerClient.cpp 163 status_t deferTransactionUntil(const sp<SurfaceComposerClient>& client,
407 status_t Composer::deferTransactionUntil(
691 status_t SurfaceComposerClient::deferTransactionUntil(const sp<IBinder>& id,
693 return getComposer().deferTransactionUntil(this, id, handle, frameNumber);
  /frameworks/base/services/core/java/com/android/server/wm/
WindowSurfaceController.java 423 void deferTransactionUntil(IBinder handle, long frame) {
425 mSurfaceControl.deferTransactionUntil(handle, frame);
881 public void deferTransactionUntil(IBinder handle, long frame) {
882 super.deferTransactionUntil(handle, frame);
883 mBackgroundControl.deferTransactionUntil(handle, frame);
WindowStateAnimator.java     [all...]
  /frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp 477 mFGSurfaceControl->deferTransactionUntil(mSyncSurfaceControl->getHandle(),
483 mFGSurfaceControl->deferTransactionUntil(mSyncSurfaceControl->getHandle(),
  /frameworks/base/core/java/android/view/
SurfaceControl.java 383 public void deferTransactionUntil(IBinder handle, long frame) {
  /frameworks/native/services/surfaceflinger/
Layer.h 162 void deferTransactionUntil(const sp<IBinder>& handle, uint64_t frameNumber);
Layer.cpp     [all...]
SurfaceFlinger.cpp     [all...]
SurfaceFlinger_hwc1.cpp     [all...]
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 613 ctrl->deferTransactionUntil(handle, frameNumber);

Completed in 613 milliseconds