OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mConsumerName
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/gui/
BufferQueue.cpp
53
#define ST_LOGV(x, ...) ALOGV("[%s] "x,
mConsumerName
.string(), ##__VA_ARGS__)
54
#define ST_LOGD(x, ...) ALOGD("[%s] "x,
mConsumerName
.string(), ##__VA_ARGS__)
55
#define ST_LOGI(x, ...) ALOGI("[%s] "x,
mConsumerName
.string(), ##__VA_ARGS__)
56
#define ST_LOGW(x, ...) ALOGW("[%s] "x,
mConsumerName
.string(), ##__VA_ARGS__)
57
#define ST_LOGE(x, ...) ALOGE("[%s] "x,
mConsumerName
.string(), ##__VA_ARGS__)
62
snprintf(___traceBuf, 1024, "%s: %d",
mConsumerName
.string(), \
105
mConsumerName
= String8::format("unnamed-%d-%d", getpid(), createProcessUniqueId());
161
mConsumerName
= name;
643
ATRACE_INT(
mConsumerName
.string(), mQueue.size());
885
ATRACE_INT(
mConsumerName
.string(), mQueue.size())
[
all
...]
/frameworks/native/include/gui/
BufferQueue.h
461
String8
mConsumerName
;
Completed in 96 milliseconds