Searched refs:unlockAndPost (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/resize/
H A Dresize.cpp54 surface->unlockAndPost();
58 surface->unlockAndPost();
/frameworks/native/libs/gui/tests/
H A DMultiTextureConsumer_test.cpp110 mSurface->unlockAndPost();
H A DSRGB_test.cpp317 mOutputSurface->unlockAndPost();
356 mOutputSurface->unlockAndPost();
/frameworks/native/include/gui/
H A DSurface.h175 virtual int unlockAndPost();
/frameworks/base/core/java/android/view/
H A DSurface.java280 mHwuiContext.unlockAndPost(canvas);
592 void unlockAndPost(Canvas canvas) { method in class:Surface.HwuiContext
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp48 ASSERT_EQ(NO_ERROR, s->unlockAndPost());
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp279 status_t err = surface->unlockAndPost();
/frameworks/native/libs/gui/
H A DSurface.cpp538 return unlockAndPost();
890 status_t Surface::unlockAndPost() function in class:android::Surface
893 ALOGE("Surface::unlockAndPost failed, no locked buffer");
/frameworks/base/libs/input/
H A DSpriteController.cpp229 status = surface->unlockAndPost();

Completed in 998 milliseconds