Searched defs:out_slot (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libdvr/tests/
H A Ddvr_buffer_queue-test.cpp41 size_t out_slot; local
45 kBufferFormat, kBufferUsage, &out_slot);
/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_client.cpp393 uint64_t usage, size_t* out_slot) {
394 if (out_slot == nullptr) {
395 ALOGE("ProducerQueue::AllocateBuffer: Parameter out_slot cannot be null.");
427 *out_slot = buffer_slot;
391 AllocateBuffer(uint32_t width, uint32_t height, uint32_t layer_count, uint32_t format, uint64_t usage, size_t* out_slot) argument
H A Dbuffer_hub_queue_producer.cpp129 int* out_slot, sp<Fence>* out_fence, uint32_t width, uint32_t height,
216 *out_slot = slot;
239 int* /* out_slot */, const sp<GraphicBuffer>& /* buffer */) {
128 dequeueBuffer( int* out_slot, sp<Fence>* out_fence, uint32_t width, uint32_t height, PixelFormat format, uint32_t usage, FrameEventHistoryDelta* ) argument

Completed in 68 milliseconds