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

/frameworks/native/services/surfaceflinger/tests/resize/
H A Dresize.cpp54 surface->unlockAndPost();
58 surface->unlockAndPost();
/frameworks/native/include/gui/
H A DSurface.h149 virtual int unlockAndPost();
/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.cpp282 status_t err = surface->unlockAndPost();
/frameworks/native/libs/gui/
H A DSurface.cpp486 return unlockAndPost();
823 status_t Surface::unlockAndPost() function in class:android::Surface
826 ALOGE("Surface::unlockAndPost failed, no locked buffer");
/frameworks/base/services/input/
H A DSpriteController.cpp230 status = surface->unlockAndPost();
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp459 mSurface->unlockAndPost();

Completed in 157 milliseconds