HomeSort by relevance Sort by last modified time
    Searched refs:unlockAndPost (Results 1 - 9 of 9) sorted by null

  /frameworks/base/services/surfaceflinger/tests/resize/
resize.cpp 54 surface->unlockAndPost();
58 surface->unlockAndPost();
  /frameworks/base/include/gui/
SurfaceTextureClient.h 95 virtual int unlockAndPost();
  /external/webkit/Source/WebKit/android/plugins/
ANPSurfaceInterface.cpp 159 surface->unlockAndPost();
  /frameworks/base/include/surfaceflinger/
Surface.h 140 status_t unlockAndPost();
  /frameworks/base/libs/gui/
Surface.cpp 382 status_t Surface::unlockAndPost() {
383 return SurfaceTextureClient::unlockAndPost();
SurfaceTextureClient.cpp 400 return unlockAndPost();
678 status_t SurfaceTextureClient::unlockAndPost()
681 LOGE("Surface::unlockAndPost failed, no locked buffer");
  /frameworks/base/services/surfaceflinger/tests/
Transaction_test.cpp 44 ASSERT_EQ(NO_ERROR, s->unlockAndPost());
  /frameworks/base/services/input/
SpriteController.cpp 229 status = surface->unlockAndPost();
  /frameworks/base/core/jni/
android_view_Surface.cpp 427 status_t err = surface->unlockAndPost();

Completed in 132 milliseconds