Home
last modified time | relevance | path

Searched refs:saveBufferUpdate (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/
H A DMockSurfaceInterceptor.h43 MOCK_METHOD4(saveBufferUpdate, void(int32_t, uint32_t, uint32_t, uint64_t));
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceInterceptor.h77 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 DBufferQueueLayer.cpp442 mFlinger->mInterceptor->saveBufferUpdate(layerId, item.mGraphicBuffer->getWidth(), in onFrameAvailable()
H A DSurfaceInterceptor.cpp671 void SurfaceInterceptor::saveBufferUpdate(int32_t layerId, uint32_t width, in saveBufferUpdate() function in android::impl::SurfaceInterceptor