Searched refs:unlockAndPost (Results 1 – 10 of 10) sorted by relevance
152 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()
110 mSurface->unlockAndPost(); in TEST_F()
106 status = s->unlockAndPost(); in fillSurface()
330 mHwuiContext.unlockAndPost(canvas); in unlockCanvasAndPost()729 void unlockAndPost(Canvas canvas) { in unlockAndPost() method in Surface.HwuiContext
259 virtual int unlockAndPost();
52 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in fillSurfaceRGBA8()491 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in unlockFGBuffer()
68 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in fillSurfaceRGBA8()
232 status = surface->unlockAndPost(); in doUpdateSprites()
377 status_t err = surface->unlockAndPost(); in nativeUnlockCanvasAndPost()
1052 return unlockAndPost(); in dispatchUnlockAndPost()1672 status_t Surface::unlockAndPost() in unlockAndPost() function in android::Surface