Home
last modified time | relevance | path

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

12

/system/bt/osi/include/
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/
Dbt_utils.c142 LOG_WARN(LOG_TAG, "failed to change sched policy, tid %d, err: %d", tid, errno); in raise_priority_a2dp()
152 LOG_WARN(LOG_TAG, "failed to change priority tid: %d to %d", tid, priority); in raise_priority_a2dp()
179 LOG_WARN(LOG_TAG, "failed to change priority tid: %d to %d", tid, priority); in adjust_priority_a2dp()
/system/bt/hci/src/
Dpacket_fragmenter.c147LOG_WARN(LOG_TAG, "%s found unfinished packet for handle with start packet. Dropping old.", __func… in reassemble_and_dispatch()
154LOG_WARN(LOG_TAG, "%s L2CAP packet too small (%d < %d). Dropping it.", __func__, packet->len, L2CA… in reassemble_and_dispatch()
172LOG_WARN(LOG_TAG, "%s found l2cap full length %d less than the hci length %d.", __func__, l2cap_le… in reassemble_and_dispatch()
195 LOG_WARN(LOG_TAG, "%s got continuation for unknown packet. Dropping it.", __func__); in reassemble_and_dispatch()
203LOG_WARN(LOG_TAG, "%s got packet which would exceed expected length of %d. Truncating.", __func__,… in reassemble_and_dispatch()
Dlow_power_manager.c138LOG_WARN(LOG_TAG, "%s still processing prior disable request, ignoring new request to disable.", _… in enable()
143 LOG_WARN(LOG_TAG, "%s still processing prior enable request, cannot disable.", __func__); in enable()
Dbtsnoop_net.c128 LOG_WARN(LOG_TAG, "%s error accepting socket: %s", __func__, strerror(errno)); in listen_fn_()
Dhci_layer.c258 LOG_WARN(LOG_TAG, "%s not turning off the chip before turning on.", __func__); in start_up()
396 LOG_WARN(LOG_TAG, "%s legacy transmit of command. Use transmit_command instead.", __func__); in transmit_downward()
670 LOG_WARN(LOG_TAG, "%s command complete event with no matching command (opcode: 0x%04x).", in filter_incoming_event()
690LOG_WARN(LOG_TAG, "%s command status event with no matching command. opcode: 0x%x", __func__, opco… in filter_incoming_event()
/system/bt/btif/src/
Dstack_manager.c127 LOG_WARN(LOG_TAG, "%s found the stack was uninitialized. Initializing now.", __func__); in ensure_stack_is_initialized()
186 LOG_WARN(LOG_TAG, "%s found the stack was still running. Bringing it down now.", __func__); in ensure_stack_is_not_running()
Dbtif_config.c149 LOG_WARN("%s unable to load config file: %s; using backup.", in init()
156 LOG_WARN("%s unable to load backup; attempting to transcode legacy file.", __func__); in init()
Dbtif_gatt_server.c58 LOG_WARN(LOG_TAG, "%s: BTGATT not initialized", __FUNCTION__);\
Dbtif_dm.c1165 LOG_WARN(LOG_TAG, "%s:skip SDP", __FUNCTION__); in btif_dm_auth_cmpl_evt()
1172 LOG_WARN(LOG_TAG, "%s: Incoming HID Connection",__FUNCTION__); in btif_dm_auth_cmpl_evt()
Dbtif_gatt_client.c63 LOG_WARN(LOG_TAG, "%s: BTGATT not initialized", __FUNCTION__);\
/system/bt/osi/src/
Dthread.c198LOG_WARN(LOG_TAG, "%s: thread id %d, thread name %s started", __func__, thread->tid, thread->name); in run_thread()
224 LOG_WARN(LOG_TAG, "%s: thread id %d, thread name %s exited", __func__, thread->tid, thread->name); in run_thread()
Ddata_dispatcher.c97LOG_WARN(LOG_TAG, "%s has no handler for type (%zd) in data dispatcher named: %s", __func__, type,… in data_dispatcher_dispatch()
Deager_reader.c263 LOG_WARN(LOG_TAG, "%s fd said bytes existed, but none were found.", __func__); in inbound_data_waiting()
265 LOG_WARN(LOG_TAG, "%s unable to read from file descriptor: %s", __func__, strerror(errno)); in inbound_data_waiting()
Dconfig.c347 LOG_WARN(LOG_TAG, "%s unable to fsync file '%s': %s", __func__, temp_filename, strerror(errno)); in config_save()
370 LOG_WARN(LOG_TAG, "%s unable to fsync dir '%s': %s", __func__, directoryname, strerror(errno)); in config_save()
Dwakelock.c139 LOG_WARN(LOG_TAG, "%s wake lock truncated to %zd chars", in wakelock_acquire_native()
/system/core/include/log/
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)
/system/core/libutils/
DThreads.cpp240 ALOG(LOG_WARN, "thread", "WARNING: thread create failed\n"); in doCreateThread()
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/device/src/
Dinterop.c48 LOG_WARN(LOG_TAG, "%s() Device %s is a match for interop workaround %s.", in interop_match_addr()
/system/bt/main/
Dbte_logmsg.c182 LOG_WARN(bt_layer_tags[trace_layer], "%s", buffer); in LogMsg()
/system/bt/stack/l2cap/
Dl2cap_client.c272LOG_WARN(LOG_TAG, "%s dropping L2CAP connection due to unacceptable config parameters.", __func__); in config_completed_cb()
285LOG_WARN(LOG_TAG, "%s L2CAP parameter negotiation failed with error code %d.", __func__, negotiate… in config_completed_cb()
/system/bt/audio_a2dp_hw/
Daudio_a2dp_hw.c70 #define WARN(fmt, ...) LOG_WARN(LOG_TAG, "%s: " fmt,__FUNCTION__, ## __VA_ARGS__)
/system/bt/bta/gatt/
Dbta_gattc_cache.c508 LOG_WARN(LOG_TAG, "%s no more services found", __func__); in bta_gattc_explore_srvc()
/system/bt/bta/hh/
Dbta_hh_le.c656 LOG_WARN(LOG_TAG, "%s No such characteristic: %d", __func__, char_handle); in find_descriptor_by_short_uuid()
/system/bt/stack/btm/
Dbtm_ble_gap.c2827 LOG_WARN(LOG_TAG, "%s device is no longer discoverable so discarding advertising packet pkt", in btm_ble_process_adv_pkt_cont()

12