/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3StreamSplitter.h | 33 #define SP_LOGV(x, ...) ALOGV("[%s] " x, mConsumerName.string(), ##__VA_ARGS__) 34 #define SP_LOGI(x, ...) ALOGI("[%s] " x, mConsumerName.string(), ##__VA_ARGS__) 35 #define SP_LOGW(x, ...) ALOGW("[%s] " x, mConsumerName.string(), ##__VA_ARGS__) 36 #define SP_LOGE(x, ...) ALOGE("[%s] " x, mConsumerName.string(), ##__VA_ARGS__) 292 String8 mConsumerName; variable
|
D | Camera3OutputStream.h | 322 String8 mConsumerName; variable
|
D | Camera3StreamSplitter.cpp | 66 mConsumerName = getUniqueConsumerName(); in connect() 95 mConsumer->setConsumerName(mConsumerName); in connect()
|
D | Camera3OutputStream.cpp | 166 mConsumerName = String8("Deferred"); in Camera3OutputStream() 529 lines.appendFormat(" Consumer name: %s\n", mConsumerName.string()); in dump() 622 mConsumerName = mConsumer->getConsumerName(); in configureConsumerQueueLocked()
|
/frameworks/native/libs/gui/ |
D | BufferQueueCore.cpp | 45 ALOGV("[%s](id:%" PRIx64 ",api:%d,p:%d,c:%" PRIu64 ") " x, mConsumerName.string(), mUniqueId, \ 48 ALOGD("[%s](id:%" PRIx64 ",api:%d,p:%d,c:%" PRIu64 ") " x, mConsumerName.string(), mUniqueId, \ 51 ALOGI("[%s](id:%" PRIx64 ",api:%d,p:%d,c:%" PRIu64 ") " x, mConsumerName.string(), mUniqueId, \ 54 ALOGW("[%s](id:%" PRIx64 ",api:%d,p:%d,c:%" PRIu64 ") " x, mConsumerName.string(), mUniqueId, \ 57 ALOGE("[%s](id:%" PRIx64 ",api:%d,p:%d,c:%" PRIu64 ") " x, mConsumerName.string(), mUniqueId, \ 91 mConsumerName(getUniqueName()), in BufferQueueCore() 165 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() 300 ATRACE_INT(mCore->mConsumerName.string(), in acquireBuffer() 722 mCore->mConsumerName = name; in setConsumerName() 723 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() 1011 ATRACE_INT(mCore->mConsumerName.string(), in queueBuffer() 1206 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 | 189 String8 mConsumerName; variable
|
D | BufferQueueProducer.h | 240 String8 mConsumerName; variable
|