Lines Matching refs:BQ_LOGV
51 #define BQ_LOGV(x, ...) \ macro
95 BQ_LOGV("requestBuffer: slot %d", slot); in requestBuffer()
132 BQ_LOGV("setMaxDequeuedBufferCount: maxDequeuedBuffers = %d", in setMaxDequeuedBufferCount()
215 BQ_LOGV("setAsyncMode: async = %d", async); in setAsyncMode()
331 BQ_LOGV("%s: queue size is %zu, waiting", callerString, in waitForFreeSlotThenRelock()
411 BQ_LOGV("dequeueBuffer: w=%u h=%u format=%#x, usage=%#" PRIx64, width, height, format, usage); in dequeueBuffer()
554 BQ_LOGV("dequeueBuffer: setting buffer age to %" PRIu64, in dequeueBuffer()
590 BQ_LOGV("dequeueBuffer: allocating a new buffer for slot %d", *outSlot); in dequeueBuffer()
674 BQ_LOGV("dequeueBuffer: returning slot=%d/%" PRIu64 " buf=%p flags=%#x", in dequeueBuffer()
691 BQ_LOGV("detachBuffer: slot %d", slot); in detachBuffer()
798 BQ_LOGV("detachNextBuffer detached slot %d", found); in detachNextBuffer()
867 BQ_LOGV("attachBuffer: returning slot %d flags=%#x", in attachBuffer()
964 BQ_LOGV("queueBuffer: slot=%d/%" PRIu64 " time=%" PRIu64 " dataSpace=%d" in queueBuffer()
1157 BQ_LOGV("cancelBuffer: slot %d", slot); in cancelBuffer()
1285 BQ_LOGV("query: %d? %d", what, value); in query()
1295 BQ_LOGV("connect: api=%d producerControlledByApp=%s", api, in connect()
1390 BQ_LOGV("disconnect: api %d", api); in disconnect()
1608 BQ_LOGV("allocateBuffers: size/format/usage changed while allocating. Retrying."); in allocateBuffers()
1616 BQ_LOGV("allocateBuffers: a slot was occupied while " in allocateBuffers()
1632 BQ_LOGV("allocateBuffers: allocated a new buffer in slot %d", in allocateBuffers()
1655 BQ_LOGV("allowAllocation: %s", allow ? "true" : "false"); in allowAllocation()
1664 BQ_LOGV("setGenerationNumber: %u", generationNumber); in setGenerationNumber()
1674 BQ_LOGV("getConsumerName: %s", mConsumerName.c_str()); in getConsumerName()
1680 BQ_LOGV("setSharedBufferMode: %d", sharedBufferMode); in setSharedBufferMode()
1692 BQ_LOGV("setAutoRefresh: %d", autoRefresh); in setAutoRefresh()
1702 BQ_LOGV("setDequeueTimeout: %" PRId64, timeout); in setDequeueTimeout()
1727 BQ_LOGV("setLegacyBufferDrop: drop = %d", drop); in setLegacyBufferDrop()
1739 BQ_LOGV("getLastQueuedBuffer, slot=%d", mCore->mLastQueuedSlot); in getLastQueuedBuffer()
1766 BQ_LOGV("getLastQueuedBuffer, slot=%d", mCore->mLastQueuedSlot); in getLastQueuedBuffer()
1794 BQ_LOGV("addAndGetFrameTimestamps"); in addAndGetFrameTimestamps()
1815 BQ_LOGV("getUniqueId"); in getUniqueId()
1822 BQ_LOGV("getConsumerUsage"); in getConsumerUsage()
1831 BQ_LOGV("setAutoPrerotation: %d", autoPrerotation); in setAutoPrerotation()
1843 BQ_LOGV("setFrameRate: %.2f", frameRate); in setFrameRate()
1866 BQ_LOGV("setAdditionalOptions, size = %zu", options.size()); in setAdditionalOptions()