Home
last modified time | relevance | path

Searched refs:Barrier (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/renderfright/gl/
DImageManager.h34 struct Barrier { struct
46 void cacheAsync(const sp<GraphicBuffer>& buffer, const std::shared_ptr<Barrier>& barrier) argument
49 void releaseAsync(uint64_t bufferId, const std::shared_ptr<Barrier>& barrier) EXCLUDES(mMutex);
58 std::shared_ptr<Barrier> barrier = nullptr;
DImageManager.cpp60 const std::shared_ptr<Barrier>& barrier) { in cacheAsync()
77 auto barrier = std::make_shared<Barrier>(); in cache()
85 void ImageManager::releaseAsync(uint64_t bufferId, const std::shared_ptr<Barrier>& barrier) { in releaseAsync()
DGLESRenderEngine.h100 std::shared_ptr<ImageManager::Barrier> cacheExternalTextureBufferForTesting(
102 std::shared_ptr<ImageManager::Barrier> unbindExternalTextureBufferForTesting(uint64_t bufferId);
DGLESRenderEngine.cpp697 std::shared_ptr<ImageManager::Barrier> GLESRenderEngine::cacheExternalTextureBufferForTesting( in cacheExternalTextureBufferForTesting()
699 auto barrier = std::make_shared<ImageManager::Barrier>(); in cacheExternalTextureBufferForTesting()
747 std::shared_ptr<ImageManager::Barrier> GLESRenderEngine::unbindExternalTextureBufferForTesting( in unbindExternalTextureBufferForTesting()
749 auto barrier = std::make_shared<ImageManager::Barrier>(); in unbindExternalTextureBufferForTesting()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DKeyguardSliceViewSection.kt22 import androidx.constraintlayout.widget.Barrier
76 Barrier.BOTTOM, in applyConstraints()
DClockSection.kt22 import androidx.constraintlayout.widget.Barrier in <lambda>()
133 Barrier.BOTTOM, in getTargetClockFace()
141 Barrier.BOTTOM, in getTargetClockFace()
148 Barrier.BOTTOM, in getTargetClockFace()
DNotificationStackScrollLayoutSection.kt23 import androidx.constraintlayout.widget.Barrier
56 Barrier.TOP, in addNotificationPlaceholderBarrier()
DSmartspaceSection.kt23 import androidx.constraintlayout.widget.Barrier
168 Barrier.BOTTOM, in applyConstraints()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/
DMediaViewHolder.kt26 import androidx.constraintlayout.widget.Barrier
76 val actionsTopBarrier = itemView.requireViewById<Barrier>(R.id.media_action_barrier_top)
/frameworks/av/media/libstagefright/renderfright/tests/
DRenderEngineTest.cpp1234 std::shared_ptr<renderengine::gl::ImageManager::Barrier> barrier = in TEST_F()
1259 std::shared_ptr<renderengine::gl::ImageManager::Barrier> barrier = in TEST_F()
1271 std::shared_ptr<renderengine::gl::ImageManager::Barrier> barrier = in TEST_F()
1285 std::shared_ptr<renderengine::gl::ImageManager::Barrier> barrier = in TEST_F()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
DMediaControlPanelTest.kt58 import androidx.constraintlayout.widget.Barrier in <lambda>()
187 private lateinit var actionsTopBarrier: Barrier in <lambda>()
392 Barrier(context).also { in <lambda>()