Searched refs:LOG_TAG (Results 1 - 25 of 307) sorted by relevance

1234567891011>>

/system/core/libmemunreachable/
H A Dlog.h20 #define LOG_TAG "libmemunreachable" macro
/system/bt/vendor_libs/test_vendor_lib/src/
H A Dbt_vendor.cc17 #define LOG_TAG "bt_vendor" macro
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, "Closin
[all...]
H A Dpacket_stream.cc17 #define LOG_TAG "packet_stream" macro
37 LOG_ERROR(LOG_TAG, "Error: receiving command header.");
42 LOG_ERROR(LOG_TAG, "Error: receiving command payload.");
48 LOG_ERROR(LOG_TAG, "Error: encoding command packet.");
55 LOG_INFO(LOG_TAG, "Receiving packet type.");
61 LOG_ERROR(LOG_TAG, "Error: Could not receive packet type.");
70 LOG_ERROR(LOG_TAG, "Error: Received invalid 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",
82 LOG_ERROR(LOG_TAG, "Erro
[all...]
H A Dvendor_manager.cc17 #define LOG_TAG "vendor_manager" macro
61 LOG_ERROR(LOG_TAG, "Error setting up transport object.");
66 LOG_INFO(LOG_TAG, "Test channel is enabled.");
72 LOG_ERROR(LOG_TAG,
77 LOG_INFO(LOG_TAG, "Test channel is disabled.");
89 LOG_ERROR(LOG_TAG, "Error starting TestVendorLibrary thread.");
96 LOG_ERROR(LOG_TAG, "Error posting StartWatchingOnThread to task runner.");
112 LOG_ERROR(LOG_TAG, "Error watching vendor fd.");
121 LOG_ERROR(LOG_TAG, "Error watching test channel fd.");
H A Dtest_channel_transport.cc17 #define LOG_TAG "test_channel_transport" macro
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, "Comman
[all...]
/system/bt/main/
H A Dbte_conf.c19 #define LOG_TAG "bt_bte_conf" macro
37 LOG_ERROR(LOG_TAG, "%s unable to load DID config '%s'.", __func__, p_path);
46 LOG_DEBUG(LOG_TAG, "%s no section named %s.", __func__, section_name);
62 LOG_ERROR(LOG_TAG, "%s invalid vendor id source %d; ignoring DID record %d.", __func__, record.vendor_id_source, i);
66 LOG_DEBUG(LOG_TAG, "Device ID record %d : %s", i, (record.primary_record ? "primary" : "not primary"));
67 LOG_DEBUG(LOG_TAG, " vendorId = %04x", record.vendor);
68 LOG_DEBUG(LOG_TAG, " vendorIdSource = %04x", record.vendor_id_source);
69 LOG_DEBUG(LOG_TAG, " product = %04x", record.product);
70 LOG_DEBUG(LOG_TAG, " version = %04x", record.version);
71 LOG_DEBUG(LOG_TAG, " clientExecutableUR
[all...]
/system/bt/osi/src/
H A Dtime.c19 #define LOG_TAG "bt_osi_time" macro
H A Dsemaphore.c19 #define LOG_TAG "bt_osi_semaphore" macro
47 LOG_ERROR(LOG_TAG, "%s unable to allocate semaphore: %s", __func__, strerror(errno));
69 LOG_ERROR(LOG_TAG, "%s unable to wait on semaphore: %s", __func__, strerror(errno));
78 LOG_ERROR(LOG_TAG, "%s unable to get flags for semaphore fd: %s", __func__, strerror(errno));
82 LOG_ERROR(LOG_TAG, "%s unable to set O_NONBLOCK for semaphore fd: %s", __func__, strerror(errno));
92 LOG_ERROR(LOG_TAG, "%s unable to restore flags for semaphore fd: %s", __func__, strerror(errno));
101 LOG_ERROR(LOG_TAG, "%s unable to post to semaphore: %s", __func__, strerror(errno));
H A Dhash_map_utils.c18 #define LOG_TAG "hash_map_utils" macro
48 LOG_VERBOSE(LOG_TAG, "%s: source string: '%s'", __func__, str);
81 LOG_VERBOSE(LOG_TAG, "%s: no items found in string\n", __func__);
89 LOG_VERBOSE( LOG_TAG, "%s: the given map is NULL\n", __func__);
101 LOG_INFO(LOG_TAG, "key: '%s' value: '%s'\n", (char *)hash_map_entry->key,
H A Dosi.c19 #define LOG_TAG "bt_osi_rand" macro
39 LOG_ERROR(LOG_TAG, "%s can't open rand fd %s: %s ", __func__, RANDOM_PATH,
/system/extras/perfprofd/
H A Dperfprofdutils.cc18 #define LOG_TAG "perfprofd" macro
31 LOG_PRI_VA(ANDROID_LOG_ERROR, LOG_TAG, fmt, ap);
39 LOG_PRI_VA(ANDROID_LOG_WARN, LOG_TAG, fmt, ap);
47 LOG_PRI_VA(ANDROID_LOG_INFO, LOG_TAG, fmt, ap);
/system/vold/
H A DCheckBattery.cpp17 #define LOG_TAG "VoldCheckBattery" macro
/system/bt/hci/src/
H A Dhci_audio.c19 #define LOG_TAG "bt_hci_audio" macro
29 LOG_INFO(LOG_TAG, "%s handle:%d codec:0x%x state:%d", __func__, handle, codec, state);
H A Dhci_hal_h4.c19 #define LOG_TAG "bt_hci_h4" macro
69 LOG_INFO(LOG_TAG, "%s", __func__);
76 LOG_ERROR(LOG_TAG, "%s opened the wrong number of ports: got %d, expected 1.", __func__, number_of_ports);
82 LOG_ERROR(LOG_TAG, "%s unable to open the uart serial port.", __func__);
88 LOG_ERROR(LOG_TAG, "%s unable to create eager reader for the uart serial port.", __func__);
109 LOG_INFO(LOG_TAG, "%s", __func__);
118 LOG_ERROR(LOG_TAG, "%s invalid data type: %d", __func__, type);
121 LOG_ERROR(LOG_TAG, "%s with no valid stream intepretation.", __func__);
124 LOG_ERROR(LOG_TAG, "%s with different type than existing interpretation.", __func__);
133 LOG_ERROR(LOG_TAG, "
[all...]
H A Dhci_hal_mct.c19 #define LOG_TAG "bt_hci_mct" macro
63 LOG_INFO(LOG_TAG, "%s", __func__);
69 LOG_ERROR(LOG_TAG, "%s opened the wrong number of ports: got %d, expected 2 or 4.", __func__, number_of_ports);
73 LOG_INFO(LOG_TAG, "%s got uart fds: CMD=%d, EVT=%d, ACL_OUT=%d, ACL_IN=%d",
77 LOG_ERROR(LOG_TAG, "%s unable to open the command uart serial port.", __func__);
82 LOG_ERROR(LOG_TAG, "%s unable to open the event uart serial port.", __func__);
87 LOG_ERROR(LOG_TAG, "%s unable to open the acl-out uart serial port.", __func__);
92 LOG_ERROR(LOG_TAG, "%s unable to open the acl-in uart serial port.", __func__);
98 LOG_ERROR(LOG_TAG, "%s unable to create eager reader for the event uart serial port.", __func__);
104 LOG_ERROR(LOG_TAG, "
[all...]
H A Dbtsnoop_net.c19 #define LOG_TAG "bt_snoop_net" macro
55 LOG_ERROR(LOG_TAG, "%s pthread_create failed: %s", __func__, strerror(errno));
57 LOG_DEBUG(LOG_TAG, "initialized");
97 LOG_ERROR(LOG_TAG, "%s socket creation failed: %s", __func__, strerror(errno));
103 LOG_ERROR(LOG_TAG, "%s unable to set SO_REUSEADDR: %s", __func__, strerror(errno));
112 LOG_ERROR(LOG_TAG, "%s unable to bind listen socket: %s", __func__, strerror(errno));
117 LOG_ERROR(LOG_TAG, "%s unable to listen: %s", __func__, strerror(errno));
128 LOG_WARN(LOG_TAG, "%s error accepting socket: %s", __func__, strerror(errno));
/system/bt/vendor_libs/linux/
H A Dbt_vendor_linux.c20 #define LOG_TAG "bt_vendor" macro
91 LOG_INFO(LOG_TAG, "%s", __func__);
94 LOG_ERROR(LOG_TAG, "init failed with no user callbacks!");
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");
136 LOG_ERROR(LOG_TAG, "%s cannot stop btcfg service via prop", __func__);
141 LOG_ERROR(LOG_TAG, "%s cannot start btcfg service via prop", __func__);
156 LOG_INFO(LOG_TAG, "%s", __func__);
160 LOG_ERROR(LOG_TAG, "Bluetoot
[all...]
/system/bt/btif/src/
H A Dstack_manager.c19 #define LOG_TAG "bt_stack_manager" macro
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__);
127 LOG_WARN(LOG_TAG, "%s found the stack was uninitialized. Initializing now.", __func__);
136 LOG_INFO(LOG_TAG, "%s stack already brought up", __func__);
142 LOG_INFO(LOG_TAG, "%s is bringing up the stack", __func__);
151 LOG_ERROR(LOG_TAG, "%s failed to start up the stack", __func__);
158 LOG_INFO(LOG_TAG, "%s finished", __func__);
165 LOG_INFO(LOG_TAG, "
[all...]
H A Dbtif_gatt_test.c19 #define LOG_TAG "bt_btif_gatt" macro
108 LOG_DEBUG(LOG_TAG, "%s: conn_id=%d, connected=%d", __FUNCTION__, conn_id, connected);
115 LOG_DEBUG(LOG_TAG, "%s: op_code=0x%02x, conn_id=0x%x. status=0x%x",
132 LOG_DEBUG(LOG_TAG, "%s: Unknown op_code (0x%02x)", __FUNCTION__, op);
143 LOG_DEBUG(LOG_TAG, "------ GATT Discovery result %-22s -------", disc_name[disc_type]);
144 LOG_DEBUG(LOG_TAG, " Attribute handle: 0x%04x (%d)", p_data->handle, p_data->handle);
147 LOG_DEBUG(LOG_TAG, " Attribute type: %s", format_uuid(p_data->type, str_buf));
153 LOG_DEBUG(LOG_TAG, " Handle range: 0x%04x ~ 0x%04x (%d ~ %d)",
156 LOG_DEBUG(LOG_TAG, " Service UUID: %s",
161 LOG_DEBUG(LOG_TAG, " Handl
[all...]
H A Dbtif_avrcp_audio_track.cpp39 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btCreateTrack freq %d channel %d ",
71 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__);
78 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__);
83 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__);
91 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__);
96 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__);
112 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__);
117 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__);
126 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__);
131 LOG_VERBOSE(LOG_TAG, "
[all...]
/system/core/libbacktrace/
H A DBacktraceLog.h20 #define LOG_TAG "libbacktrace" macro
/system/core/libdiskconfig/
H A Ddump_diskconfig.c18 #define LOG_TAG "dump_diskconfig" macro
/system/core/include/log/
H A Dlog.h64 #ifndef LOG_TAG
65 #define LOG_TAG NULL macro
88 * Simplified macro to send a verbose log message using the current LOG_TAG.
91 #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
105 ? ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
111 * Simplified macro to send a debug log message using the current LOG_TAG.
114 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
120 ? ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \
125 * Simplified macro to send an info log message using the current LOG_TAG.
128 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS_
[all...]
/system/core/fingerprintd/
H A Dfingerprintd.cpp17 #define LOG_TAG "fingerprintd" macro
37 ALOGI("Starting " LOG_TAG);
44 ALOGE("Couldn't register " LOG_TAG " binder service!");
/system/keymaster/
H A Dsoft_keymaster_logger.cpp22 #define LOG_TAG "SoftKeymaster" macro
48 return LOG_PRI_VA(android_log_level, LOG_TAG, fmt, args);

Completed in 818 milliseconds

1234567891011>>