OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mConsumerName
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/include/gui/
BufferQueueConsumer.h
176
String8
mConsumerName
;
BufferQueueProducer.h
224
String8
mConsumerName
;
BufferQueueCore.h
37
#define BQ_LOGV(x, ...) ALOGV("[%s] " x,
mConsumerName
.string(), ##__VA_ARGS__)
38
#define BQ_LOGD(x, ...) ALOGD("[%s] " x,
mConsumerName
.string(), ##__VA_ARGS__)
39
#define BQ_LOGI(x, ...) ALOGI("[%s] " x,
mConsumerName
.string(), ##__VA_ARGS__)
40
#define BQ_LOGW(x, ...) ALOGW("[%s] " x,
mConsumerName
.string(), ##__VA_ARGS__)
41
#define BQ_LOGE(x, ...) ALOGE("[%s] " x,
mConsumerName
.string(), ##__VA_ARGS__)
47
mCore->
mConsumerName
.string(), (index)); \
167
//
mConsumerName
is a string used to identify the BufferQueue in log
170
String8
mConsumerName
;
/frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.h
199
String8
mConsumerName
;
Completed in 114 milliseconds