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