Searched refs:unlockAndPost (Results 1 – 14 of 14) sorted by relevance
/frameworks/native/libs/gui/tests/ |
D | Malicious.cpp | 157 ASSERT_EQ(NO_ERROR, surface->unlockAndPost()); in TEST() 171 ASSERT_EQ(NO_ERROR, surface->unlockAndPost()); in TEST() 185 ASSERT_EQ(NO_ERROR, surface->unlockAndPost()); in TEST() 199 ASSERT_EQ(NO_ERROR, surface->unlockAndPost()); in TEST()
|
D | MultiTextureConsumer_test.cpp | 110 mSurface->unlockAndPost(); in TEST_F()
|
D | RegionSampling_test.cpp | 227 gChoreographerSim->request_render_wait([&surface] { surface->unlockAndPost(); }); in fill_render()
|
D | EndToEndNativeInputTest.cpp | 240 ASSERT_EQ(NO_ERROR, layer->getSurface()->unlockAndPost()); in postBuffer()
|
/frameworks/base/libs/input/ |
D | SpriteIcon.cpp | 58 status = surface->unlockAndPost(); in draw()
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | BufferQueueScheduler.cpp | 106 status = s->unlockAndPost(); in fillSurface()
|
/frameworks/base/core/java/android/view/ |
D | Surface.java | 389 mHwuiContext.unlockAndPost(canvas); in unlockCanvasAndPost() 949 void unlockAndPost(Canvas canvas) { in unlockAndPost() method in Surface.HwuiContext
|
/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 286 virtual int unlockAndPost();
|
/frameworks/base/core/jni/ |
D | android_view_Surface.cpp | 308 status_t err = surface->unlockAndPost(); in nativeUnlockCanvasAndPost()
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | SFFakeHwc_test.cpp | 100 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in fillSurfaceRGBA8() 1302 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in unlockFGBuffer()
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 1168 return unlockAndPost(); in dispatchUnlockAndPost() 1899 status_t Surface::unlockAndPost() in unlockAndPost() function in android::Surface
|
/frameworks/native/services/surfaceflinger/tests/ |
D | SurfaceInterceptor_test.cpp | 75 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in fillSurfaceRGBA8()
|
D | Transaction_test.cpp | 194 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in fillSurfaceRGBA8() 413 ASSERT_EQ(NO_ERROR, layer->getSurface()->unlockAndPost()); in postBufferQueueLayerBuffer() 4344 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in unlockFGBuffer()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 76347 Landroid/view/Surface$HwuiContext;->unlockAndPost(Landroid/graphics/Canvas;)V
|