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

/frameworks/native/services/surfaceflinger/
H A DMessageQueue.h50 void wait() const { barrier.wait(); }
58 mutable Barrier barrier; member in class:android::MessageBase
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DTransactionCompat.java98 Surface barrier, long frameNumber) {
99 mTransaction.deferTransactionUntilSurface(surfaceControl.mSurfaceControl, barrier,
97 deferTransactionUntil(SurfaceControlCompat surfaceControl, Surface barrier, long frameNumber) argument
/frameworks/base/core/java/android/view/
H A DSurfaceView.java1220 public void deferTransactionUntil(Surface barrier, long frame) { argument
1221 super.deferTransactionUntil(barrier, frame);
1222 mBackgroundControl.deferTransactionUntil(barrier, frame);
H A DSurfaceControl.java773 public void deferTransactionUntil(Surface barrier, long frame) { argument
775 sGlobalTransaction.deferTransactionUntilSurface(this, barrier, frame);
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp812 sp<Surface> barrier = reinterpret_cast<Surface *>(surfaceObject); local
814 transaction->deferTransactionUntil(ctrl, barrier, frameNumber);
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 89 milliseconds