Searched defs:deferTransactionUntil (Results 1 - 5 of 5) sorted by relevance

/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.cpp163 status_t deferTransactionUntil(const sp<SurfaceComposerClient>& client,
407 status_t Composer::deferTransactionUntil( function in class:android::Composer
691 status_t SurfaceComposerClient::deferTransactionUntil(const sp<IBinder>& id, function in class:android::SurfaceComposerClient
693 return getComposer().deferTransactionUntil(this, id, handle, frameNumber);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfaceController.java423 void deferTransactionUntil(IBinder handle, long frame) { method in class:WindowSurfaceController
425 mSurfaceControl.deferTransactionUntil(handle, frame);
881 public void deferTransactionUntil(IBinder handle, long frame) { method in class:WindowSurfaceController.SurfaceControlWithBackground
882 super.deferTransactionUntil(handle, frame);
883 mBackgroundControl.deferTransactionUntil(handle, frame);
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java383 public void deferTransactionUntil(IBinder handle, long frame) { method in class:SurfaceControl
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1620 void Layer::deferTransactionUntil(const sp<IBinder>& handle, function in class:android::Layer

Completed in 1286 milliseconds