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

/frameworks/native/libs/gui/
H A DSurfaceControl.cpp174 status_t SurfaceControl::deferTransactionUntil(const sp<IBinder>& handle, function in class:android::SurfaceControl
178 return mClient->deferTransactionUntil(mHandle, handle, frameNumber);
181 status_t SurfaceControl::deferTransactionUntil(const sp<Surface>& handle, function in class:android::SurfaceControl
185 return mClient->deferTransactionUntil(mHandle, handle, frameNumber);
H A DSurfaceComposerClient.cpp170 status_t deferTransactionUntil(const sp<SurfaceComposerClient>& client,
173 status_t deferTransactionUntil(const sp<SurfaceComposerClient>& client,
454 status_t Composer::deferTransactionUntil( function in class:android::Composer
468 status_t Composer::deferTransactionUntil( function in class:android::Composer
819 status_t SurfaceComposerClient::deferTransactionUntil(const sp<IBinder>& id, function in class:android::SurfaceComposerClient
821 return getComposer().deferTransactionUntil(this, id, handle, frameNumber);
824 status_t SurfaceComposerClient::deferTransactionUntil(const sp<IBinder>& id, function in class:android::SurfaceComposerClient
826 return getComposer().deferTransactionUntil(this, id, barrierSurface, frameNumber);
/frameworks/base/core/java/android/view/
H A DSurfaceView.java779 mSurfaceControl.deferTransactionUntil(viewRoot.mSurface, frameNumber);
1205 public void deferTransactionUntil(IBinder handle, long frame) { method in class:SurfaceView.SurfaceControlWithBackground
1206 super.deferTransactionUntil(handle, frame);
1207 mBackgroundControl.deferTransactionUntil(handle, frame);
1211 public void deferTransactionUntil(Surface barrier, long frame) { method in class:SurfaceView.SurfaceControlWithBackground
1212 super.deferTransactionUntil(barrier, frame);
1213 mBackgroundControl.deferTransactionUntil(barrier, frame);
H A DSurfaceControl.java430 public void deferTransactionUntil(IBinder handle, long frame) { method in class:SurfaceControl
436 public void deferTransactionUntil(Surface barrier, long frame) { method in class:SurfaceControl
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfaceController.java464 void deferTransactionUntil(IBinder handle, long frame) { method in class:WindowSurfaceController
466 mSurfaceControl.deferTransactionUntil(handle, frame);
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1939 void Layer::deferTransactionUntil(const sp<Layer>& barrierLayer, function in class:android::Layer
1952 void Layer::deferTransactionUntil(const sp<IBinder>& barrierHandle, function in class:android::Layer
1955 deferTransactionUntil(handle->owner.promote(), frameNumber);

Completed in 267 milliseconds