Searched refs:LOG_WARN (Results 1 - 25 of 26) sorted by relevance

12

/system/bt/osi/include/
H A Dlog.h35 #define LOG_WARN(...) LOGWRAPPER(__VA_ARGS__) macro
49 #define LOG_WARN(tag, fmt, args...) ALOG(LOG_WARN, tag, fmt, ## args) macro
/system/bt/utils/src/
H A Dbt_utils.c142 LOG_WARN(LOG_TAG, "failed to change sched policy, tid %d, err: %d", tid, errno);
152 LOG_WARN(LOG_TAG, "failed to change priority tid: %d to %d", tid, priority);
179 LOG_WARN(LOG_TAG, "failed to change priority tid: %d to %d", tid, priority);
/system/bt/hci/src/
H A Dpacket_fragmenter.c147 LOG_WARN(LOG_TAG, "%s found unfinished packet for handle with start packet. Dropping old.", __func__);
154 LOG_WARN(LOG_TAG, "%s L2CAP packet too small (%d < %d). Dropping it.", __func__, packet->len, L2CAP_HEADER_SIZE);
172 LOG_WARN(LOG_TAG, "%s found l2cap full length %d less than the hci length %d.", __func__, l2cap_length, packet->len);
195 LOG_WARN(LOG_TAG, "%s got continuation for unknown packet. Dropping it.", __func__);
203 LOG_WARN(LOG_TAG, "%s got packet which would exceed expected length of %d. Truncating.", __func__, partial_packet->len);
H A Dlow_power_manager.c138 LOG_WARN(LOG_TAG, "%s still processing prior disable request, ignoring new request to disable.", __func__);
143 LOG_WARN(LOG_TAG, "%s still processing prior enable request, cannot disable.", __func__);
H A Dbtsnoop_net.c128 LOG_WARN(LOG_TAG, "%s error accepting socket: %s", __func__, strerror(errno));
H A Dhci_layer.c258 LOG_WARN(LOG_TAG, "%s not turning off the chip before turning on.", __func__);
396 LOG_WARN(LOG_TAG, "%s legacy transmit of command. Use transmit_command instead.", __func__);
670 LOG_WARN(LOG_TAG, "%s command complete event with no matching command (opcode: 0x%04x).",
690 LOG_WARN(LOG_TAG, "%s command status event with no matching command. opcode: 0x%x", __func__, opcode);
/system/bt/osi/src/
H A Ddata_dispatcher.c97 LOG_WARN(LOG_TAG, "%s has no handler for type (%zd) in data dispatcher named: %s", __func__, type, dispatcher->name);
H A Deager_reader.c263 LOG_WARN(LOG_TAG, "%s fd said bytes existed, but none were found.", __func__);
265 LOG_WARN(LOG_TAG, "%s unable to read from file descriptor: %s", __func__, strerror(errno));
H A Dthread.c198 LOG_WARN(LOG_TAG, "%s: thread id %d, thread name %s started", __func__, thread->tid, thread->name);
224 LOG_WARN(LOG_TAG, "%s: thread id %d, thread name %s exited", __func__, thread->tid, thread->name);
H A Dconfig.c347 LOG_WARN(LOG_TAG, "%s unable to fsync file '%s': %s", __func__, temp_filename, strerror(errno));
370 LOG_WARN(LOG_TAG, "%s unable to fsync dir '%s': %s", __func__, directoryname, strerror(errno));
H A Dwakelock.c139 LOG_WARN(LOG_TAG, "%s wake lock truncated to %zd chars",
/system/bt/btif/src/
H A Dstack_manager.c127 LOG_WARN(LOG_TAG, "%s found the stack was uninitialized. Initializing now.", __func__);
186 LOG_WARN(LOG_TAG, "%s found the stack was still running. Bringing it down now.", __func__);
H A Dbtif_config.c149 LOG_WARN("%s unable to load config file: %s; using backup.",
156 LOG_WARN("%s unable to load backup; attempting to transcode legacy file.", __func__);
H A Dbtif_gatt_server.c58 LOG_WARN(LOG_TAG, "%s: BTGATT not initialized", __FUNCTION__);\
H A Dbtif_dm.c1165 LOG_WARN(LOG_TAG, "%s:skip SDP", __FUNCTION__);
1172 LOG_WARN(LOG_TAG, "%s: Incoming HID Connection",__FUNCTION__);
H A Dbtif_gatt_client.c63 LOG_WARN(LOG_TAG, "%s: BTGATT not initialized", __FUNCTION__);\
/system/core/include/log/
H A Dlog.h142 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
148 ? ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) \
201 #define IF_ALOGW() IF_ALOG(LOG_WARN, LOG_TAG)
447 * ALOG(LOG_WARN, NULL, "Failed with error %d", errno);
/system/bt/device/src/
H A Dinterop.c48 LOG_WARN(LOG_TAG, "%s() Device %s is a match for interop workaround %s.",
/system/bt/main/
H A Dbte_logmsg.c182 LOG_WARN(bt_layer_tags[trace_layer], "%s", buffer);
/system/core/libutils/
H A DThreads.cpp240 ALOG(LOG_WARN, "thread", "WARNING: thread create failed\n");
395 ALOG(LOG_WARN, "thread", "WARNING: bad result from unlocking mutex\n");
404 ALOG(LOG_WARN, "thread", "WARNING: bad result from try-locking mutex\n");
/system/bt/stack/l2cap/
H A Dl2cap_client.c272 LOG_WARN(LOG_TAG, "%s dropping L2CAP connection due to unacceptable config parameters.", __func__);
285 LOG_WARN(LOG_TAG, "%s L2CAP parameter negotiation failed with error code %d.", __func__, negotiated_parameters->result);
/system/bt/audio_a2dp_hw/
H A Daudio_a2dp_hw.c70 #define WARN(fmt, ...) LOG_WARN(LOG_TAG, "%s: " fmt,__FUNCTION__, ## __VA_ARGS__)
/system/bt/bta/gatt/
H A Dbta_gattc_cache.c508 LOG_WARN(LOG_TAG, "%s no more services found", __func__);
/system/bt/bta/hh/
H A Dbta_hh_le.c656 LOG_WARN(LOG_TAG, "%s No such characteristic: %d", __func__, char_handle);
/system/bt/stack/btm/
H A Dbtm_ble_gap.c2827 LOG_WARN(LOG_TAG, "%s device is no longer discoverable so discarding advertising packet pkt",

Completed in 3984 milliseconds

12