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

  /frameworks/native/include/gui/
BufferQueueConsumer.h 175 String8 mConsumerName;
BufferQueueProducer.h 196 String8 mConsumerName;
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;

Completed in 70 milliseconds