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

  /frameworks/native/libs/gui/
SurfaceControl.cpp 174 status_t SurfaceControl::deferTransactionUntil(const sp<IBinder>& handle,
178 return mClient->deferTransactionUntil(mHandle, handle, frameNumber);
181 status_t SurfaceControl::deferTransactionUntil(const sp<Surface>& handle,
185 return mClient->deferTransactionUntil(mHandle, handle, frameNumber);
SurfaceComposerClient.cpp 170 status_t deferTransactionUntil(const sp<SurfaceComposerClient>& client,
173 status_t deferTransactionUntil(const sp<SurfaceComposerClient>& client,
454 status_t Composer::deferTransactionUntil(
468 status_t Composer::deferTransactionUntil(
819 status_t SurfaceComposerClient::deferTransactionUntil(const sp<IBinder>& id,
821 return getComposer().deferTransactionUntil(this, id, handle, frameNumber);
824 status_t SurfaceComposerClient::deferTransactionUntil(const sp<IBinder>& id,
826 return getComposer().deferTransactionUntil(this, id, barrierSurface, frameNumber);
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceView.java 778 mSurfaceControl.deferTransactionUntil(viewRoot.mSurface, frameNumber);
    [all...]
SurfaceControl.java 440 public void deferTransactionUntil(IBinder handle, long frame) {
446 public void deferTransactionUntil(Surface barrier, long frame) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowSurfaceController.java 461 void deferTransactionUntil(IBinder handle, long frame) {
463 mSurfaceControl.deferTransactionUntil(handle, frame);
  /frameworks/native/services/surfaceflinger/
Layer.cpp     [all...]

Completed in 1018 milliseconds