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

/frameworks/native/include/gui/
H A DBufferQueueCore.h37 #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)); \
161 // mConsumerName is a string used to identify the BufferQueue in log
164 String8 mConsumerName; member in class:android::BufferQueueCore
H A DBufferQueueConsumer.h182 String8 mConsumerName; member in class:android::BufferQueueConsumer
H A DBufferQueueProducer.h223 String8 mConsumerName; member in class:android::BufferQueueProducer
/frameworks/native/libs/gui/include/gui/
H A DBufferQueueCore.h37 #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)); \
161 // mConsumerName is a string used to identify the BufferQueue in log
164 String8 mConsumerName; member in class:android::BufferQueueCore
H A DBufferQueueConsumer.h182 String8 mConsumerName; member in class:android::BufferQueueConsumer
H A DBufferQueueProducer.h223 String8 mConsumerName; member in class:android::BufferQueueProducer
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamSplitter.h29 #define SP_LOGV(x, ...) ALOGV("[%s] " x, mConsumerName.string(), ##__VA_ARGS__)
30 #define SP_LOGI(x, ...) ALOGI("[%s] " x, mConsumerName.string(), ##__VA_ARGS__)
31 #define SP_LOGW(x, ...) ALOGW("[%s] " x, mConsumerName.string(), ##__VA_ARGS__)
32 #define SP_LOGE(x, ...) ALOGE("[%s] " x, mConsumerName.string(), ##__VA_ARGS__)
248 String8 mConsumerName; member in class:android::Camera3StreamSplitter
H A DCamera3OutputStream.h222 String8 mConsumerName; member in class:android::camera3::Camera3OutputStream
H A DCamera3OutputStream.cpp122 mConsumerName = String8("Deferred");
303 lines.appendFormat(" Consumer name: %s\n", mConsumerName.string());
376 mConsumerName = mConsumer->getConsumerName();
H A DCamera3StreamSplitter.cpp62 mConsumerName = getUniqueConsumerName();
90 mConsumer->setConsumerName(mConsumerName);
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp52 mConsumerName(),
357 mConsumerName = mCore->mConsumerName;
504 {mConsumerName.string(), mConsumerName.size()});
941 ATRACE_INT(mCore->mConsumerName.string(),
1134 mConsumerName = mCore->mConsumerName;
1358 allocUsage, {mConsumerName.string(), mConsumerName
[all...]
H A DBufferQueueConsumer.cpp47 mConsumerName() {}
266 ATRACE_INT(mCore->mConsumerName.string(),
685 mCore->mConsumerName = name;
686 mConsumerName = name;
H A DBufferQueueCore.cpp61 mConsumerName(getUniqueName()),

Completed in 311 milliseconds