Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/resize/
Dresize.cpp54 surface->unlockAndPost(); in main()
58 surface->unlockAndPost(); in main()
/frameworks/native/libs/gui/tests/
DMultiTextureConsumer_test.cpp110 mSurface->unlockAndPost(); in TEST_F()
DSRGB_test.cpp317 mOutputSurface->unlockAndPost(); in createDebugSurface()
356 mOutputSurface->unlockAndPost(); in copyToDebugSurface()
/frameworks/native/include/gui/
DSurface.h175 virtual int unlockAndPost();
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp48 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in fillSurfaceRGBA8()
/frameworks/native/libs/gui/
DSurface.cpp538 return unlockAndPost(); in dispatchUnlockAndPost()
890 status_t Surface::unlockAndPost() in unlockAndPost() function in android::Surface
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp274 status_t err = surface->unlockAndPost(); in nativeUnlockCanvasAndPost()
/frameworks/base/libs/input/
DSpriteController.cpp229 status = surface->unlockAndPost(); in doUpdateSprites()