Home
last modified time | relevance | path

Searched refs:allocateBuffers (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/base/libs/hwui/renderthread/
DReliableSurface.h38 void allocateBuffers() { mSurface->allocateBuffers(); } in allocateBuffers() function
DRenderProxy.h73 ANDROID_API void allocateBuffers();
DRenderProxy.cpp90 void RenderProxy::allocateBuffers() { in allocateBuffers() function in android::uirenderer::renderthread::RenderProxy
91 mRenderThread.queue().post([=]() { mContext->allocateBuffers(); }); in allocateBuffers()
DCanvasContext.h117 void allocateBuffers();
DCanvasContext.cpp201 void CanvasContext::allocateBuffers() { in allocateBuffers() function in android::uirenderer::renderthread::CanvasContext
203 mNativeSurface->allocateBuffers(); in allocateBuffers()
/frameworks/native/services/surfaceflinger/
DNativeWindowSurface.cpp39 void preallocateBuffers() override { mSurface->allocateBuffers(); } in createNativeWindowSurface()
DMonitoredProducer.cpp106 void MonitoredProducer::allocateBuffers(uint32_t width, uint32_t height, in allocateBuffers() function in android::MonitoredProducer
108 mProducer->allocateBuffers(width, height, format, usage); in allocateBuffers()
DMonitoredProducer.h58 virtual void allocateBuffers(uint32_t width, uint32_t height,
/frameworks/av/media/extractors/midi/
DMidiExtractor.h41 status_t allocateBuffers(MediaBufferGroupHelper *group);
DMidiExtractor.cpp95 mEngine.allocateBuffers(mBufferGroup); in start()
202 status_t MidiEngine::allocateBuffers(MediaBufferGroupHelper *group) { in allocateBuffers() function in android::MidiEngine
/frameworks/native/services/surfaceflinger/tests/unittests/mock/gui/
DMockGraphicBufferProducer.h48 MOCK_METHOD4(allocateBuffers, void(uint32_t, uint32_t, PixelFormat, uint64_t));
/frameworks/native/libs/gui/tests/
DMalicious.cpp71 void allocateBuffers(uint32_t width, uint32_t height, PixelFormat format, in allocateBuffers() function in android::test::ProxyBQP
73 mProducer->allocateBuffers(width, height, format, usage); in allocateBuffers()
/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/
DB2HGraphicBufferProducer.h95 virtual Return<HStatus> allocateBuffers(
DH2BGraphicBufferProducer.h84 virtual void allocateBuffers(
/frameworks/native/libs/gui/bufferqueue/2.0/
DB2HGraphicBufferProducer.cpp288 Return<HStatus> B2HGraphicBufferProducer::allocateBuffers( in allocateBuffers() function in android::hardware::graphics::bufferqueue::V2_0::utils::B2HGraphicBufferProducer
291 mBase->allocateBuffers( in allocateBuffers()
DH2BGraphicBufferProducer.cpp389 void H2BGraphicBufferProducer::allocateBuffers( in allocateBuffers() function in android::hardware::graphics::bufferqueue::V2_0::utils::H2BGraphicBufferProducer
393 Return<HStatus> transResult = mBase->allocateBuffers( in allocateBuffers()
/frameworks/av/media/extractors/flac/
DFLACExtractor.cpp127 void allocateBuffers(MediaBufferGroupHelper *group);
565 void FLACParser::allocateBuffers(MediaBufferGroupHelper *group) in allocateBuffers() function in android::FLACParser
678 mParser->allocateBuffers(mBufferGroup); in start()
/frameworks/native/libs/gui/include/gui/
DBufferQueueProducer.h156 virtual void allocateBuffers(uint32_t width, uint32_t height,
DBufferHubProducer.h96 void allocateBuffers(uint32_t width, uint32_t height, PixelFormat format,
DIGraphicBufferProducer.h540 virtual void allocateBuffers(uint32_t width, uint32_t height,
DSurface.h107 void allocateBuffers();
/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/
DH2BGraphicBufferProducer.h84 void allocateBuffers(uint32_t width, uint32_t height,
DWGraphicBufferProducer.h280 Return<void> allocateBuffers( in allocateBuffers() function
284 mBase->allocateBuffers( in allocateBuffers()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.h122 virtual void allocateBuffers(uint32_t width, uint32_t height,
/frameworks/native/libs/gui/
DIGraphicBufferProducer.cpp356 virtual void allocateBuffers(uint32_t width, uint32_t height, in allocateBuffers() function in android::BpGraphicBufferProducer
626 void allocateBuffers(uint32_t width, uint32_t height, in allocateBuffers() function in android::HpGraphicBufferProducer
628 return mBase->allocateBuffers(width, height, format, usage); in allocateBuffers()
929 allocateBuffers(width, height, format, usage); in onTransact()

12