Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/RenderEngine/
DImage.h32 virtual bool setNativeWindowBuffer(ANativeWindowBuffer* buffer, bool isProtected,
48 bool setNativeWindowBuffer(ANativeWindowBuffer* buffer, bool isProtected, int32_t cropWidth,
DImage.cpp36 setNativeWindowBuffer(nullptr, false, 0, 0); in ~Image()
68 bool Image::setNativeWindowBuffer(ANativeWindowBuffer* buffer, bool isProtected, int32_t cropWidth, in setNativeWindowBuffer() function in android::RE::impl::Image
/frameworks/native/services/surfaceflinger/tests/unittests/mock/RenderEngine/
DMockRenderEngine.h101 MOCK_METHOD4(setNativeWindowBuffer,
/frameworks/native/services/surfaceflinger/
DBufferLayerConsumer.cpp625 mCreated = mImage->setNativeWindowBuffer(mGraphicBuffer->getNativeBuffer(), in createIfNeeded()