Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DMalicious.cpp152 ASSERT_EQ(NO_ERROR, surface->unlockAndPost()); in TEST()
166 ASSERT_EQ(NO_ERROR, surface->unlockAndPost()); in TEST()
180 ASSERT_EQ(NO_ERROR, surface->unlockAndPost()); in TEST()
194 ASSERT_EQ(NO_ERROR, surface->unlockAndPost()); in TEST()
DMultiTextureConsumer_test.cpp110 mSurface->unlockAndPost(); in TEST_F()
/frameworks/native/cmds/surfacereplayer/replayer/
DBufferQueueScheduler.cpp106 status = s->unlockAndPost(); in fillSurface()
/frameworks/base/core/java/android/view/
DSurface.java330 mHwuiContext.unlockAndPost(canvas); in unlockCanvasAndPost()
729 void unlockAndPost(Canvas canvas) { in unlockAndPost() method in Surface.HwuiContext
/frameworks/native/include/gui/
DSurface.h259 virtual int unlockAndPost();
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp52 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in fillSurfaceRGBA8()
491 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in unlockFGBuffer()
DSurfaceInterceptor_test.cpp68 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in fillSurfaceRGBA8()
/frameworks/base/libs/input/
DSpriteController.cpp232 status = surface->unlockAndPost(); in doUpdateSprites()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp377 status_t err = surface->unlockAndPost(); in nativeUnlockCanvasAndPost()
/frameworks/native/libs/gui/
DSurface.cpp1052 return unlockAndPost(); in dispatchUnlockAndPost()
1672 status_t Surface::unlockAndPost() in unlockAndPost() function in android::Surface