Home
last modified time | relevance | path

Searched refs:unlockAndPost (Results 1 – 16 of 16) 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.cpp227 gChoreographerSim->request_render_wait([&surface] { surface->unlockAndPost(); }); in fill_render()
DEndToEndNativeInputTest.cpp260 ASSERT_EQ(NO_ERROR, layer->getSurface()->unlockAndPost()); in postBuffer()
/frameworks/base/libs/hostgraphics/gui/
DSurface.h50 virtual int unlockAndPost() { return 0; } in unlockAndPost() function
/frameworks/native/cmds/surfacereplayer/replayer/
DBufferQueueScheduler.cpp106 status = s->unlockAndPost(); in fillSurface()
/frameworks/base/core/java/android/view/
DSurface.java421 mHwuiContext.unlockAndPost(canvas); in unlockCanvasAndPost()
1027 void unlockAndPost(Canvas canvas) { in unlockAndPost() method in Surface.HwuiContext
/frameworks/native/services/surfaceflinger/tests/utils/
DTransactionUtils.h157 ASSERT_EQ(NO_ERROR, s->unlockAndPost());
/frameworks/native/services/surfaceflinger/tests/
DLayerTransactionTest.h112 ASSERT_EQ(NO_ERROR, layer->getSurface()->unlockAndPost()); in postBufferQueueLayerBuffer()
DSurfaceInterceptor_test.cpp82 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in fillSurfaceRGBA8()
DLayerUpdate_test.cpp157 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in unlockFGBuffer()
/frameworks/native/libs/gui/include/gui/
DSurface.h305 virtual int unlockAndPost();
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp254 status_t err = surface->unlockAndPost(); in nativeUnlockCanvasAndPost()
/frameworks/base/libs/input/
DSpriteController.cpp220 status = surface->unlockAndPost(); in doUpdateSprites()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp108 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in fillSurfaceRGBA8()
1932 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in unlockFGBuffer()
/frameworks/native/libs/gui/
DSurface.cpp1296 return unlockAndPost(); in dispatchUnlockAndPost()
2137 status_t Surface::unlockAndPost() in unlockAndPost() function in android::Surface