Loading libs/vr/libbufferhubqueue/buffer_hub_queue_client.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -488,7 +488,7 @@ Status<std::vector<size_t>> ProducerQueue::AllocateBuffers( if (buffer_slots.size() == 0) { // Error out if no buffer is allocated and improted. ALOGE(TRACE, "ProducerQueue::AllocateBuffers: no buffer allocated."); ALOGE_IF(TRACE, "ProducerQueue::AllocateBuffers: no buffer allocated."); ErrorStatus(ENOMEM); } Loading @@ -509,7 +509,7 @@ Status<size_t> ProducerQueue::AllocateBuffer(uint32_t width, uint32_t height, } if (status.get().size() == 0) { ALOGE(TRACE, "ProducerQueue::AllocateBuffer: no buffer allocated."); ALOGE_IF(TRACE, "ProducerQueue::AllocateBuffer: no buffer allocated."); ErrorStatus(ENOMEM); } Loading Loading
libs/vr/libbufferhubqueue/buffer_hub_queue_client.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -488,7 +488,7 @@ Status<std::vector<size_t>> ProducerQueue::AllocateBuffers( if (buffer_slots.size() == 0) { // Error out if no buffer is allocated and improted. ALOGE(TRACE, "ProducerQueue::AllocateBuffers: no buffer allocated."); ALOGE_IF(TRACE, "ProducerQueue::AllocateBuffers: no buffer allocated."); ErrorStatus(ENOMEM); } Loading @@ -509,7 +509,7 @@ Status<size_t> ProducerQueue::AllocateBuffer(uint32_t width, uint32_t height, } if (status.get().size() == 0) { ALOGE(TRACE, "ProducerQueue::AllocateBuffer: no buffer allocated."); ALOGE_IF(TRACE, "ProducerQueue::AllocateBuffer: no buffer allocated."); ErrorStatus(ENOMEM); } Loading