HomeSort by relevance Sort by last modified time
    Searched refs:BQ_LOGE (Results 1 - 4 of 4) sorted by null

  /frameworks/native/libs/gui/
BufferQueueProducer.cpp 56 BQ_LOGE("requestBuffer: BufferQueue has been abandoned");
61 BQ_LOGE("requestBuffer: slot index %d out of range [0, %d)",
65 BQ_LOGE("requestBuffer: slot %d is not owned by the producer "
85 BQ_LOGE("setBufferCount: BufferQueue has been abandoned");
90 BQ_LOGE("setBufferCount: bufferCount %d too large (max %d)",
98 BQ_LOGE("setBufferCount: buffer owned by producer");
111 BQ_LOGE("setBufferCount: requested buffer count %d is less than "
139 BQ_LOGE("%s: BufferQueue has been abandoned", caller);
149 BQ_LOGE("%s: async mode is invalid with buffer count override",
182 BQ_LOGE("%s: can't dequeue multiple buffers without setting the
    [all...]
BufferQueueConsumer.cpp 58 BQ_LOGE("acquireBuffer: max acquired buffer count reached: %d (max %d)",
214 BQ_LOGE("detachBuffer(C): BufferQueue has been abandoned");
219 BQ_LOGE("detachBuffer(C): slot index %d out of range [0, %d)",
223 BQ_LOGE("detachBuffer(C): slot %d is not owned by the consumer "
240 BQ_LOGE("attachBuffer(P): outSlot must not be NULL");
243 BQ_LOGE("attachBuffer(P): cannot attach NULL buffer");
258 BQ_LOGE("attachBuffer(P): max acquired buffer count reached: %d "
265 BQ_LOGE("attachBuffer: generation number mismatch [buffer %u] "
282 BQ_LOGE("attachBuffer(P): could not find free buffer slot");
327 BQ_LOGE("releaseBuffer: slot %d out of range or fence %p NULL", slot
    [all...]
BufferQueueCore.cpp 81 BQ_LOGE("createGraphicBufferAlloc failed");
267 BQ_LOGE("Slot %d is FREE but is not in mFreeSlots", slot);
271 BQ_LOGE("Slot %d is in mFreeSlots "
277 BQ_LOGE("Slot %d is FREE but is not in mFreeBuffers", slot);
281 BQ_LOGE("Slot %d is in mFreeBuffers "
288 BQ_LOGE("Slot %d is in mFreeSlots but is not FREE (%d)",
293 BQ_LOGE("Slot %d is in mFreeBuffers but is not FREE (%d)",
  /frameworks/native/include/gui/
BufferQueueCore.h 40 #define BQ_LOGE(x, ...) ALOGE("[%s] " x, mConsumerName.string(), ##__VA_ARGS__)

Completed in 188 milliseconds