Home
last modified time | relevance | path

Searched refs:CB_LOGV (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/gui/
DConsumerBase.cpp44 #define CB_LOGV(x, ...) ALOGV("[%s] " x, mName.c_str(), ##__VA_ARGS__) macro
82 CB_LOGV("~ConsumerBase"); in ~ConsumerBase()
100 CB_LOGV("freeBufferLocked: slotIndex=%d", slotIndex); in freeBufferLocked()
107 CB_LOGV("onFrameDequeued"); in onFrameDequeued()
121 CB_LOGV("onFrameCancelled"); in onFrameCancelled()
135 CB_LOGV("onFrameDetached"); in onFrameDetached()
149 CB_LOGV("onFrameAvailable"); in onFrameAvailable()
158 CB_LOGV("actually calling onFrameAvailable"); in onFrameAvailable()
164 CB_LOGV("onFrameReplaced"); in onFrameReplaced()
173 CB_LOGV("actually calling onFrameReplaced"); in onFrameReplaced()
[all …]