HomeSort by relevance Sort by last modified time
    Searched refs:mConsumerName (Results 1 - 8 of 8) sorted by null

  /frameworks/native/include/gui/
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;
BufferQueueConsumer.h 176 String8 mConsumerName;
BufferQueueProducer.h 217 String8 mConsumerName;
  /frameworks/native/libs/gui/
BufferQueueProducer.cpp 48 mConsumerName(),
350 mConsumerName = mCore->mConsumerName;
501 {mConsumerName.string(), mConsumerName.size()}, &error));
    [all...]
BufferQueueConsumer.cpp 44 mConsumerName() {}
262 ATRACE_INT(mCore->mConsumerName.string(), mCore->mQueue.size());
680 mCore->mConsumerName = name;
681 mConsumerName = name;
BufferQueueCore.cpp 58 mConsumerName(getUniqueName()),
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.h 199 String8 mConsumerName;
Camera3OutputStream.cpp 115 mConsumerName = String8("Deferred");
337 lines.appendFormat(" Consumer name: %s\n", mConsumerName.string());
387 mConsumerName = mConsumer->getConsumerName();

Completed in 149 milliseconds