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

  /frameworks/native/libs/gui/include/gui/
BufferQueueConsumer.h 182 String8 mConsumerName;
BufferQueueProducer.h 223 String8 mConsumerName;
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)); \
161 // mConsumerName is a string used to identify the BufferQueue in log
164 String8 mConsumerName;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.h 244 String8 mConsumerName;
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__)
272 String8 mConsumerName;

Completed in 79 milliseconds