Searched defs:INFO (Results 1 - 5 of 5) sorted by relevance

/system/core/adb/
H A Dline_printer.h29 enum LineType { INFO, WARNING, ERROR }; enumerator in enum:LinePrinter::LineType
31 /// Outputs the given line. INFO output will be overwritten.
35 /// If there's an INFO line, keep it. If not, do nothing.
H A Dbugreport.cpp274 LinePrinter::INFO); member in class:LinePrinter
/system/extras/verity/fec/
H A Dimage.h29 #define INFO(x...) \ macro
/system/core/base/include/android-base/
H A Dlogging.h28 // LOG(INFO) << "Some text; " << some_value;
30 // Replace `INFO` with any severity from `enum LogSeverity`.
72 INFO, enumerator in enum:android::base::LogSeverity
160 using ::android::base::INFO; \
/system/bt/audio_a2dp_hw/src/
H A Daudio_a2dp_hw.cc69 #define INFO(fmt, ...) LOG_INFO(LOG_TAG, "%s: " fmt, __func__, ##__VA_ARGS__) macro
234 INFO("connect to %s (sz %zu)", path, buffer_sz);
268 INFO("connected to stack fd = %d", skt_fd);
325 INFO("fd %d", fd);
362 INFO("receive control data failed (%s), retrying", strerror(errno));
398 INFO("send control data failed (%s), retrying", strerror(errno));
419 INFO("starting up or recovering from previous error");
504 INFO("got input audio config %d %d", common->cfg.format, common->cfg.rate);
614 INFO(
702 INFO(
[all...]

Completed in 164 milliseconds