/system/bt/utils/src/ |
D | bt_utils.c | 134 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/ |
D | packet_fragmenter.c | 142 … LOG_WARN("%s found unfinished packet for handle with start packet. Dropping old.", __func__); in reassemble_and_dispatch() 151 …LOG_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() 182 …LOG_WARN("%s got packet which would exceed expected length of %d. Truncating.", __func__, partial_… in reassemble_and_dispatch()
|
D | low_power_manager.c | 137 … LOG_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()
|
D | btsnoop_net.c | 111 LOG_WARN("%s error accepting socket: %s", __func__, strerror(errno)); in listen_fn_()
|
D | hci_layer.c | 251 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() 648 … LOG_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/ |
D | log.h | 26 #define LOG_WARN(...) ALOGW(__VA_ARGS__) macro
|
/system/bt/btif/src/ |
D | stack_manager.c | 111 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()
|
D | btif_config.c | 95 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()
|
D | btif_gatt_server.c | 59 LOG_WARN("%s: BTGATT not initialized", __FUNCTION__);\
|
D | btif_dm.c | 1107 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()
|
D | btif_gatt_client.c | 63 LOG_WARN("%s: BTGATT not initialized", __FUNCTION__);\
|
/system/bt/device/src/ |
D | interop.c | 50 LOG_WARN("%s() Device %s is a match for interop workaround %s", __func__, in interop_match()
|
/system/core/include/log/ |
D | log.h | 142 #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/ |
D | eager_reader.c | 254 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()
|
D | data_dispatcher.c | 103 …LOG_WARN("%s has no handler for type (%zd) in data dispatcher named: %s", __func__, type, dispatch… in data_dispatcher_dispatch()
|
/system/bt/stack/btu/ |
D | btu_task.c | 495 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/ |
D | Threads.cpp | 239 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/ |
D | l2cap_client.c | 274 LOG_WARN("%s dropping L2CAP connection due to unacceptable config parameters.", __func__); in config_completed_cb() 287 …LOG_WARN("%s L2CAP parameter negotiation failed with error code %d.", __func__, negotiated_paramet… in config_completed_cb()
|
/system/bt/bta/gatt/ |
D | bta_gattc_cache.c | 604 LOG_WARN("%s no more services found", __func__); in bta_gattc_explore_srvc()
|
/system/bt/bta/hh/ |
D | bta_hh_le.c | 632 LOG_WARN("%s No descriptor exists: %s(0x%04x)", __func__, in bta_hh_le_read_char_dscrpt()
|
/system/bt/stack/btm/ |
D | btm_ble_gap.c | 2806 LOG_WARN("%s device is no longer discoverable so discarding advertising packet pkt", in btm_ble_process_adv_pkt_cont()
|
D | btm_sec.c | 254 LOG_WARN("%s p_cb_info->p_le_callback == NULL", __func__); in BTM_SecRegister()
|