Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockSurfaceInterceptor.h42 MOCK_METHOD4(saveBufferUpdate, void(int32_t, uint32_t, uint32_t, uint64_t));
/frameworks/native/services/surfaceflinger/
DSurfaceInterceptor.h70 virtual void saveBufferUpdate(int32_t layerId, uint32_t width, uint32_t height,
105 void saveBufferUpdate(int32_t layerId, uint32_t width, uint32_t height,
DBufferQueueLayer.cpp430 mFlinger->mInterceptor->saveBufferUpdate(layerId, item.mGraphicBuffer->getWidth(), in onFrameAvailable()
DSurfaceInterceptor.cpp654 void SurfaceInterceptor::saveBufferUpdate(int32_t layerId, uint32_t width, in saveBufferUpdate() function in android::impl::SurfaceInterceptor