Searched refs:mConsumerName (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/gui/ |
D | BufferQueue.cpp | 35 #define ST_LOGV(x, ...) ALOGV("[%s] "x, mConsumerName.string(), ##__VA_ARGS__) 36 #define ST_LOGD(x, ...) ALOGD("[%s] "x, mConsumerName.string(), ##__VA_ARGS__) 37 #define ST_LOGI(x, ...) ALOGI("[%s] "x, mConsumerName.string(), ##__VA_ARGS__) 38 #define ST_LOGW(x, ...) ALOGW("[%s] "x, mConsumerName.string(), ##__VA_ARGS__) 39 #define ST_LOGE(x, ...) ALOGE("[%s] "x, mConsumerName.string(), ##__VA_ARGS__) 44 snprintf(___traceBuf, 1024, "%s: %d", mConsumerName.string(), \ 84 mConsumerName = String8::format("unnamed-%d-%d", getpid(), createProcessUniqueId()); in BufferQueue() 119 mConsumerName = name; in setConsumerName() 584 ATRACE_INT(mConsumerName.string(), mQueue.size()); in queueBuffer() 857 ATRACE_INT(mConsumerName.string(), mQueue.size()); in acquireBuffer()
|
/frameworks/native/include/gui/ |
D | BufferQueue.h | 608 String8 mConsumerName; variable
|