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

  /frameworks/native/services/surfaceflinger/tests/resize/
resize.cpp 53 surface->unlockAndPost();
57 surface->unlockAndPost();
  /external/webkit/Source/WebKit/android/plugins/
ANPSurfaceInterface.cpp 159 surface->unlockAndPost();
  /frameworks/native/include/gui/
Surface.h 139 status_t unlockAndPost();
SurfaceTextureClient.h 109 virtual int unlockAndPost();
  /frameworks/native/libs/gui/
Surface.cpp 389 status_t Surface::unlockAndPost() {
390 return SurfaceTextureClient::unlockAndPost();
SurfaceTextureClient.cpp 445 return unlockAndPost();
771 status_t SurfaceTextureClient::unlockAndPost()
774 ALOGE("Surface::unlockAndPost failed, no locked buffer");
  /frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp 47 ASSERT_EQ(NO_ERROR, s->unlockAndPost());
  /frameworks/base/services/input/
SpriteController.cpp 229 status = surface->unlockAndPost();
  /frameworks/base/core/jni/
android_view_Surface.cpp 450 status_t err = surface->unlockAndPost();

Completed in 1544 milliseconds