Home
last modified time | relevance | path

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

/system/bt/utils/src/
Dbt_utils.c134 LOG_WARN("failed to change sched policy, tid %d, err: %d", tid, errno); in raise_priority_a2dp()
145 LOG_WARN("failed to change priority tid: %d to %d", tid, priority); in raise_priority_a2dp()
172 LOG_WARN("failed to change priority tid: %d to %d", tid, priority); in adjust_priority_a2dp()
/system/bt/hci/src/
Dpacket_fragmenter.c142LOG_WARN("%s found unfinished packet for handle with start packet. Dropping old.", __func__); in reassemble_and_dispatch()
151LOG_WARN("%s found l2cap full length %d less than the hci length %d.", __func__, l2cap_length, pac… in reassemble_and_dispatch()
174 LOG_WARN("%s got continuation for unknown packet. Dropping it.", __func__); in reassemble_and_dispatch()
182LOG_WARN("%s got packet which would exceed expected length of %d. Truncating.", __func__, partial_… in reassemble_and_dispatch()
Dlow_power_manager.c137LOG_WARN("%s still processing prior disable request, ignoring new request to disable.", __func__); in enable()
142 LOG_WARN("%s still processing prior enable request, cannot disable.", __func__); in enable()
Dbtsnoop_net.c111 LOG_WARN("%s error accepting socket: %s", __func__, strerror(errno)); in listen_fn_()
Dhci_layer.c251 LOG_WARN("%s not turning off the chip before turning on.", __func__); in start_up()
391 LOG_WARN("%s legacy transmit of command. Use transmit_command instead.", __func__); in transmit_downward()
648LOG_WARN("%s command complete event with no matching command. opcode: 0x%x.", __func__, opcode); in filter_incoming_event()
665 LOG_WARN("%s command status event with no matching command. opcode: 0x%x", __func__, opcode); in filter_incoming_event()
/system/bt/osi/include/
Dlog.h26 #define LOG_WARN(...) ALOGW(__VA_ARGS__) macro
/system/bt/btif/src/
Dstack_manager.c111 LOG_WARN("%s found the stack was uninitialized. Initializing now.", __func__); in ensure_stack_is_initialized()
167 LOG_WARN("%s found the stack was still running. Bringing it down now.", __func__); in ensure_stack_is_not_running()
Dbtif_config.c95 LOG_WARN("%s unable to load config file; attempting to transcode legacy file.", __func__); in init()
98 LOG_WARN("%s unable to transcode legacy file, starting unconfigured.", __func__); in init()
Dbtif_gatt_server.c59 LOG_WARN("%s: BTGATT not initialized", __FUNCTION__);\
Dbtif_dm.c1107 LOG_WARN("%s:skip SDP", __FUNCTION__); in btif_dm_auth_cmpl_evt()
1114 LOG_WARN("%s: Incoming HID Connection",__FUNCTION__); in btif_dm_auth_cmpl_evt()
Dbtif_gatt_client.c63 LOG_WARN("%s: BTGATT not initialized", __FUNCTION__);\
/system/bt/device/src/
Dinterop.c50 LOG_WARN("%s() Device %s is a match for interop workaround %s", __func__, in interop_match()
/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/bt/osi/src/
Deager_reader.c254 LOG_WARN("%s fd said bytes existed, but none were found.", __func__); in inbound_data_waiting()
256 LOG_WARN("%s unable to read from file descriptor: %s", __func__, strerror(errno)); in inbound_data_waiting()
Ddata_dispatcher.c103LOG_WARN("%s has no handler for type (%zd) in data dispatcher named: %s", __func__, type, dispatch… in data_dispatcher_dispatch()
/system/bt/stack/btu/
Dbtu_task.c495 LOG_WARN("%s Unable to find expected alarm in hashmap", __func__); in btu_stop_timer()
575 LOG_WARN("%s Unable to find expected alarm in hashmap", __func__); in btu_stop_quick_timer()
628 LOG_WARN("%s Unable to find expected alarm in hashmap", __func__); in btu_stop_timer_oneshot()
/system/core/libutils/
DThreads.cpp239 ALOG(LOG_WARN, "thread", "WARNING: thread create failed\n"); in doCreateThread()
401 ALOG(LOG_WARN, "thread", "WARNING: bad result from unlocking mutex\n");
410 ALOG(LOG_WARN, "thread", "WARNING: bad result from try-locking mutex\n");
/system/bt/stack/l2cap/
Dl2cap_client.c274 LOG_WARN("%s dropping L2CAP connection due to unacceptable config parameters.", __func__); in config_completed_cb()
287LOG_WARN("%s L2CAP parameter negotiation failed with error code %d.", __func__, negotiated_paramet… in config_completed_cb()
/system/bt/bta/gatt/
Dbta_gattc_cache.c604 LOG_WARN("%s no more services found", __func__); in bta_gattc_explore_srvc()
/system/bt/bta/hh/
Dbta_hh_le.c632 LOG_WARN("%s No descriptor exists: %s(0x%04x)", __func__, in bta_hh_le_read_char_dscrpt()
/system/bt/stack/btm/
Dbtm_ble_gap.c2806 LOG_WARN("%s device is no longer discoverable so discarding advertising packet pkt", in btm_ble_process_adv_pkt_cont()
Dbtm_sec.c254 LOG_WARN("%s p_cb_info->p_le_callback == NULL", __func__); in BTM_SecRegister()