Lines Matching refs:BQ_LOGV
48 #define BQ_LOGV(x, ...) \ macro
92 BQ_LOGV("requestBuffer: slot %d", slot); in requestBuffer()
123 BQ_LOGV("setMaxDequeuedBufferCount: maxDequeuedBuffers = %d", in setMaxDequeuedBufferCount()
203 BQ_LOGV("setAsyncMode: async = %d", async); in setAsyncMode()
319 BQ_LOGV("%s: queue size is %zu, waiting", callerString, in waitForFreeSlotThenRelock()
399 BQ_LOGV("dequeueBuffer: w=%u h=%u format=%#x, usage=%#" PRIx64, width, height, format, usage); in dequeueBuffer()
512 BQ_LOGV("dequeueBuffer: setting buffer age to %" PRIu64, in dequeueBuffer()
547 BQ_LOGV("dequeueBuffer: allocating a new buffer for slot %d", *outSlot); in dequeueBuffer()
606 BQ_LOGV("dequeueBuffer: returning slot=%d/%" PRIu64 " buf=%p flags=%#x", in dequeueBuffer()
622 BQ_LOGV("detachBuffer: slot %d", slot); in detachBuffer()
719 BQ_LOGV("detachNextBuffer detached slot %d", found); in detachNextBuffer()
788 BQ_LOGV("attachBuffer: returning slot %d flags=%#x", in attachBuffer()
882 BQ_LOGV("queueBuffer: slot=%d/%" PRIu64 " time=%" PRIu64 " dataSpace=%d" in queueBuffer()
1079 BQ_LOGV("cancelBuffer: slot %d", slot); in cancelBuffer()
1194 BQ_LOGV("query: %d? %d", what, value); in query()
1204 BQ_LOGV("connect: api=%d producerControlledByApp=%s", api, in connect()
1296 BQ_LOGV("disconnect: api %d", api); in disconnect()
1475 BQ_LOGV("allocateBuffers: size/format/usage changed while allocating. Retrying."); in allocateBuffers()
1483 BQ_LOGV("allocateBuffers: a slot was occupied while " in allocateBuffers()
1496 BQ_LOGV("allocateBuffers: allocated a new buffer in slot %d", in allocateBuffers()
1519 BQ_LOGV("allowAllocation: %s", allow ? "true" : "false"); in allowAllocation()
1528 BQ_LOGV("setGenerationNumber: %u", generationNumber); in setGenerationNumber()
1538 BQ_LOGV("getConsumerName: %s", mConsumerName.string()); in getConsumerName()
1544 BQ_LOGV("setSharedBufferMode: %d", sharedBufferMode); in setSharedBufferMode()
1556 BQ_LOGV("setAutoRefresh: %d", autoRefresh); in setAutoRefresh()
1566 BQ_LOGV("setDequeueTimeout: %" PRId64, timeout); in setDequeueTimeout()
1591 BQ_LOGV("setLegacyBufferDrop: drop = %d", drop); in setLegacyBufferDrop()
1601 BQ_LOGV("getLastQueuedBuffer"); in getLastQueuedBuffer()
1627 BQ_LOGV("getLastQueuedBuffer"); in getLastQueuedBuffer()
1656 BQ_LOGV("addAndGetFrameTimestamps"); in addAndGetFrameTimestamps()
1677 BQ_LOGV("getUniqueId"); in getUniqueId()
1684 BQ_LOGV("getConsumerUsage"); in getConsumerUsage()
1693 BQ_LOGV("setAutoPrerotation: %d", autoPrerotation); in setAutoPrerotation()