HomeSort by relevance Sort by last modified time
    Searched defs:attachBuffer (Results 1 - 9 of 9) sorted by null

  /frameworks/native/services/surfaceflinger/
MonitoredProducer.cpp 87 status_t MonitoredProducer::attachBuffer(int* outSlot,
89 return mProducer->attachBuffer(outSlot, buffer);
  /frameworks/av/media/libstagefright/omx/1.0/
WGraphicBufferProducer.cpp 144 Return<void> TWGraphicBufferProducer::attachBuffer(
150 LOG(ERROR) << "TWGraphicBufferProducer::attachBuffer - "
155 status_t status = mBase->attachBuffer(&outSlot, lBuffer);
  /frameworks/native/libs/gui/
BufferQueueConsumer.cpp 318 status_t BufferQueueConsumer::attachBuffer(int* outSlot,
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);
BufferQueueProducer.cpp 251 "dequeueBuffer" : "attachBuffer";
681 status_t BufferQueueProducer::attachBuffer(int* outSlot,
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: returning slot %d flags=%#x"
    [all...]
IGraphicBufferProducer.cpp 228 virtual status_t attachBuffer(int* slot, const sp<GraphicBuffer>& buffer) {
241 ALOGE("attachBuffer returned invalid slot %d", *slot);
565 status_t attachBuffer(
567 return mBase->attachBuffer(outSlot, buffer);
741 result = attachBuffer(&slot, buffer);
    [all...]
Surface.cpp     [all...]
  /frameworks/native/libs/vr/libbufferhubqueue/
buffer_hub_queue_producer.cpp 244 status_t BufferHubQueueProducer::attachBuffer(
249 LOG_ALWAYS_FATAL("BufferHubQueueProducer::attachBuffer not supported.");
  /frameworks/native/libs/gui/bufferqueue/1.0/
H2BGraphicBufferProducer.cpp     [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 471 status_t VirtualDisplaySurface::attachBuffer(int* /* outSlot */,
473 VDS_LOGE("attachBuffer is not available for VirtualDisplaySurface");

Completed in 547 milliseconds