/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3StreamSplitter.h | 31 #define SP_LOGV(x, ...) ALOGV("[%s] " x, mConsumerName.string(), ##__VA_ARGS__) 32 #define SP_LOGI(x, ...) ALOGI("[%s] " x, mConsumerName.string(), ##__VA_ARGS__) 33 #define SP_LOGW(x, ...) ALOGW("[%s] " x, mConsumerName.string(), ##__VA_ARGS__) 34 #define SP_LOGE(x, ...) ALOGE("[%s] " x, mConsumerName.string(), ##__VA_ARGS__) 285 String8 mConsumerName; variable
|
D | Camera3OutputStream.cpp | 125 mConsumerName = String8("Deferred"); in Camera3OutputStream() 310 lines.appendFormat(" Consumer name: %s\n", mConsumerName.string()); in dump() 394 mConsumerName = mConsumer->getConsumerName(); in configureConsumerQueueLocked()
|
D | Camera3OutputStream.h | 257 String8 mConsumerName; variable
|
D | Camera3StreamSplitter.cpp | 63 mConsumerName = getUniqueConsumerName(); in connect() 91 mConsumer->setConsumerName(mConsumerName); in connect()
|
/frameworks/native/libs/gui/ |
D | BufferQueueCore.cpp | 46 ALOGV("[%s](id:%" PRIx64 ",api:%d,p:%d,c:%" PRIu64 ") " x, mConsumerName.string(), mUniqueId, \ 49 ALOGD("[%s](id:%" PRIx64 ",api:%d,p:%d,c:%" PRIu64 ") " x, mConsumerName.string(), mUniqueId, \ 52 ALOGI("[%s](id:%" PRIx64 ",api:%d,p:%d,c:%" PRIu64 ") " x, mConsumerName.string(), mUniqueId, \ 55 ALOGW("[%s](id:%" PRIx64 ",api:%d,p:%d,c:%" PRIu64 ") " x, mConsumerName.string(), mUniqueId, \ 58 ALOGE("[%s](id:%" PRIx64 ",api:%d,p:%d,c:%" PRIu64 ") " x, mConsumerName.string(), mUniqueId, \ 92 mConsumerName(getUniqueName()), in BufferQueueCore() 166 outResult->appendFormat("%s(mConsumerName=%s, ", prefix.string(), mConsumerName.string()); in dumpState()
|
D | BufferQueueConsumer.cpp | 49 ALOGV("[%s](id:%" PRIx64 ",api:%d,p:%d,c:%" PRIu64 ") " x, mConsumerName.string(), \ 53 ALOGD("[%s](id:%" PRIx64 ",api:%d,p:%d,c:%" PRIu64 ") " x, mConsumerName.string(), \ 57 ALOGI("[%s](id:%" PRIx64 ",api:%d,p:%d,c:%" PRIu64 ") " x, mConsumerName.string(), \ 61 ALOGW("[%s](id:%" PRIx64 ",api:%d,p:%d,c:%" PRIu64 ") " x, mConsumerName.string(), \ 65 ALOGE("[%s](id:%" PRIx64 ",api:%d,p:%d,c:%" PRIu64 ") " x, mConsumerName.string(), \ 74 mConsumerName() {} in BufferQueueConsumer() 294 ATRACE_INT(mCore->mConsumerName.string(), in acquireBuffer() 716 mCore->mConsumerName = name; in setConsumerName() 717 mConsumerName = name; in setConsumerName()
|
D | BufferQueueProducer.cpp | 49 ALOGV("[%s](id:%" PRIx64 ",api:%d,p:%d,c:%" PRIu64 ") " x, mConsumerName.string(), \ 53 ALOGD("[%s](id:%" PRIx64 ",api:%d,p:%d,c:%" PRIu64 ") " x, mConsumerName.string(), \ 57 ALOGI("[%s](id:%" PRIx64 ",api:%d,p:%d,c:%" PRIu64 ") " x, mConsumerName.string(), \ 61 ALOGW("[%s](id:%" PRIx64 ",api:%d,p:%d,c:%" PRIu64 ") " x, mConsumerName.string(), \ 65 ALOGE("[%s](id:%" PRIx64 ",api:%d,p:%d,c:%" PRIu64 ") " x, mConsumerName.string(), \ 76 mConsumerName(), in BufferQueueProducer() 386 mConsumerName = mCore->mConsumerName; in dequeueBuffer() 550 {mConsumerName.string(), mConsumerName.size()}); in dequeueBuffer() 1008 ATRACE_INT(mCore->mConsumerName.string(), in queueBuffer() 1203 mConsumerName = mCore->mConsumerName; in connect() [all …]
|
/frameworks/native/libs/gui/include/gui/ |
D | BufferQueueCore.h | 41 snprintf(___traceBuf, 1024, "%s: %d", mCore->mConsumerName.string(), (index)); \ 159 String8 mConsumerName; variable
|
D | BufferQueueConsumer.h | 185 String8 mConsumerName; variable
|
D | BufferQueueProducer.h | 236 String8 mConsumerName; variable
|