Searched defs:CB_LOGV (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/gui/
H A DConsumerBase.cpp43 #define CB_LOGV(x, ...) ALOGV("[%s] " x, mName.string(), ##__VA_ARGS__) macro
80 CB_LOGV("~ConsumerBase");
96 CB_LOGV("freeBufferLocked: slotIndex=%d", slotIndex);
103 CB_LOGV("onFrameAvailable");
112 CB_LOGV("actually calling onFrameAvailable");
118 CB_LOGV("onFrameReplaced");
127 CB_LOGV("actually calling onFrameReplaced");
135 CB_LOGV("onBuffersReleased");
155 CB_LOGV("abandon");
165 CB_LOGV("abandonLocke
[all...]

Completed in 206 milliseconds