Home
last modified time | relevance | path

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

12345678910>>...19

/system/core/liblog/tests/
Dlog_radio_test.cpp36 #undef LOG_TAG in TEST()
37 #define LOG_TAG "TEST__RLOGV" in TEST() macro
40 #undef LOG_TAG in TEST()
41 #define LOG_TAG "TEST__RLOGD" in TEST() macro
44 #undef LOG_TAG in TEST()
45 #define LOG_TAG "TEST__RLOGI" in TEST() macro
48 #undef LOG_TAG in TEST()
49 #define LOG_TAG "TEST__RLOGW" in TEST() macro
52 #undef LOG_TAG in TEST()
53 #define LOG_TAG "TEST__RLOGE" in TEST() macro
[all …]
Dlog_system_test.cpp36 #undef LOG_TAG in TEST()
37 #define LOG_TAG "TEST__SLOGV" in TEST() macro
40 #undef LOG_TAG in TEST()
41 #define LOG_TAG "TEST__SLOGD" in TEST() macro
44 #undef LOG_TAG in TEST()
45 #define LOG_TAG "TEST__SLOGI" in TEST() macro
48 #undef LOG_TAG in TEST()
49 #define LOG_TAG "TEST__SLOGW" in TEST() macro
52 #undef LOG_TAG in TEST()
53 #define LOG_TAG "TEST__SLOGE" in TEST() macro
[all …]
/system/bt/btif/src/
Dbtif_gatt_test.cc19 #define LOG_TAG "bt_btif_gatt" macro
72 LOG_DEBUG(LOG_TAG, "%s: conn_id=%d, connected=%d", __func__, conn_id, in btif_test_connect_cback()
80 LOG_DEBUG(LOG_TAG, "%s: op_code=0x%02x, conn_id=0x%x. status=0x%x", __func__, in btif_test_command_complete_cback()
96 LOG_DEBUG(LOG_TAG, "%s: Unknown op_code (0x%02x)", __func__, op); in btif_test_command_complete_cback()
104 LOG_DEBUG(LOG_TAG, "------ GATT Discovery result %-22s -------", in btif_test_discovery_result_cback()
106 LOG_DEBUG(LOG_TAG, " Attribute handle: 0x%04x (%d)", p_data->handle, in btif_test_discovery_result_cback()
110 LOG_DEBUG(LOG_TAG, " Attribute type: %s", in btif_test_discovery_result_cback()
116 LOG_DEBUG(LOG_TAG, " Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", in btif_test_discovery_result_cback()
119 LOG_DEBUG(LOG_TAG, " Service UUID: %s", in btif_test_discovery_result_cback()
124 LOG_DEBUG(LOG_TAG, " Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", in btif_test_discovery_result_cback()
[all …]
Dstack_manager.cc19 #define LOG_TAG "bt_stack_manager" macro
100 LOG_INFO(LOG_TAG, "%s is initializing the stack", __func__); in event_init_stack()
103 LOG_INFO(LOG_TAG, "%s found the stack already in initialized state", in event_init_stack()
117 LOG_INFO(LOG_TAG, "%s finished", __func__); in event_init_stack()
124 LOG_WARN(LOG_TAG, "%s found the stack was uninitialized. Initializing now.", in ensure_stack_is_initialized()
134 LOG_INFO(LOG_TAG, "%s stack already brought up", __func__); in event_start_up_stack()
140 LOG_INFO(LOG_TAG, "%s is bringing up the stack", __func__); in event_start_up_stack()
149 LOG_ERROR(LOG_TAG, "%s failed to start up the stack", __func__); in event_start_up_stack()
156 LOG_INFO(LOG_TAG, "%s finished", __func__); in event_start_up_stack()
163 LOG_INFO(LOG_TAG, "%s stack is already brought down", __func__); in event_shut_down_stack()
[all …]
Dbtif_a2dp_sink.cc20 #define LOG_TAG "bt_btif_a2dp_sink" macro
131 LOG_INFO(LOG_TAG, "%s", __func__); in btif_a2dp_sink_init()
135 LOG_ERROR(LOG_TAG, "%s: A2DP Sink media task already running", __func__); in btif_a2dp_sink_init()
145 LOG_ERROR(LOG_TAG, "%s: unable to start up media thread", __func__); in btif_a2dp_sink_init()
168 LOG_INFO(LOG_TAG, "%s", __func__); in btif_a2dp_sink_init_delayed()
174 LOG_INFO(LOG_TAG, "%s", __func__); in btif_a2dp_sink_startup()
181 LOG_INFO(LOG_TAG, "%s", __func__); in btif_a2dp_sink_startup_delayed()
187 LOG_INFO(LOG_TAG, "%s: peer_address=%s", __func__, in btif_a2dp_sink_start_session()
195 LOG_INFO(LOG_TAG, "%s", __func__); in btif_a2dp_sink_start_session_delayed()
202 LOG_INFO(LOG_TAG, "%s: old_peer_address=%s new_peer_address=%s", __func__, in btif_a2dp_sink_restart_session()
[all …]
Dbtif_a2dp.cc20 #define LOG_TAG "bt_btif_a2dp" macro
39 LOG_INFO(LOG_TAG, "%s: ## ON A2DP IDLE ## peer_sep = %d", __func__, in btif_a2dp_on_idle()
52 LOG_INFO(LOG_TAG, in btif_a2dp_on_started()
66 LOG_ERROR(LOG_TAG, "%s: peer %s call in progress, do not start offload", in btif_a2dp_on_started()
73 LOG_INFO(LOG_TAG, in btif_a2dp_on_started()
96 LOG_ERROR(LOG_TAG, "%s: peer %s A2DP start request failed: status = %d", in btif_a2dp_on_started()
105 LOG_INFO(LOG_TAG, "%s: ## ON A2DP STOPPED ## p_av_suspend=%p", __func__, in btif_a2dp_on_stopped()
120 LOG_INFO(LOG_TAG, "%s: ## ON A2DP SUSPENDED ## p_av_suspend=%p", __func__, in btif_a2dp_on_suspended()
136 LOG_INFO(LOG_TAG, "%s: peer %s status %d", __func__, in btif_a2dp_on_offload_started()
144 LOG_ERROR(LOG_TAG, "%s: peer %s FAILED UNSUPPORTED", __func__, in btif_a2dp_on_offload_started()
[all …]
Dbtif_avrcp_audio_track.cc18 #define LOG_TAG "bt_btif_avrcp_audio_track" macro
39 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btCreateTrack freq %d channel %d ", in BtifAvrcpAudioTrackCreate()
65 LOG_ERROR(LOG_TAG, "%s: handle is null!", __func__); in BtifAvrcpAudioTrackStart()
71 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__); in BtifAvrcpAudioTrackStart()
77 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__); in BtifAvrcpAudioTrackStop()
82 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__); in BtifAvrcpAudioTrackStop()
89 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__); in BtifAvrcpAudioTrackDelete()
94 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__); in BtifAvrcpAudioTrackDelete()
108 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__); in BtifAvrcpAudioTrackPause()
113 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__); in BtifAvrcpAudioTrackPause()
[all …]
Dbtif_a2dp_audio_interface.cc19 #define LOG_TAG "btif_a2dp_audio_interface" macro
115 LOG_INFO(LOG_TAG, "%s", __func__); in btif_a2dp_get_codec_configuration()
128 LOG_INFO(LOG_TAG, " %s: codec parameters =%d", __func__, in btif_a2dp_get_codec_configuration()
172 LOG_INFO(LOG_TAG, "%s: peer MTU: %d effective MTU: %d result MTU: %d", in btif_a2dp_get_codec_configuration()
188 LOG_INFO(LOG_TAG, "%s", __func__); in btif_a2dp_audio_interface_init()
194 LOG_TAG, "%s: IBluetoothAudioOffload::getService() returned %p (%s)", in btif_a2dp_audio_interface_init()
197 LOG_INFO(LOG_TAG, "%s:Init returned", __func__); in btif_a2dp_audio_interface_init()
201 LOG_INFO(LOG_TAG, "%s: start", __func__); in btif_a2dp_audio_interface_deinit()
206 LOG_INFO(LOG_TAG, "%s", __func__); in btif_a2dp_audio_interface_start_session()
216 LOG_INFO(LOG_TAG, "%s", __func__); in btif_a2dp_audio_interface_end_session()
[all …]
Dbtif_a2dp_source.cc20 #define LOG_TAG "bt_btif_a2dp_source" macro
195 LOG_TAG, in DoInThread()
201 LOG_ERROR(LOG_TAG, in DoInThread()
225 LOG_INFO(LOG_TAG, "%s: message loop for thread %s started", __func__, in Run()
240 LOG_INFO(LOG_TAG, "%s: message loop for thread %s finished", __func__, in Run()
391 LOG_INFO(LOG_TAG, "%s", __func__); in btif_a2dp_source_init()
401 LOG_INFO(LOG_TAG, "%s", __func__); in btif_a2dp_source_init_delayed()
406 LOG_INFO(LOG_TAG, "%s", __func__); in btif_a2dp_source_startup()
409 LOG_ERROR(LOG_TAG, "%s: A2DP Source media task already running", __func__); in btif_a2dp_source_startup()
425 LOG_INFO(LOG_TAG, "%s", __func__); in btif_a2dp_source_startup_delayed()
[all …]
Dbtif_sock.cc19 #define LOG_TAG "bt_btif_sock" macro
74 LOG_ERROR(LOG_TAG, "%s unable to create btsock_thread.", __func__); in btif_sock_init()
80 LOG_ERROR(LOG_TAG, "%s error initializing RFCOMM sockets: %d", __func__, in btif_sock_init()
87 LOG_ERROR(LOG_TAG, "%s error initializing L2CAP sockets: %d", __func__, in btif_sock_init()
94 LOG_ERROR(LOG_TAG, "%s error creating new thread.", __func__); in btif_sock_init()
101 LOG_ERROR(LOG_TAG, "%s error initializing SCO sockets: %d", __func__, in btif_sock_init()
155 LOG_ERROR(LOG_TAG, "%s: type BTSOCK_L2CAP_LE: invalid channel=%d", in btsock_listen()
161 LOG_TAG, in btsock_listen()
172 LOG_ERROR(LOG_TAG, "%s unknown/unsupported socket type: %d", __func__, in btsock_listen()
201 LOG_DEBUG(LOG_TAG, "%s: type=BTSOCK_L2CAP_LE, channel=0x%x, flags=0x%x", in btsock_connect()
[all …]
/system/bt/main/
Dbte_conf.cc19 #define LOG_TAG "bt_bte_conf" macro
38 LOG_ERROR(LOG_TAG, "%s unable to load DID config '%s'.", __func__, p_path); in bte_load_did_conf()
47 LOG_DEBUG(LOG_TAG, "%s no section named %s.", __func__, section_name); in bte_load_did_conf()
78 LOG_ERROR(LOG_TAG, in bte_load_did_conf()
84 LOG_DEBUG(LOG_TAG, "Device ID record %d : %s", i, in bte_load_did_conf()
86 LOG_DEBUG(LOG_TAG, " vendorId = %04x", record.vendor); in bte_load_did_conf()
87 LOG_DEBUG(LOG_TAG, " vendorIdSource = %04x", record.vendor_id_source); in bte_load_did_conf()
88 LOG_DEBUG(LOG_TAG, " product = %04x", record.product); in bte_load_did_conf()
89 LOG_DEBUG(LOG_TAG, " version = %04x", record.version); in bte_load_did_conf()
90 LOG_DEBUG(LOG_TAG, " clientExecutableURL = %s", in bte_load_did_conf()
[all …]
/system/core/liblog/include/log/
Dlog_radio.h50 ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_VERBOSE, LOG_TAG, \
71 LOG_TAG, __VA_ARGS__)) \
81 ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_DEBUG, LOG_TAG, \
89 LOG_TAG, __VA_ARGS__)) \
98 ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_INFO, LOG_TAG, \
106 LOG_TAG, __VA_ARGS__)) \
115 ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_WARN, LOG_TAG, \
123 LOG_TAG, __VA_ARGS__)) \
132 ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_ERROR, LOG_TAG, \
140 LOG_TAG, __VA_ARGS__)) \
Dlog_system.h48 ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_VERBOSE, LOG_TAG, \
69 LOG_TAG, __VA_ARGS__)) \
79 ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_DEBUG, LOG_TAG, \
87 LOG_TAG, __VA_ARGS__)) \
96 ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_INFO, LOG_TAG, \
104 LOG_TAG, __VA_ARGS__)) \
113 ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_WARN, LOG_TAG, \
121 LOG_TAG, __VA_ARGS__)) \
130 ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_ERROR, LOG_TAG, \
138 LOG_TAG, __VA_ARGS__)) \
Dlog_main.h114 ? ((void)android_printAssert(#cond, LOG_TAG, ##__VA_ARGS__)) \
120 (((void)android_printAssert(NULL, LOG_TAG, ##__VA_ARGS__)))
176 #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
194 ((__predict_false(cond)) ? ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
203 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
208 ((__predict_false(cond)) ? ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \
216 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__))
221 ((__predict_false(cond)) ? ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__)) \
229 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
234 ((__predict_false(cond)) ? ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) \
[all …]
/system/core/liblog/include_vndk/log/
Dlog_radio.h50 ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_VERBOSE, LOG_TAG, \
71 LOG_TAG, __VA_ARGS__)) \
81 ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_DEBUG, LOG_TAG, \
89 LOG_TAG, __VA_ARGS__)) \
98 ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_INFO, LOG_TAG, \
106 LOG_TAG, __VA_ARGS__)) \
115 ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_WARN, LOG_TAG, \
123 LOG_TAG, __VA_ARGS__)) \
132 ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_ERROR, LOG_TAG, \
140 LOG_TAG, __VA_ARGS__)) \
Dlog_system.h48 ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_VERBOSE, LOG_TAG, \
69 LOG_TAG, __VA_ARGS__)) \
79 ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_DEBUG, LOG_TAG, \
87 LOG_TAG, __VA_ARGS__)) \
96 ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_INFO, LOG_TAG, \
104 LOG_TAG, __VA_ARGS__)) \
113 ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_WARN, LOG_TAG, \
121 LOG_TAG, __VA_ARGS__)) \
130 ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_ERROR, LOG_TAG, \
138 LOG_TAG, __VA_ARGS__)) \
Dlog_main.h114 ? ((void)android_printAssert(#cond, LOG_TAG, ##__VA_ARGS__)) \
120 (((void)android_printAssert(NULL, LOG_TAG, ##__VA_ARGS__)))
176 #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
194 ((__predict_false(cond)) ? ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
203 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
208 ((__predict_false(cond)) ? ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \
216 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__))
221 ((__predict_false(cond)) ? ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__)) \
229 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
234 ((__predict_false(cond)) ? ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) \
[all …]
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dwifi_offload.h28 #define LOG_TAG "[WifiOffload]" macro
45 #ifndef LOG_TAG
46 #define LOG_TAG "[Offload HAL]" macro
50 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)
51 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
52 #define LOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__)
53 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
/system/bt/vendor_libs/test_vendor_lib/src/
Dtest_channel_transport.cc17 #define LOG_TAG "test_channel_transport" macro
40 LOG_INFO(LOG_TAG, "Error creating socket for test channel."); in SetUp()
44 LOG_INFO(LOG_TAG, "port: %d", port); in SetUp()
51 LOG_INFO(LOG_TAG, "Error binding test channel listener socket to address."); in SetUp()
57 LOG_INFO(LOG_TAG, "Error listening for test channel."); in SetUp()
69 LOG_ERROR(LOG_TAG, "Error closing listen_fd_."); in CleanUp()
85 LOG_INFO(LOG_TAG, "Error accepting test channel connection errno=%d (%s).", in Accept()
89 LOG_ERROR(LOG_TAG, "Closing listen_fd_ (won't try again)."); in Accept()
95 LOG_INFO(LOG_TAG, "accept_fd = %d.", accept_fd); in Accept()
108 LOG_INFO(LOG_TAG, "Received command from test channel: %s", in OnCommandReady()
[all …]
Dpacket_stream.cc17 #define LOG_TAG "packet_stream" macro
38 LOG_ERROR(LOG_TAG, "Error: receiving command header."); in ReceiveCommand()
43 LOG_ERROR(LOG_TAG, "Error: receiving params size."); in ReceiveCommand()
48 LOG_ERROR(LOG_TAG, "Error: receiving command payload."); in ReceiveCommand()
59 LOG_ERROR(LOG_TAG, "Error: Could not receive packet type."); in ReceivePacketType()
68 LOG_ERROR(LOG_TAG, "Error: Received invalid packet type."); in ReceivePacketType()
75 LOG_WARN(LOG_TAG, "Malformed event: 0x%04X, payload size %zu, reported %u", in SendEvent()
80 LOG_ERROR(LOG_TAG, "Error: Could not send event type."); in SendEvent()
85 LOG_ERROR(LOG_TAG, "Error: Could not send event header."); in SendEvent()
90 LOG_ERROR(LOG_TAG, "Error: Could not send event payload."); in SendEvent()
/system/bt/stack/a2dp/
Da2dp_sbc_encoder.cc20 #define LOG_TAG "a2dp_sbc_encoder" macro
172 LOG_ERROR(LOG_TAG, in updateEncoderUserConfig()
206 LOG_ERROR(LOG_TAG, in a2dp_sbc_encoder_update()
222 LOG_DEBUG(LOG_TAG, "%s: sample_rate=%u bits_per_sample=%u channel_count=%u", in a2dp_sbc_encoder_update()
241 LOG_WARN(LOG_TAG, "%s: SubBands are set to 0, resetting to max (%d)", in a2dp_sbc_encoder_update()
246 LOG_WARN(LOG_TAG, "%s: Blocks are set to 0, resetting to max (%d)", in a2dp_sbc_encoder_update()
251 LOG_WARN(LOG_TAG, "%s: Channels are set to 0, resetting to max (%d)", in a2dp_sbc_encoder_update()
275 LOG_DEBUG(LOG_TAG, "%s: MTU=%d, peer_mtu=%d min_bitpool=%d max_bitpool=%d", in a2dp_sbc_encoder_update()
278 LOG_DEBUG(LOG_TAG, in a2dp_sbc_encoder_update()
335 LOG_DEBUG(LOG_TAG, "%s: bitpool candidate: %d (%d kbps)", __func__, in a2dp_sbc_encoder_update()
[all …]
Da2dp_aac_encoder.cc17 #define LOG_TAG "a2dp_aac_encoder" macro
166 LOG_ERROR(LOG_TAG, in updateEncoderUserConfig()
200 LOG_ERROR(LOG_TAG, "%s: Cannot open AAC encoder handle: AAC error 0x%x", in a2dp_aac_encoder_update()
208 LOG_ERROR(LOG_TAG, in a2dp_aac_encoder_update()
222 LOG_DEBUG(LOG_TAG, "%s: sample_rate=%u bits_per_sample=%u channel_count=%u", in a2dp_aac_encoder_update()
232 LOG_VERBOSE(LOG_TAG, "%s: original AVDTP MTU size: %d", __func__, in a2dp_aac_encoder_update()
239 LOG_VERBOSE(LOG_TAG, in a2dp_aac_encoder_update()
243 LOG_WARN(LOG_TAG, "%s: Restricting AVDTP MTU size from %d to %d", in a2dp_aac_encoder_update()
255 LOG_DEBUG(LOG_TAG, "%s: MTU=%d, peer_mtu=%d", __func__, in a2dp_aac_encoder_update()
257 LOG_DEBUG(LOG_TAG, "%s: sample_rate: %d channel_mode: %d ", __func__, in a2dp_aac_encoder_update()
[all …]
/system/core/libmemunreachable/
Dlog.h20 #define LOG_TAG "libmemunreachable" macro
26 #define MEM_ALOGE(...) async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, ##__VA_ARGS__)
27 #define MEM_ALOGW(...) async_safe_format_log(ANDROID_LOG_WARN, LOG_TAG, ##__VA_ARGS__)
28 #define MEM_ALOGI(...) async_safe_format_log(ANDROID_LOG_INFO, LOG_TAG, ##__VA_ARGS__)
29 #define MEM_ALOGV_IMPL(...) async_safe_format_log(ANDROID_LOG_VERBOSE, LOG_TAG, ##__VA_ARGS__)
/system/bt/btcore/src/
Dmodule.cc19 #define LOG_TAG "bt_core_module" macro
65 LOG_ERROR(LOG_TAG, "%s Failed to initialize module \"%s\"", __func__, in module_init()
84 LOG_INFO(LOG_TAG, "%s Starting module \"%s\"", __func__, module->name); in module_start_up()
86 LOG_ERROR(LOG_TAG, "%s Failed to start up module \"%s\"", __func__, in module_start_up()
90 LOG_INFO(LOG_TAG, "%s Started module \"%s\"", __func__, module->name); in module_start_up()
104 LOG_INFO(LOG_TAG, "%s Shutting down module \"%s\"", __func__, module->name); in module_shut_down()
106 LOG_ERROR(LOG_TAG, in module_shut_down()
110 LOG_INFO(LOG_TAG, "%s Shutdown of module \"%s\" completed", __func__, in module_shut_down()
124 LOG_INFO(LOG_TAG, "%s Cleaning up module \"%s\"", __func__, module->name); in module_clean_up()
126 LOG_ERROR(LOG_TAG, "%s Failed to cleanup module \"%s\". Continuing anyway.", in module_clean_up()
[all …]
/system/bt/osi/src/
Dsemaphore.cc19 #define LOG_TAG "bt_osi_semaphore" macro
47 LOG_ERROR(LOG_TAG, "%s unable to allocate semaphore: %s", __func__, in semaphore_new()
68 LOG_ERROR(LOG_TAG, "%s unable to wait on semaphore: %s", __func__, in semaphore_wait()
78 LOG_ERROR(LOG_TAG, "%s unable to get flags for semaphore fd: %s", __func__, in semaphore_try_wait()
83 LOG_ERROR(LOG_TAG, "%s unable to set O_NONBLOCK for semaphore fd: %s", in semaphore_try_wait()
93 LOG_ERROR(LOG_TAG, "%s unable to restore flags for semaphore fd: %s", in semaphore_try_wait()
103 LOG_ERROR(LOG_TAG, "%s unable to post to semaphore: %s", __func__, in semaphore_post()

12345678910>>...19