Searched refs:BI_LOGW (Results 1 – 2 of 2) sorted by relevance
27 #define BI_LOGW(x, ...) ALOGW("[%s] "x, mName.string(), ##__VA_ARGS__) macro
30 #define BI_LOGW(x, ...) ALOGW("[%s] " x, mName.string(), ##__VA_ARGS__) macro263 BI_LOGW("All buffers pinned, could not find any to release"); in releaseOldestBufferLocked()