Home | History | Annotate | Download | only in bufferhubd

Lines Matching refs:AllocateBuffer

179     auto status = AllocateBuffer(message, width, height, layer_count, format,
194 ProducerQueueChannel::AllocateBuffer(Message& message, uint32_t width,
197 ATRACE_NAME("ProducerQueueChannel::AllocateBuffer");
199 "ProducerQueueChannel::AllocateBuffer: producer_channel_id=%d",
203 ALOGE("ProducerQueueChannel::AllocateBuffer: reaches kMaxQueueCapacity.");
214 ALOGE("ProducerQueueChannel::AllocateBuffer: failed to push channel: %s",
220 "ProducerQueueChannel::AllocateBuffer: buffer_id=%d width=%u "
230 "ProducerQueueChannel::AllocateBuffer: Failed to create producer "
239 "ProducerQueueChannel::AllocateBuffer: buffer_id=%d, buffer_handle=%d",
246 "ProducerQueueChannel::AllocateBuffer: failed to set producer channel "
261 "ProducerQueueChannel::AllocateBuffer: Cannot find empty slot for new "
272 "ProducerQueueChannel::AllocateBuffer: Notified consumer with new "