Searched defs:attachBuffer (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/omx/1.0/
H A DWGraphicBufferProducer.cpp144 Return<void> TWGraphicBufferProducer::attachBuffer( function in class:android::hardware::media::omx::V1_0::implementation::TWGraphicBufferProducer
150 LOG(ERROR) << "TWGraphicBufferProducer::attachBuffer - "
155 status_t status = mBase->attachBuffer(&outSlot, lBuffer);
/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp318 status_t BufferQueueConsumer::attachBuffer(int* outSlot, function in class:android::BufferQueueConsumer
323 BQ_LOGE("attachBuffer: outSlot must not be NULL");
326 BQ_LOGE("attachBuffer: cannot attach NULL buffer");
333 BQ_LOGE("attachBuffer: cannot attach a buffer in shared buffer mode");
346 BQ_LOGE("attachBuffer: max acquired buffer count reached: %d "
353 BQ_LOGE("attachBuffer: generation number mismatch [buffer %u] "
370 BQ_LOGE("attachBuffer: could not find free buffer slot");
377 BQ_LOGV("attachBuffer: returning slot %d", *outSlot);
H A DIGraphicBufferProducer.cpp228 virtual status_t attachBuffer(int* slot, const sp<GraphicBuffer>& buffer) { function in class:android::BpGraphicBufferProducer
241 ALOGE("attachBuffer returned invalid slot %d", *slot);
565 status_t attachBuffer(
567 return mBase->attachBuffer(outSlot, buffer);
741 result = attachBuffer(&slot, buffer);
H A DBufferQueueProducer.cpp251 "dequeueBuffer" : "attachBuffer";
681 status_t BufferQueueProducer::attachBuffer(int* outSlot, function in class:android::BufferQueueProducer
686 BQ_LOGE("attachBuffer: outSlot must not be NULL");
689 BQ_LOGE("attachBuffer: cannot attach NULL buffer");
696 BQ_LOGE("attachBuffer: BufferQueue has been abandoned");
701 BQ_LOGE("attachBuffer: BufferQueue has no connected producer");
706 BQ_LOGE("attachBuffer: cannot attach a buffer in shared buffer mode");
711 BQ_LOGE("attachBuffer: generation number mismatch [buffer %u] "
728 BQ_LOGE("attachBuffer: no available buffer slots");
734 BQ_LOGV("attachBuffer
[all...]
H A DSurface.cpp1273 int Surface::attachBuffer(ANativeWindowBuffer* buffer) function in class:android::Surface
1276 ALOGV("Surface::attachBuffer");
1287 status_t result = mGraphicBufferProducer->attachBuffer(&attachedSlot, graphicBuffer);
1289 ALOGE("attachBuffer: IGraphicBufferProducer call failed (%d)", result);
/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_producer.cpp244 status_t BufferHubQueueProducer::attachBuffer( function in class:android::dvr::BufferHubQueueProducer
249 LOG_ALWAYS_FATAL("BufferHubQueueProducer::attachBuffer not supported.");
/frameworks/native/services/surfaceflinger/
H A DMonitoredProducer.cpp87 status_t MonitoredProducer::attachBuffer(int* outSlot, function in class:android::MonitoredProducer
89 return mProducer->attachBuffer(outSlot, buffer);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp471 status_t VirtualDisplaySurface::attachBuffer(int* /* outSlot */, function in class:android::VirtualDisplaySurface
473 VDS_LOGE("attachBuffer is not available for VirtualDisplaySurface");
/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp1057 status_t H2BGraphicBufferProducer::attachBuffer( function in class:android::hardware::graphics::bufferqueue::V1_0::utils::H2BGraphicBufferProducer
1062 status_t transStatus = toStatusT(mBase->attachBuffer(tBuffer,

Completed in 149 milliseconds