Searched refs:deferTransactionUntil (Results 1 - 13 of 13) sorted by relevance

/frameworks/native/include/gui/
H A DSurfaceControl.h84 status_t deferTransactionUntil(sp<IBinder> handle, uint64_t frameNumber);
H A DSurfaceComposerClient.h149 status_t deferTransactionUntil(const sp<IBinder>& id,
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp166 status_t SurfaceControl::deferTransactionUntil(sp<IBinder> handle, function in class:android::SurfaceControl
170 return mClient->deferTransactionUntil(mHandle, handle, frameNumber);
H A DSurfaceComposerClient.cpp165 status_t deferTransactionUntil(const sp<SurfaceComposerClient>& client,
409 status_t Composer::deferTransactionUntil( function in class:android::Composer
713 status_t SurfaceComposerClient::deferTransactionUntil(const sp<IBinder>& id, function in class:android::SurfaceComposerClient
715 return getComposer().deferTransactionUntil(this, id, handle, frameNumber);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfaceController.java443 void deferTransactionUntil(IBinder handle, long frame) { method in class:WindowSurfaceController
445 mSurfaceControl.deferTransactionUntil(handle, frame);
905 public void deferTransactionUntil(IBinder handle, long frame) { method in class:WindowSurfaceController.SurfaceControlWithBackground
906 super.deferTransactionUntil(handle, frame);
907 mBackgroundControl.deferTransactionUntil(handle, frame);
H A DWindowStateAnimator.java2058 mSurfaceController.deferTransactionUntil(
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp477 mFGSurfaceControl->deferTransactionUntil(mSyncSurfaceControl->getHandle(),
483 mFGSurfaceControl->deferTransactionUntil(mSyncSurfaceControl->getHandle(),
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java389 public void deferTransactionUntil(IBinder handle, long frame) { method in class:SurfaceControl
/frameworks/native/services/surfaceflinger/
H A DLayer.h166 void deferTransactionUntil(const sp<IBinder>& handle, uint64_t frameNumber);
H A DLayer.cpp1697 void Layer::deferTransactionUntil(const sp<IBinder>& handle, function in class:android::Layer
H A DSurfaceFlinger.cpp2447 layer->deferTransactionUntil(s.handle, s.frameNumber);
H A DSurfaceFlinger_hwc1.cpp2363 layer->deferTransactionUntil(s.handle, s.frameNumber);
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp653 ctrl->deferTransactionUntil(handle, frameNumber);

Completed in 196 milliseconds