Searched refs:mConsumerName (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
H A DBufferQueue.cpp36 #define ST_LOGV(x, ...) ALOGV("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
37 #define ST_LOGD(x, ...) ALOGD("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
38 #define ST_LOGI(x, ...) ALOGI("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
39 #define ST_LOGW(x, ...) ALOGW("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
40 #define ST_LOGE(x, ...) ALOGE("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
45 snprintf(___traceBuf, 1024, "%s: %d", mConsumerName.string(), \
85 mConsumerName = String8::format("unnamed-%d-%d", getpid(), createProcessUniqueId());
120 mConsumerName = name;
583 ATRACE_INT(mConsumerName.string(), mQueue.size());
853 ATRACE_INT(mConsumerName
[all...]
/frameworks/native/include/gui/
H A DBufferQueue.h516 String8 mConsumerName; member in class:android::BufferQueue

Completed in 7 milliseconds