Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurface.java326 mHwuiContext.unlockAndPost(canvas); in unlockCanvasAndPost()
675 void unlockAndPost(Canvas canvas) { in unlockAndPost() method in Surface.HwuiContext
/frameworks/native/libs/gui/tests/
DMultiTextureConsumer_test.cpp110 mSurface->unlockAndPost(); in TEST_F()
DSRGB_test.cpp324 mOutputSurface->unlockAndPost(); in createDebugSurface()
364 mOutputSurface->unlockAndPost(); in copyToDebugSurface()
/frameworks/native/include/gui/
DSurface.h228 virtual int unlockAndPost();
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp53 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in fillSurfaceRGBA8()
/frameworks/base/libs/input/
DSpriteController.cpp233 status = surface->unlockAndPost(); in doUpdateSprites()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp372 status_t err = surface->unlockAndPost(); in nativeUnlockCanvasAndPost()
/frameworks/native/libs/gui/
DSurface.cpp769 return unlockAndPost(); in dispatchUnlockAndPost()
1329 status_t Surface::unlockAndPost() in unlockAndPost() function in android::Surface