Home
last modified time | relevance | path

Searched refs:unlockAndPost (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/libs/gui/tests/
DMalicious.cpp157 ASSERT_EQ(NO_ERROR, surface->unlockAndPost()); in TEST()
171 ASSERT_EQ(NO_ERROR, surface->unlockAndPost()); in TEST()
185 ASSERT_EQ(NO_ERROR, surface->unlockAndPost()); in TEST()
199 ASSERT_EQ(NO_ERROR, surface->unlockAndPost()); in TEST()
DMultiTextureConsumer_test.cpp110 mSurface->unlockAndPost(); in TEST_F()
DRegionSampling_test.cpp228 gChoreographerSim->request_render_wait([&surface] { surface->unlockAndPost(); }); in fill_render()
DBLASTBufferQueue_test.cpp1362 surface->unlockAndPost(); in TEST_F()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/screenshot/
DFakeScrollCaptureConnection.java68 mHwuiContext.unlockAndPost(canvas); in requestImage()
125 void unlockAndPost(Canvas canvas) { in unlockAndPost() method in FakeScrollCaptureConnection.HwuiContext
/frameworks/base/libs/hostgraphics/gui/
DSurface.h50 virtual int unlockAndPost() { return 0; } in unlockAndPost() function
/frameworks/base/libs/input/
DSpriteIcon.cpp53 status = surface->unlockAndPost(); in draw()
/frameworks/native/cmds/surfacereplayer/replayer/
DBufferQueueScheduler.cpp106 status = s->unlockAndPost(); in fillSurface()
/frameworks/base/core/java/android/view/
DSurface.java476 mHwuiContext.unlockAndPost(canvas); in unlockCanvasAndPost()
1117 void unlockAndPost(Canvas canvas) { in unlockAndPost() method in Surface.HwuiContext
/frameworks/native/services/surfaceflinger/tests/utils/
DTransactionUtils.h161 ASSERT_EQ(NO_ERROR, s->unlockAndPost());
/frameworks/native/services/surfaceflinger/tests/
DLayerTransactionTest.h121 ASSERT_EQ(NO_ERROR, layer->getSurface()->unlockAndPost()); in postBufferQueueLayerBuffer()
DLayerUpdate_test.cpp122 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in unlockFGBuffer()
DSurfaceInterceptor_test.cpp80 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in fillSurfaceRGBA8()
/frameworks/native/libs/gui/include/gui/
DSurface.h322 virtual int unlockAndPost();
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp255 status_t err = surface->unlockAndPost(); in nativeUnlockCanvasAndPost()
/frameworks/native/libs/gui/
DSurface.cpp1615 return unlockAndPost(); in dispatchUnlockAndPost()
2510 status_t Surface::unlockAndPost() in unlockAndPost() function in android::Surface
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp114 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in fillSurfaceRGBA8()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61918 Landroid/view/Surface$HwuiContext;->unlockAndPost(Landroid/graphics/Canvas;)V