Searched refs:CC_LOGE (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/gui/ |
D | CpuConsumer.cpp | 30 #define CC_LOGE(x, ...) ALOGE("[%s] " x, mName.string(), ##__VA_ARGS__) macro 106 CC_LOGE("Unable to lock YCbCr buffer for CPU reading: %s (%d)", strerror(-err), err); in lockBufferItem() 125 CC_LOGE("Unable to lock buffer for CPU reading: %s (%d)", strerror(-err), err); in lockBufferItem() 171 CC_LOGE("Error acquiring buffer: %s (%d)", strerror(err), err); in lockNextBuffer() 206 CC_LOGE("%s: Can't find buffer to free", __FUNCTION__); in unlockBuffer() 215 CC_LOGE("%s: Unable to unlock graphic buffer %zd", __FUNCTION__, in unlockBuffer()
|