Searched refs:barrier (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | MessageQueue.h | 50 void wait() const { barrier.wait(); } in wait() 58 mutable Barrier barrier; variable
|
D | MessageQueue.cpp | 44 barrier.open(); in handleMessage()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | TransactionCompat.java | 97 Surface barrier, long frameNumber) { in deferTransactionUntil() argument 98 mTransaction.deferTransactionUntilSurface(surfaceControl.mSurfaceControl, barrier, in deferTransactionUntil()
|
/frameworks/base/core/proto/android/os/ |
D | message.proto | 44 optional int32 barrier = 8; field
|
/frameworks/base/core/java/android/view/ |
D | SurfaceControl.java | 1033 public void deferTransactionUntil(Surface barrier, long frame) { in deferTransactionUntil() argument 1035 sGlobalTransaction.deferTransactionUntilSurface(this, barrier, frame); in deferTransactionUntil()
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 1129 sp<Surface> barrier = reinterpret_cast<Surface *>(surfaceObject); in nativeDeferTransactionUntilSurface() local 1131 transaction->deferTransactionUntil_legacy(ctrl, barrier, frameNumber); in nativeDeferTransactionUntilSurface()
|
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/ |
D | cube.cpp | 2306 auto const barrier = vk::ImageMemoryBarrier() in set_image_layout() local 2316 …ineBarrier(src_stages, dest_stages, vk::DependencyFlagBits(), 0, nullptr, 0, nullptr, 1, &barrier); in set_image_layout()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |