Home
last modified time | relevance | path

Searched refs:LOG_TAG (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/system/bt/vendor_libs/test_vendor_lib/src/
Dbt_vendor.cc17 #define LOG_TAG "bt_vendor" macro
36 LOG_INFO(LOG_TAG, "Initializing test controller."); in TestVendorInitialize()
49 LOG_INFO(LOG_TAG, "Opcode received in vendor library: %d", opcode); in TestVendorOp()
56 LOG_INFO(LOG_TAG, "Doing op: BT_VND_OP_POWER_CTRL"); in TestVendorOp()
59 LOG_INFO(LOG_TAG, "Turning Bluetooth off."); in TestVendorOp()
61 LOG_INFO(LOG_TAG, "Turning Bluetooth on."); in TestVendorOp()
67 LOG_INFO(LOG_TAG, "Doing op: BT_VND_OP_USERIAL_OPEN"); in TestVendorOp()
70 LOG_INFO(LOG_TAG, "Setting HCI's fd to: %d", fd_list[0]); in TestVendorOp()
76 LOG_INFO(LOG_TAG, "Doing op: BT_VND_OP_USERIAL_CLOSE"); in TestVendorOp()
77 LOG_INFO(LOG_TAG, "Closing HCI's fd (fd: %d)", manager->GetHciFd()); in TestVendorOp()
[all …]
Dpacket_stream.cc17 #define LOG_TAG "packet_stream" macro
37 LOG_ERROR(LOG_TAG, "Error: receiving command header."); in ReceiveCommand()
42 LOG_ERROR(LOG_TAG, "Error: receiving command payload."); in ReceiveCommand()
48 LOG_ERROR(LOG_TAG, "Error: encoding command packet."); in ReceiveCommand()
55 LOG_INFO(LOG_TAG, "Receiving packet type."); in ReceivePacketType()
61 LOG_ERROR(LOG_TAG, "Error: Could not receive packet type."); in ReceivePacketType()
70 LOG_ERROR(LOG_TAG, "Error: Received invalid packet type."); in ReceivePacketType()
76 LOG_INFO(LOG_TAG, "Sending event with event code: 0x%04X", in SendEvent()
78 LOG_INFO(LOG_TAG, "Sending event with size: %zu octets", in SendEvent()
82 LOG_ERROR(LOG_TAG, "Error: Could not send event type."); in SendEvent()
[all …]
Dvendor_manager.cc17 #define LOG_TAG "vendor_manager" macro
61 LOG_ERROR(LOG_TAG, "Error setting up transport object."); in Run()
66 LOG_INFO(LOG_TAG, "Test channel is enabled."); in Run()
72 LOG_ERROR(LOG_TAG, in Run()
77 LOG_INFO(LOG_TAG, "Test channel is disabled."); in Run()
89 LOG_ERROR(LOG_TAG, "Error starting TestVendorLibrary thread."); in Run()
96 LOG_ERROR(LOG_TAG, "Error posting StartWatchingOnThread to task runner."); in Run()
112 LOG_ERROR(LOG_TAG, "Error watching vendor fd."); in StartWatchingOnThread()
121 LOG_ERROR(LOG_TAG, "Error watching test channel fd."); in StartWatchingOnThread()
Dtest_channel_transport.cc17 #define LOG_TAG "test_channel_transport" macro
46 LOG_INFO(LOG_TAG, "Error creating socket for test channel."); in SetUp()
50 LOG_INFO(LOG_TAG, "port: %d", port_); in SetUp()
57 LOG_INFO(LOG_TAG, "Error binding test channel listener socket to address."); in SetUp()
63 LOG_INFO(LOG_TAG, "Error listening for test channel."); in SetUp()
71 LOG_INFO(LOG_TAG, "Error accepting test channel connection."); in SetUp()
92 LOG_INFO(LOG_TAG, "Event ready in TestChannelTransport on fd: %d", fd); in OnFileCanReadWithoutBlocking()
99 LOG_INFO(LOG_TAG, "Received command from test channel: %s", in OnFileCanReadWithoutBlocking()
109 LOG_INFO(LOG_TAG, "num_args: %d", num_args); in OnFileCanReadWithoutBlocking()
121 LOG_INFO(LOG_TAG, "Command argument %zu: %s", i, args[i].data()); in OnFileCanReadWithoutBlocking()
Dhci_transport.cc17 #define LOG_TAG "hci_transport" macro
65 LOG_INFO(LOG_TAG, "Event ready in HciTransport on fd: %d.", fd); in OnFileCanReadWithoutBlocking()
75 LOG_INFO(LOG_TAG, "ACL data packets not currently supported."); in OnFileCanReadWithoutBlocking()
80 LOG_INFO(LOG_TAG, "SCO data packets not currently supported."); in OnFileCanReadWithoutBlocking()
86 LOG_INFO(LOG_TAG, "Error received an invalid packet type from the HCI."); in OnFileCanReadWithoutBlocking()
95 LOG_INFO(LOG_TAG, "Received command packet."); in ReceiveReadyCommand()
145 LOG_INFO(LOG_TAG, in PostDelayedEventResponse()
151 LOG_INFO(LOG_TAG, "Posting event response with delay of %lld ms.", in PostDelayedEventResponse()
/system/core/include/log/
Dlog.h64 #ifndef LOG_TAG
65 #define LOG_TAG NULL macro
91 #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
105 ? ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
114 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
120 ? ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \
128 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__))
134 ? ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__)) \
142 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
148 ? ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) \
[all …]
/system/bt/vendor_libs/linux/
Dbt_vendor_linux.c20 #define LOG_TAG "bt_vendor" macro
91 LOG_INFO(LOG_TAG, "%s", __func__); in bt_vendor_init()
94 LOG_ERROR(LOG_TAG, "init failed with no user callbacks!"); in bt_vendor_init()
113 LOG_INFO(LOG_TAG, "Using interface hci%d", hci_interface); in bt_vendor_init()
119 LOG_INFO(LOG_TAG, "RFKILL enabled"); in bt_vendor_init()
124 LOG_INFO(LOG_TAG, "HWCFG enabled"); in bt_vendor_init()
136 LOG_ERROR(LOG_TAG, "%s cannot stop btcfg service via prop", __func__); in bt_vendor_hw_cfg()
141 LOG_ERROR(LOG_TAG, "%s cannot start btcfg service via prop", __func__); in bt_vendor_hw_cfg()
156 LOG_INFO(LOG_TAG, "%s", __func__); in bt_vendor_wait_hcidev()
160 LOG_ERROR(LOG_TAG, "Bluetooth socket error: %s", strerror(errno)); in bt_vendor_wait_hcidev()
[all …]
/system/bt/main/
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); in bte_load_did_conf()
46 LOG_DEBUG(LOG_TAG, "%s no section named %s.", __func__, section_name); in bte_load_did_conf()
62 …LOG_ERROR(LOG_TAG, "%s invalid vendor id source %d; ignoring DID record %d.", __func__, record.ven… in bte_load_did_conf()
66 …LOG_DEBUG(LOG_TAG, "Device ID record %d : %s", i, (record.primary_record ? "primary" : "not primar… in bte_load_did_conf()
67 LOG_DEBUG(LOG_TAG, " vendorId = %04x", record.vendor); in bte_load_did_conf()
68 LOG_DEBUG(LOG_TAG, " vendorIdSource = %04x", record.vendor_id_source); in bte_load_did_conf()
69 LOG_DEBUG(LOG_TAG, " product = %04x", record.product); in bte_load_did_conf()
70 LOG_DEBUG(LOG_TAG, " version = %04x", record.version); in bte_load_did_conf()
71 LOG_DEBUG(LOG_TAG, " clientExecutableURL = %s", record.client_executable_url); in bte_load_did_conf()
[all …]
/system/bt/btif/src/
Dstack_manager.c19 #define LOG_TAG "bt_stack_manager" macro
102 LOG_INFO(LOG_TAG, "%s is initializing the stack", __func__); in event_init_stack()
105 LOG_INFO(LOG_TAG, "%s found the stack already in initialized state", in event_init_stack()
119 LOG_INFO(LOG_TAG, "%s finished", __func__); in event_init_stack()
127 LOG_WARN(LOG_TAG, "%s found the stack was uninitialized. Initializing now.", __func__); in ensure_stack_is_initialized()
136 LOG_INFO(LOG_TAG, "%s stack already brought up", __func__); in event_start_up_stack()
142 LOG_INFO(LOG_TAG, "%s is bringing up the stack", __func__); in event_start_up_stack()
151 LOG_ERROR(LOG_TAG, "%s failed to start up the stack", __func__); in event_start_up_stack()
158 LOG_INFO(LOG_TAG, "%s finished", __func__); in event_start_up_stack()
165 LOG_INFO(LOG_TAG, "%s stack is already brought down", __func__); in event_shut_down_stack()
[all …]
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); in btif_test_connect_cback()
115 LOG_DEBUG(LOG_TAG, "%s: op_code=0x%02x, conn_id=0x%x. status=0x%x", in btif_test_command_complete_cback()
132 LOG_DEBUG(LOG_TAG, "%s: Unknown op_code (0x%02x)", __FUNCTION__, op); in btif_test_command_complete_cback()
143 LOG_DEBUG(LOG_TAG, "------ GATT Discovery result %-22s -------", disc_name[disc_type]); in btif_test_discovery_result_cback()
144 LOG_DEBUG(LOG_TAG, " Attribute handle: 0x%04x (%d)", p_data->handle, p_data->handle); in btif_test_discovery_result_cback()
147 LOG_DEBUG(LOG_TAG, " Attribute type: %s", format_uuid(p_data->type, str_buf)); in btif_test_discovery_result_cback()
153 LOG_DEBUG(LOG_TAG, " Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", in btif_test_discovery_result_cback()
156 LOG_DEBUG(LOG_TAG, " Service UUID: %s", in btif_test_discovery_result_cback()
161 LOG_DEBUG(LOG_TAG, " Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", in btif_test_discovery_result_cback()
[all …]
Dbtif_avrcp_audio_track.cpp39 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btCreateTrack freq %d channel %d ", in BtifAvrcpAudioTrackCreate()
71 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__); in BtifAvrcpAudioTrackStart()
78 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__); in BtifAvrcpAudioTrackStop()
83 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__); in BtifAvrcpAudioTrackStop()
91 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__); in BtifAvrcpAudioTrackDelete()
96 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__); in BtifAvrcpAudioTrackDelete()
112 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__); in BtifAvrcpAudioTrackPause()
117 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__); in BtifAvrcpAudioTrackPause()
126 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__); in BtifAvrcpSetAudioTrackGain()
131 LOG_VERBOSE(LOG_TAG, "%s set gain %f", __func__, gain); in BtifAvrcpSetAudioTrackGain()
[all …]
Dbtif_sock.c19 #define LOG_TAG "bt_btif_sock" macro
63 LOG_ERROR(LOG_TAG, "%s unable to create btsock_thread.", __func__); in btif_sock_init()
69 LOG_ERROR(LOG_TAG, "%s error initializing RFCOMM sockets: %d", __func__, status); in btif_sock_init()
75 LOG_ERROR(LOG_TAG, "%s error initializing L2CAP sockets: %d", __func__, status); in btif_sock_init()
81 LOG_ERROR(LOG_TAG, "%s error creating new thread.", __func__); in btif_sock_init()
88 LOG_ERROR(LOG_TAG, "%s error initializing SCO sockets: %d", __func__, status); in btif_sock_init()
142 LOG_ERROR(LOG_TAG, "%s unknown/unsupported socket type: %d", __func__, type); in btsock_listen()
171 LOG_ERROR(LOG_TAG, "%s unknown/unsupported socket type: %d", __func__, type); in btsock_connect()
/system/bt/hci/src/
Dhci_hal_h4.c19 #define LOG_TAG "bt_hci_h4" macro
69 LOG_INFO(LOG_TAG, "%s", __func__); in hal_open()
76 …LOG_ERROR(LOG_TAG, "%s opened the wrong number of ports: got %d, expected 1.", __func__, number_of… in hal_open()
82 LOG_ERROR(LOG_TAG, "%s unable to open the uart serial port.", __func__); in hal_open()
88 LOG_ERROR(LOG_TAG, "%s unable to create eager reader for the uart serial port.", __func__); in hal_open()
109 LOG_INFO(LOG_TAG, "%s", __func__); in hal_close()
118 LOG_ERROR(LOG_TAG, "%s invalid data type: %d", __func__, type); in read_data()
121 LOG_ERROR(LOG_TAG, "%s with no valid stream intepretation.", __func__); in read_data()
124 LOG_ERROR(LOG_TAG, "%s with different type than existing interpretation.", __func__); in read_data()
133 LOG_ERROR(LOG_TAG, "%s with no existing stream interpretation.", __func__); in packet_finished()
[all …]
Dhci_hal_mct.c19 #define LOG_TAG "bt_hci_mct" macro
63 LOG_INFO(LOG_TAG, "%s", __func__); in hal_open()
69 …LOG_ERROR(LOG_TAG, "%s opened the wrong number of ports: got %d, expected 2 or 4.", __func__, numb… in hal_open()
73 LOG_INFO(LOG_TAG, "%s got uart fds: CMD=%d, EVT=%d, ACL_OUT=%d, ACL_IN=%d", in hal_open()
77 LOG_ERROR(LOG_TAG, "%s unable to open the command uart serial port.", __func__); in hal_open()
82 LOG_ERROR(LOG_TAG, "%s unable to open the event uart serial port.", __func__); in hal_open()
87 LOG_ERROR(LOG_TAG, "%s unable to open the acl-out uart serial port.", __func__); in hal_open()
92 LOG_ERROR(LOG_TAG, "%s unable to open the acl-in uart serial port.", __func__); in hal_open()
98 … LOG_ERROR(LOG_TAG, "%s unable to create eager reader for the event uart serial port.", __func__); in hal_open()
104 … LOG_ERROR(LOG_TAG, "%s unable to create eager reader for the acl-in uart serial port.", __func__); in hal_open()
[all …]
Dbtsnoop_net.c19 #define LOG_TAG "bt_snoop_net" macro
55 LOG_ERROR(LOG_TAG, "%s pthread_create failed: %s", __func__, strerror(errno)); in btsnoop_net_open()
57 LOG_DEBUG(LOG_TAG, "initialized"); in btsnoop_net_open()
97 LOG_ERROR(LOG_TAG, "%s socket creation failed: %s", __func__, strerror(errno)); in listen_fn_()
103 LOG_ERROR(LOG_TAG, "%s unable to set SO_REUSEADDR: %s", __func__, strerror(errno)); in listen_fn_()
112 LOG_ERROR(LOG_TAG, "%s unable to bind listen socket: %s", __func__, strerror(errno)); in listen_fn_()
117 LOG_ERROR(LOG_TAG, "%s unable to listen: %s", __func__, strerror(errno)); in listen_fn_()
128 LOG_WARN(LOG_TAG, "%s error accepting socket: %s", __func__, strerror(errno)); in listen_fn_()
Dvendor.c19 #define LOG_TAG "bt_vendor" macro
55 LOG_ERROR(LOG_TAG, "%s unable to open %s: %s", __func__, VENDOR_LIBRARY_NAME, dlerror()); in vendor_open()
61 …LOG_ERROR(LOG_TAG, "%s unable to find symbol %s in %s: %s", __func__, VENDOR_LIBRARY_SYMBOL_NAME, … in vendor_open()
65 LOG_INFO(LOG_TAG, "alloc value %p", lib_callbacks.alloc); in vendor_open()
69 LOG_ERROR(LOG_TAG, "%s unable to initialize vendor library: %d", __func__, status); in vendor_open()
113 LOG_INFO(LOG_TAG, "firmware callback"); in firmware_config_cb()
123 LOG_INFO(LOG_TAG, "%s", __func__); in sco_config_cb()
132 LOG_INFO(LOG_TAG, "%s", __func__); in low_power_mode_cb()
153 LOG_INFO(LOG_TAG, "sco_audiostate_cb(status: %d)",status); in sco_audiostate_cb()
188 LOG_INFO(LOG_TAG, "%s", __func__); in epilog_cb()
Dhci_layer.c19 #define LOG_TAG "bt_hci" macro
168 LOG_INFO(LOG_TAG, "%s", __func__); in start_up()
192 LOG_ERROR(LOG_TAG, "%s unable to create startup timer.", __func__); in start_up()
198 LOG_ERROR(LOG_TAG, "%s unable to create epilog timer.", __func__); in start_up()
204 LOG_ERROR(LOG_TAG, "%s unable to create command response timer.", __func__); in start_up()
210 LOG_ERROR(LOG_TAG, "%s unable to create pending command queue.", __func__); in start_up()
216 LOG_ERROR(LOG_TAG, "%s unable to create pending packet queue.", __func__); in start_up()
222 LOG_ERROR(LOG_TAG, "%s unable to create thread.", __func__); in start_up()
228 LOG_ERROR(LOG_TAG, "%s unable to create list for commands pending response.", __func__); in start_up()
258 LOG_WARN(LOG_TAG, "%s not turning off the chip before turning on.", __func__); in start_up()
[all …]
Dlow_power_manager.c19 #define LOG_TAG "bt_low_power_manager" macro
87 LOG_ERROR(LOG_TAG, "%s could not create idle alarm.", __func__); in init()
101 LOG_ERROR(LOG_TAG, "%s unknown low power command %d", __func__, command); in post_command()
136 LOG_ERROR(LOG_TAG, "%s still processing prior disable request, cannot enable.", __func__); in enable()
138 …LOG_WARN(LOG_TAG, "%s still processing prior disable request, ignoring new request to disable.", _… in enable()
141 …LOG_ERROR(LOG_TAG, "%s still processing prior enable request, ignoring new request to enable.", __… in enable()
143 LOG_WARN(LOG_TAG, "%s still processing prior enable request, cannot disable.", __func__); in enable()
145 LOG_INFO(LOG_TAG, "%s already enabled.", __func__); in enable()
147 LOG_INFO(LOG_TAG, "%s already disabled.", __func__); in enable()
/system/bt/btcore/src/
Dmodule.c19 #define LOG_TAG "bt_core_module" macro
81 LOG_INFO(LOG_TAG, "%s Initializing module \"%s\"", __func__, module->name); in module_init()
83 LOG_ERROR(LOG_TAG, "%s Failed to initialize module \"%s\"", in module_init()
87 LOG_INFO(LOG_TAG, "%s Initialized module \"%s\"", __func__, module->name); in module_init()
101 LOG_INFO(LOG_TAG, "%s Starting module \"%s\"", __func__, module->name); in module_start_up()
103 LOG_ERROR(LOG_TAG, "%s Failed to start up module \"%s\"", in module_start_up()
107 LOG_INFO(LOG_TAG, "%s Started module \"%s\"", __func__, module->name); in module_start_up()
123 LOG_INFO(LOG_TAG, "%s Shutting down module \"%s\"", __func__, module->name); in module_shut_down()
125 LOG_ERROR(LOG_TAG, "%s Failed to shutdown module \"%s\". Continuing anyway.", in module_shut_down()
128 LOG_INFO(LOG_TAG, "%s Shutdown of module \"%s\" completed", in module_shut_down()
[all …]
/system/bt/service/
Dgatt_server_old.cpp17 #define LOG_TAG "bt_gatts" macro
134 LOG_INFO(LOG_TAG, "%s: status:%d server_if:%d app_uuid:%p", __func__, status, in RegisterServerCallback()
150 LOG_INFO(LOG_TAG, "%s: status:%d server_if:%d gatt_srvc_id:%u srvc_handle:%d", in ServiceAddedCallback()
181 LOG_INFO(LOG_TAG, in RequestReadCallback()
207 LOG_INFO(LOG_TAG, in RequestWriteCallback()
228 LOG_INFO(LOG_TAG, "%s: updating attribute %d blob_section to %u", __func__, in RequestWriteCallback()
238 LOG_ERROR(LOG_TAG, "%s: write failed: %s", __func__, strerror(errno)); in RequestWriteCallback()
262 LOG_INFO(LOG_TAG, "%s: connection:%d (%s:trans:%d) exec_write:%d", __func__, in RequestExecWriteCallback()
281 LOG_ERROR(LOG_TAG, "%s: write failed: %s", __func__, strerror(errno)); in RequestExecWriteCallback()
287 LOG_INFO(LOG_TAG, "%s: connection:%d server_if:%d connected:%d addr:%s", in ConnectionCallback()
[all …]
/system/bt/osi/src/
Dsemaphore.c19 #define LOG_TAG "bt_osi_semaphore" macro
47 LOG_ERROR(LOG_TAG, "%s unable to allocate semaphore: %s", __func__, strerror(errno)); in semaphore_new()
69 LOG_ERROR(LOG_TAG, "%s unable to wait on semaphore: %s", __func__, strerror(errno)); in semaphore_wait()
78 LOG_ERROR(LOG_TAG, "%s unable to get flags for semaphore fd: %s", __func__, strerror(errno)); in semaphore_try_wait()
82 … LOG_ERROR(LOG_TAG, "%s unable to set O_NONBLOCK for semaphore fd: %s", __func__, strerror(errno)); in semaphore_try_wait()
92 … LOG_ERROR(LOG_TAG, "%s unable to restore flags for semaphore fd: %s", __func__, strerror(errno)); in semaphore_try_wait()
101 LOG_ERROR(LOG_TAG, "%s unable to post to semaphore: %s", __func__, strerror(errno)); in semaphore_post()
Dwakelock.c19 #define LOG_TAG "bt_osi_wakelock" macro
94 LOG_INFO(LOG_TAG, "%s set to %s", in wakelock_set_os_callouts()
111 LOG_ERROR(LOG_TAG, "%s unable to acquire wake lock: %d", __func__, status); in wakelock_acquire()
122 LOG_ERROR(LOG_TAG, "%s lock not acquired, invalid fd", __func__); in wakelock_acquire_native()
127 LOG_ERROR(LOG_TAG, "%s not acquiring lock: can't release lock", __func__); in wakelock_acquire_native()
134 LOG_ERROR(LOG_TAG, "%s wake lock not acquired: %s", in wakelock_acquire_native()
139 LOG_WARN(LOG_TAG, "%s wake lock truncated to %zd chars", in wakelock_acquire_native()
166 LOG_ERROR(LOG_TAG, "%s lock not released, invalid fd", __func__); in wakelock_release_native()
172 LOG_ERROR(LOG_TAG, "%s can't release wake lock: %s", in wakelock_release_native()
175 LOG_ERROR(LOG_TAG, "%s lock release only wrote %zd, assuming released", in wakelock_release_native()
[all …]
/system/core/healthd/
Dhealthd.cpp17 #define LOG_TAG "healthd" macro
145 KLOG_ERROR(LOG_TAG, in healthd_register_event()
171 KLOG_ERROR(LOG_TAG, "wakealarm_set_interval: timerfd_settime failed\n"); in wakealarm_set_interval()
243 KLOG_ERROR(LOG_TAG, "uevent_init: uevent_open_socket failed\n"); in uevent_init()
249 KLOG_ERROR(LOG_TAG, in uevent_init()
257 KLOG_ERROR(LOG_TAG, "wakealarm_event: read wakealarm fd failed\n"); in wakealarm_event()
267 KLOG_ERROR(LOG_TAG, "wakealarm_init: timerfd_create failed\n"); in wakealarm_init()
272 KLOG_ERROR(LOG_TAG, in wakealarm_init()
293 KLOG_ERROR(LOG_TAG, "healthd_mainloop: epoll_wait failed\n"); in healthd_mainloop()
314 KLOG_ERROR(LOG_TAG, in healthd_init()
[all …]
/system/extras/perfprofd/
Dperfprofdutils.cc18 #define LOG_TAG "perfprofd" macro
31 LOG_PRI_VA(ANDROID_LOG_ERROR, LOG_TAG, fmt, ap); in perfprofd_log_error()
39 LOG_PRI_VA(ANDROID_LOG_WARN, LOG_TAG, fmt, ap); in perfprofd_log_warning()
47 LOG_PRI_VA(ANDROID_LOG_INFO, LOG_TAG, fmt, ap); in perfprofd_log_info()
/system/bt/stack/l2cap/
Dl2cap_client.c19 #define LOG_TAG "bt_l2cap_client" macro
95 LOG_ERROR(LOG_TAG, "%s unable to allocate space for L2CAP client list.", __func__); in l2cap_client_new()
108 LOG_ERROR(LOG_TAG, "%s unable to allocate outbound L2CAP fragment list.", __func__); in l2cap_client_new()
143 LOG_ERROR(LOG_TAG, "%s unable to create L2CAP connection.", __func__); in l2cap_client_connect()
155 …LOG_ERROR(LOG_TAG, "%s unable to send disconnect message for LCID 0x%04x.", __func__, client->loca… in l2cap_client_disconnect()
193 … LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client for LCID 0x%04x.", __func__, local_channel_id); in connect_completed_cb()
198 LOG_ERROR(LOG_TAG, "%s error connecting L2CAP channel: %d.", __func__, error_code); in connect_completed_cb()
207 LOG_ERROR(LOG_TAG, "%s error sending L2CAP config parameters.", __func__); in connect_completed_cb()
217 …LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client matching LCID 0x%04x.", __func__, local_channel… in config_request_cb()
246 …LOG_ERROR(LOG_TAG, "%s unable to send config response for LCID 0x%04x.", __func__, local_channel_i… in config_request_cb()
[all …]

12345678910>>...13