Searched refs:setNativeWindowBuffer (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | Image.h | 32 virtual bool setNativeWindowBuffer(ANativeWindowBuffer* buffer, bool isProtected, 48 bool setNativeWindowBuffer(ANativeWindowBuffer* buffer, bool isProtected, int32_t cropWidth,
|
D | Image.cpp | 36 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/ |
D | MockRenderEngine.h | 101 MOCK_METHOD4(setNativeWindowBuffer,
|
/frameworks/native/services/surfaceflinger/ |
D | BufferLayerConsumer.cpp | 625 mCreated = mImage->setNativeWindowBuffer(mGraphicBuffer->getNativeBuffer(), in createIfNeeded()
|