HomeSort by relevance Sort by last modified time
    Searched refs:LOG_INFO (Results 1 - 25 of 260) sorted by null

1 2 3 4 5 6 7 8 91011

  /system/bt/vendor_libs/test_vendor_lib/src/
bt_vendor.cc 36 LOG_INFO(LOG_TAG, "Initializing test controller.");
49 LOG_INFO(LOG_TAG, "Opcode received in vendor library: %d", opcode);
56 LOG_INFO(LOG_TAG, "Doing op: BT_VND_OP_POWER_CTRL");
59 LOG_INFO(LOG_TAG, "Turning Bluetooth off.");
61 LOG_INFO(LOG_TAG, "Turning Bluetooth on.");
67 LOG_INFO(LOG_TAG, "Doing op: BT_VND_OP_USERIAL_OPEN");
70 LOG_INFO(LOG_TAG, "Setting HCI's fd to: %d", fd_list[0]);
76 LOG_INFO(LOG_TAG, "Doing op: BT_VND_OP_USERIAL_CLOSE");
77 LOG_INFO(LOG_TAG, "Closing HCI's fd (fd: %d)", manager->GetHciFd());
82 LOG_INFO(LOG_TAG, "Unsupported op: BT_VND_OP_FW_CFG")
    [all...]
test_channel_transport.cc 46 LOG_INFO(LOG_TAG, "Error creating socket for test channel.");
50 LOG_INFO(LOG_TAG, "port: %d", port_);
57 LOG_INFO(LOG_TAG, "Error binding test channel listener socket to address.");
63 LOG_INFO(LOG_TAG, "Error listening for test channel.");
71 LOG_INFO(LOG_TAG, "Error accepting test channel connection.");
92 LOG_INFO(LOG_TAG, "Event ready in TestChannelTransport on fd: %d", fd);
99 LOG_INFO(LOG_TAG, "Received command from test channel: %s",
109 LOG_INFO(LOG_TAG, "num_args: %d", num_args);
121 LOG_INFO(LOG_TAG, "Command argument %zu: %s", i, args[i].data());
hci_transport.cc 65 LOG_INFO(LOG_TAG, "Event ready in HciTransport on fd: %d.", fd);
75 LOG_INFO(LOG_TAG, "ACL data packets not currently supported.");
80 LOG_INFO(LOG_TAG, "SCO data packets not currently supported.");
86 LOG_INFO(LOG_TAG, "Error received an invalid packet type from the HCI.");
95 LOG_INFO(LOG_TAG, "Received command packet.");
145 LOG_INFO(LOG_TAG,
151 LOG_INFO(LOG_TAG, "Posting event response with delay of %lld ms.",
packet_stream.cc 55 LOG_INFO(LOG_TAG, "Receiving packet type.");
76 LOG_INFO(LOG_TAG, "Sending event with event code: 0x%04X",
78 LOG_INFO(LOG_TAG, "Sending event with size: %zu octets",
99 LOG_INFO(LOG_TAG, "Signal octet is 0x%02X.", type);
  /system/bt/btif/src/
stack_manager.c 102 LOG_INFO(LOG_TAG, "%s is initializing the stack", __func__);
105 LOG_INFO(LOG_TAG, "%s found the stack already in initialized state",
119 LOG_INFO(LOG_TAG, "%s finished", __func__);
136 LOG_INFO(LOG_TAG, "%s stack already brought up", __func__);
142 LOG_INFO(LOG_TAG, "%s is bringing up the stack", __func__);
158 LOG_INFO(LOG_TAG, "%s finished", __func__);
165 LOG_INFO(LOG_TAG, "%s stack is already brought down", __func__);
169 LOG_INFO(LOG_TAG, "%s is bringing down the stack", __func__);
180 LOG_INFO(LOG_TAG, "%s finished", __func__);
194 LOG_INFO(LOG_TAG, "%s found the stack already in a clean state", __func__)
    [all...]
  /system/bt/osi/include/
log.h 34 #define LOG_INFO(...) LOGWRAPPER(__VA_ARGS__)
48 #define LOG_INFO(tag, fmt, args...) ALOG(LOG_INFO, tag, fmt, ## args)
  /external/fio/os/windows/posix/include/
syslog.h 6 #define LOG_INFO 0x1
  /system/bt/hci/src/
hci_audio.c 29 LOG_INFO(LOG_TAG, "%s handle:%d codec:0x%x state:%d", __func__, handle, codec, state);
vendor.c 65 LOG_INFO(LOG_TAG, "alloc value %p", lib_callbacks.alloc);
113 LOG_INFO(LOG_TAG, "firmware callback");
123 LOG_INFO(LOG_TAG, "%s", __func__);
132 LOG_INFO(LOG_TAG, "%s", __func__);
153 LOG_INFO(LOG_TAG, "sco_audiostate_cb(status: %d)",status);
188 LOG_INFO(LOG_TAG, "%s", __func__);
  /system/bt/vendor_libs/linux/
bt_vendor_linux.c 91 LOG_INFO(LOG_TAG, "%s", __func__);
113 LOG_INFO(LOG_TAG, "Using interface hci%d", hci_interface);
119 LOG_INFO(LOG_TAG, "RFKILL enabled");
124 LOG_INFO(LOG_TAG, "HWCFG enabled");
156 LOG_INFO(LOG_TAG, "%s", __func__);
242 LOG_INFO(LOG_TAG, "%s", __func__);
257 LOG_INFO(LOG_TAG, "%s returning %d", __func__, bt_vendor_fd);
266 LOG_INFO(LOG_TAG, "%s", __func__);
281 LOG_INFO(LOG_TAG, "%s", __func__);
313 LOG_INFO(LOG_TAG, "%s", __func__)
    [all...]
  /external/fio/
log.c 20 syslog(LOG_INFO, "%s", buffer);
30 syslog(LOG_INFO, "%s", buf);
37 int log_info(const char *format, ...) function
51 syslog(LOG_INFO, "%s", buffer);
79 syslog(LOG_INFO, "%s", buffer);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PairingListener.java 28 LOG_INFO,
  /external/regex-re2/util/
logging.h 31 #define LOG_INFO LogMessage(__FILE__, __LINE__)
32 #define LOG_ERROR LOG_INFO
33 #define LOG_WARNING LOG_INFO
37 #define VLOG(x) if((x)>0){}else LOG_INFO.stream()
  /bootable/recovery/minzip/
Log.h 90 #define LOGI(...) ((void)LOG(LOG_INFO, LOG_TAG, __VA_ARGS__))
96 ? ((void)LOG(LOG_INFO, LOG_TAG, __VA_ARGS__)) \
154 #define IF_LOGI() IF_LOG(LOG_INFO, LOG_TAG)
  /external/libbrillo/brillo/
syslog_logging.cc 11 // syslog.h and base/logging.h both try to #define LOG_INFO and LOG_WARNING.
16 const int kSyslogInfo = LOG_INFO;
21 #undef LOG_INFO
42 case logging::LOG_INFO:
  /external/libdaemon/examples/
testd.c 99 daemon_log(ret != 0 ? LOG_ERR : LOG_INFO, "Daemon returned %i as return value.", ret);
135 daemon_log(LOG_INFO, "Sucessfully started");
177 daemon_log(LOG_INFO, "Got a HUP");
187 daemon_log(LOG_INFO, "Exiting...");
  /external/minijail/
util.h 27 syslog(LOG_INFO, "libminijail: " _msg, ## __VA_ARGS__)
  /external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/
LogServiceImpl.java 84 case LOG_INFO:
109 case LOG_INFO:
138 case LOG_INFO:
192 case LOG_INFO:
  /frameworks/base/include/android_runtime/
Log.h 31 #define LOGI_EX(env, ...) LOG_EX(env, LOG_INFO, LOG_TAG, ##__VA_ARGS__)
  /libnativehelper/
ALog-priv.h 55 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__))
  /device/google/contexthub/firmware/app/test0.app/
test_app0.c 56 eOsLog(LOG_INFO, "App 0 started with tid %u timerid %u\n", mMyTid, timerId);
59 eOsLog(LOG_INFO, "App 0 received timer %u callback: %d (TIM: %lld, RTC: %lld, SENSOR: %lld, HOST: %lld)\n", te->timerId, *(int *)te->data, eOsTimGetTime(), eOsRtcGetTime(), eOsSensorGetTime(), eOsHostGetTime());
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
Log.java 29 private static final boolean LOG_INFO = true;
39 if (LOG_INFO)
  /system/bt/btcore/src/
module.c 81 LOG_INFO(LOG_TAG, "%s Initializing module \"%s\"", __func__, module->name);
87 LOG_INFO(LOG_TAG, "%s Initialized module \"%s\"", __func__, module->name);
101 LOG_INFO(LOG_TAG, "%s Starting module \"%s\"", __func__, module->name);
107 LOG_INFO(LOG_TAG, "%s Started module \"%s\"", __func__, module->name);
123 LOG_INFO(LOG_TAG, "%s Shutting down module \"%s\"", __func__, module->name);
128 LOG_INFO(LOG_TAG, "%s Shutdown of module \"%s\" completed",
144 LOG_INFO(LOG_TAG, "%s Cleaning up module \"%s\"", __func__, module->name);
149 LOG_INFO(LOG_TAG, "%s Cleanup of module \"%s\" completed",
  /system/bt/main/
stack_config.c 51 LOG_INFO(LOG_TAG, "%s attempt to load stack conf from %s", __func__, path);
55 LOG_INFO(LOG_TAG, "%s file >%s< not found", __func__, path);
  /frameworks/ex/framesequence/jni/utils/
log.h 94 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__))
100 ? ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__)) \
159 #define IF_ALOGI() IF_ALOG(LOG_INFO, LOG_TAG)

Completed in 1030 milliseconds

1 2 3 4 5 6 7 8 91011