HomeSort by relevance Sort by last modified time
    Searched refs:mConsumerName (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/gui/
BufferQueue.cpp 37 #define ST_LOGV(x, ...) ALOGV("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
38 #define ST_LOGD(x, ...) ALOGD("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
39 #define ST_LOGI(x, ...) ALOGI("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
40 #define ST_LOGW(x, ...) ALOGW("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
41 #define ST_LOGE(x, ...) ALOGE("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
46 snprintf(___traceBuf, 1024, "%s: %d", mConsumerName.string(), \
86 mConsumerName = String8::format("unnamed-%d-%d", getpid(), createProcessUniqueId());
117 mConsumerName = name;
601 ATRACE_INT(mConsumerName.string(), mQueue.size());
    [all...]
  /frameworks/native/include/gui/
BufferQueue.h 539 // mConsumerName is a string used to identify the BufferQueue in log
541 String8 mConsumerName;

Completed in 247 milliseconds