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

  /frameworks/native/include/gui/
BufferQueueCore.h 32 #define BQ_LOGV(x, ...) ALOGV("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
33 #define BQ_LOGD(x, ...) ALOGD("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
34 #define BQ_LOGI(x, ...) ALOGI("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
35 #define BQ_LOGW(x, ...) ALOGW("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
36 #define BQ_LOGE(x, ...) ALOGE("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
42 mCore->mConsumerName.string(), (index)); \
147 // mConsumerName is a string used to identify the BufferQueue in log
150 String8 mConsumerName;
BufferQueueProducer.h 196 String8 mConsumerName;
BufferQueueConsumer.h 175 String8 mConsumerName;
  /frameworks/native/libs/gui/
BufferQueueConsumer.cpp 34 mConsumerName() {}
174 ATRACE_INT(mCore->mConsumerName.string(), mCore->mQueue.size());
487 mCore->mConsumerName = name;
488 mConsumerName = name;
BufferQueueProducer.cpp 40 mConsumerName(),
252 mConsumerName = mCore->mConsumerName;
649 ATRACE_INT(mCore->mConsumerName.string(), mCore->mQueue.size());
739 mConsumerName = mCore->mConsumerName;
    [all...]
BufferQueueCore.cpp 49 mConsumerName(getUniqueName()),

Completed in 121 milliseconds