Searched refs:allocateBuffers (Results 1 - 18 of 18) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DMonitoredProducer.cpp113 void MonitoredProducer::allocateBuffers(uint32_t width, uint32_t height, function in class:android::MonitoredProducer
115 mProducer->allocateBuffers(width, height, format, usage);
H A DMonitoredProducer.h55 virtual void allocateBuffers(uint32_t width, uint32_t height,
H A DDisplayDevice.cpp169 surface->allocateBuffers();
/frameworks/av/media/libstagefright/include/
H A DMidiExtractor.h39 status_t allocateBuffers();
/frameworks/native/include/gui/
H A DBufferQueueProducer.h160 // See IGraphicBufferProducer::allocateBuffers
161 virtual void allocateBuffers(uint32_t width, uint32_t height,
H A DIGraphicBufferProducer.h497 virtual void allocateBuffers(uint32_t width, uint32_t height,
H A DSurface.h104 void allocateBuffers();
/frameworks/av/media/libstagefright/
H A DMidiExtractor.cpp96 mEngine->allocateBuffers();
201 status_t MidiEngine::allocateBuffers() { function in class:android::MidiEngine
H A DFLACExtractor.cpp104 void allocateBuffers();
633 void FLACParser::allocateBuffers() function in class:android::FLACParser
733 mParser->allocateBuffers();
H A DACodec.cpp337 status_t allocateBuffers();
6824 if ((err = allocateBuffers()) != OK) {
6844 status_t ACodec::LoadedToIdleState::allocateBuffers() { function in class:android::ACodec::LoadedToIdleState
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.h120 virtual void allocateBuffers(uint32_t width, uint32_t height,
H A DVirtualDisplaySurface.cpp571 void VirtualDisplaySurface::allocateBuffers(uint32_t /* width */, function in class:android::VirtualDisplaySurface
/frameworks/base/core/java/android/view/
H A DSurface.java511 public void allocateBuffers() { method in class:Surface
H A DViewRootImpl.java1853 mSurface.allocateBuffers();
/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp288 virtual void allocateBuffers(uint32_t width, uint32_t height, function in class:android::BpGraphicBufferProducer
298 ALOGE("allocateBuffers failed to transact: %d", result);
603 allocateBuffers(width, height, format, usage);
H A DSurface.cpp103 void Surface::allocateBuffers() { function in class:android::Surface
106 mGraphicBufferProducer->allocateBuffers(reqWidth, reqHeight,
H A DBufferQueueProducer.cpp1222 void BufferQueueProducer::allocateBuffers(uint32_t width, uint32_t height, function in class:android::BufferQueueProducer
1236 BQ_LOGE("allocateBuffers: allocation is not allowed for this "
1260 BQ_LOGE("allocateBuffers: failed to allocate buffer (%u x %u, format"
1280 BQ_LOGV("allocateBuffers: size/format/usage changed while allocating. Retrying.");
1288 BQ_LOGV("allocateBuffers: a slot was occupied while "
1301 BQ_LOGV("allocateBuffers: allocated a new buffer in slot %d",
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp385 surface->allocateBuffers();

Completed in 351 milliseconds