/frameworks/base/libs/hwui/renderthread/ |
D | ReliableSurface.h | 38 void allocateBuffers() { mSurface->allocateBuffers(); } in allocateBuffers() function
|
D | RenderProxy.h | 73 ANDROID_API void allocateBuffers();
|
D | RenderProxy.cpp | 90 void RenderProxy::allocateBuffers() { in allocateBuffers() function in android::uirenderer::renderthread::RenderProxy 91 mRenderThread.queue().post([=]() { mContext->allocateBuffers(); }); in allocateBuffers()
|
D | CanvasContext.h | 117 void allocateBuffers();
|
D | CanvasContext.cpp | 201 void CanvasContext::allocateBuffers() { in allocateBuffers() function in android::uirenderer::renderthread::CanvasContext 203 mNativeSurface->allocateBuffers(); in allocateBuffers()
|
/frameworks/native/services/surfaceflinger/ |
D | NativeWindowSurface.cpp | 39 void preallocateBuffers() override { mSurface->allocateBuffers(); } in createNativeWindowSurface()
|
D | MonitoredProducer.cpp | 106 void MonitoredProducer::allocateBuffers(uint32_t width, uint32_t height, in allocateBuffers() function in android::MonitoredProducer 108 mProducer->allocateBuffers(width, height, format, usage); in allocateBuffers()
|
D | MonitoredProducer.h | 58 virtual void allocateBuffers(uint32_t width, uint32_t height,
|
/frameworks/av/media/extractors/midi/ |
D | MidiExtractor.h | 41 status_t allocateBuffers(MediaBufferGroupHelper *group);
|
D | MidiExtractor.cpp | 95 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/ |
D | MockGraphicBufferProducer.h | 48 MOCK_METHOD4(allocateBuffers, void(uint32_t, uint32_t, PixelFormat, uint64_t));
|
/frameworks/native/libs/gui/tests/ |
D | Malicious.cpp | 71 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/ |
D | B2HGraphicBufferProducer.h | 95 virtual Return<HStatus> allocateBuffers(
|
D | H2BGraphicBufferProducer.h | 84 virtual void allocateBuffers(
|
/frameworks/native/libs/gui/bufferqueue/2.0/ |
D | B2HGraphicBufferProducer.cpp | 288 Return<HStatus> B2HGraphicBufferProducer::allocateBuffers( in allocateBuffers() function in android::hardware::graphics::bufferqueue::V2_0::utils::B2HGraphicBufferProducer 291 mBase->allocateBuffers( in allocateBuffers()
|
D | H2BGraphicBufferProducer.cpp | 389 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/ |
D | FLACExtractor.cpp | 127 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/ |
D | BufferQueueProducer.h | 156 virtual void allocateBuffers(uint32_t width, uint32_t height,
|
D | BufferHubProducer.h | 96 void allocateBuffers(uint32_t width, uint32_t height, PixelFormat format,
|
D | IGraphicBufferProducer.h | 540 virtual void allocateBuffers(uint32_t width, uint32_t height,
|
D | Surface.h | 107 void allocateBuffers();
|
/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ |
D | H2BGraphicBufferProducer.h | 84 void allocateBuffers(uint32_t width, uint32_t height,
|
D | WGraphicBufferProducer.h | 280 Return<void> allocateBuffers( in allocateBuffers() function 284 mBase->allocateBuffers( in allocateBuffers()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | VirtualDisplaySurface.h | 122 virtual void allocateBuffers(uint32_t width, uint32_t height,
|
/frameworks/native/libs/gui/ |
D | IGraphicBufferProducer.cpp | 356 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()
|