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

  /frameworks/native/libs/gui/tests/
Malicious.cpp 157 ASSERT_EQ(NO_ERROR, surface->unlockAndPost());
171 ASSERT_EQ(NO_ERROR, surface->unlockAndPost());
185 ASSERT_EQ(NO_ERROR, surface->unlockAndPost());
199 ASSERT_EQ(NO_ERROR, surface->unlockAndPost());
MultiTextureConsumer_test.cpp 110 mSurface->unlockAndPost();
  /frameworks/native/cmds/surfacereplayer/replayer/
BufferQueueScheduler.cpp 106 status = s->unlockAndPost();
  /frameworks/base/core/java/android/view/
Surface.java 361 mHwuiContext.unlockAndPost(canvas);
899 void unlockAndPost(Canvas canvas)
    [all...]
  /frameworks/native/libs/gui/include/gui/
Surface.h 267 virtual int unlockAndPost();
  /frameworks/base/core/jni/
android_view_Surface.cpp 383 status_t err = surface->unlockAndPost();
  /frameworks/base/libs/input/
SpriteController.cpp 221 status = surface->unlockAndPost();
  /frameworks/native/libs/gui/
Surface.cpp     [all...]
  /frameworks/native/services/surfaceflinger/tests/fakehwc/
SFFakeHwc_test.cpp 99 ASSERT_EQ(NO_ERROR, s->unlockAndPost());
    [all...]
  /frameworks/native/services/surfaceflinger/tests/
SurfaceInterceptor_test.cpp 71 ASSERT_EQ(NO_ERROR, s->unlockAndPost());
    [all...]
Transaction_test.cpp 164 ASSERT_EQ(NO_ERROR, s->unlockAndPost());
333 ASSERT_EQ(NO_ERROR, layer->getSurface()->unlockAndPost());
    [all...]

Completed in 650 milliseconds