Searched refs:unlockAndPost (Results 1 – 16 of 16) 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 | 260 ASSERT_EQ(NO_ERROR, layer->getSurface()->unlockAndPost()); in postBuffer()
|
/frameworks/base/libs/hostgraphics/gui/ |
D | Surface.h | 50 virtual int unlockAndPost() { return 0; } in unlockAndPost() function
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | BufferQueueScheduler.cpp | 106 status = s->unlockAndPost(); in fillSurface()
|
/frameworks/base/core/java/android/view/ |
D | Surface.java | 421 mHwuiContext.unlockAndPost(canvas); in unlockCanvasAndPost() 1027 void unlockAndPost(Canvas canvas) { in unlockAndPost() method in Surface.HwuiContext
|
/frameworks/native/services/surfaceflinger/tests/utils/ |
D | TransactionUtils.h | 157 ASSERT_EQ(NO_ERROR, s->unlockAndPost());
|
/frameworks/native/services/surfaceflinger/tests/ |
D | LayerTransactionTest.h | 112 ASSERT_EQ(NO_ERROR, layer->getSurface()->unlockAndPost()); in postBufferQueueLayerBuffer()
|
D | SurfaceInterceptor_test.cpp | 82 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in fillSurfaceRGBA8()
|
D | LayerUpdate_test.cpp | 157 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in unlockFGBuffer()
|
/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 305 virtual int unlockAndPost();
|
/frameworks/base/core/jni/ |
D | android_view_Surface.cpp | 254 status_t err = surface->unlockAndPost(); in nativeUnlockCanvasAndPost()
|
/frameworks/base/libs/input/ |
D | SpriteController.cpp | 220 status = surface->unlockAndPost(); in doUpdateSprites()
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | SFFakeHwc_test.cpp | 108 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in fillSurfaceRGBA8() 1932 ASSERT_EQ(NO_ERROR, s->unlockAndPost()); in unlockFGBuffer()
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 1296 return unlockAndPost(); in dispatchUnlockAndPost() 2137 status_t Surface::unlockAndPost() in unlockAndPost() function in android::Surface
|