Searched refs:CC_LOGE (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/gui/ |
D | CpuConsumer.cpp | 29 #define CC_LOGE(x, ...) ALOGE("[%s] "x, mName.string(), ##__VA_ARGS__) macro 75 CC_LOGE("Error acquiring buffer: %s (%d)", strerror(err), err); in lockNextBuffer() 85 CC_LOGE("Failed to wait for fence of acquired buffer: %s (%d)", in lockNextBuffer() 102 CC_LOGE("Unable to lock YCbCr buffer for CPU reading: %s (%d)", in lockNextBuffer() 114 CC_LOGE("Unable to lock buffer for CPU reading: %s (%d)", in lockNextBuffer() 169 CC_LOGE("%s: Can't find buffer to free", __FUNCTION__); in unlockBuffer() 181 CC_LOGE("%s: Unable to unlock graphic buffer %d", __FUNCTION__, in releaseAcquiredBufferLocked()
|