Searched defs:mConsumerName (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/gui/
H A DBufferQueueConsumer.h183 String8 mConsumerName; member in class:android::BufferQueueConsumer
H A DBufferQueueProducer.h219 String8 mConsumerName; member in class:android::BufferQueueProducer
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
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.h217 String8 mConsumerName; member in class:android::camera3::Camera3OutputStream
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

Completed in 465 milliseconds