Searched refs:saveBufferUpdate (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/ |
H A D | MockSurfaceInterceptor.h | 43 MOCK_METHOD4(saveBufferUpdate, void(int32_t, uint32_t, uint32_t, uint64_t));
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceInterceptor.h | 77 virtual void saveBufferUpdate(int32_t layerId, uint32_t width, uint32_t height, 116 void saveBufferUpdate(int32_t layerId, uint32_t width, uint32_t height,
|
H A D | BufferQueueLayer.cpp | 442 mFlinger->mInterceptor->saveBufferUpdate(layerId, item.mGraphicBuffer->getWidth(), in onFrameAvailable()
|
H A D | SurfaceInterceptor.cpp | 671 void SurfaceInterceptor::saveBufferUpdate(int32_t layerId, uint32_t width, in saveBufferUpdate() function in android::impl::SurfaceInterceptor
|