/system/bt/gd/l2cap/le/internal/ |
D | signalling_manager.cc | 68 LOG_WARN("Security requirement can't be satisfied. Dropping connection request"); in on_security_result_for_outgoing() 120 LOG_WARN("Unexpected response: no pending request"); in OnCommandReject() 130 LOG_WARN("Command rejected"); in OnCommandReject() 137 LOG_WARN("Received request from LL master"); in OnConnectionParameterUpdateRequest() 144 LOG_WARN("Received invalid connection parameter update request from LL master"); in OnConnectionParameterUpdateRequest() 156 LOG_WARN("Unexpected response: no pending request"); in OnConnectionParameterUpdateResponse() 160 LOG_WARN("Unexpected response: no pending request"); in OnConnectionParameterUpdateResponse() 173 LOG_WARN("Invalid psm received from remote psm:%d remote_cid:%d", psm, remote_cid); in OnConnectionRequest() 180 LOG_WARN("Invalid remote cid received from remote psm:%d remote_cid:%d", psm, remote_cid); in OnConnectionRequest() 187 LOG_WARN("Psm already exists"); in OnConnectionRequest() [all …]
|
D | fixed_channel_impl.cc | 78 LOG_WARN("%s is already closed", ToString().c_str()); in Acquire() 93 LOG_WARN("%s is already closed", ToString().c_str()); in Release()
|
/system/bt/gd/l2cap/classic/internal/ |
D | signalling_manager.cc | 78 LOG_WARN("Unexpected command reject: no pending request"); in OnCommandReject() 104 LOG_WARN("Security requirement can't be satisfied. Dropping connection request"); in on_security_result_for_outgoing() 153 LOG_WARN("Not supported"); in SendEchoRequest() 162 LOG_WARN("Invalid psm received from remote psm:%d remote_cid:%d", psm, remote_cid); in OnConnectionRequest() 169 LOG_WARN("Invalid remote cid received from remote psm:%d remote_cid:%d", psm, remote_cid); in OnConnectionRequest() 220 LOG_WARN("Can't allocate dynamic channel"); in on_security_result_for_incoming() 237 LOG_WARN("Unexpected response: no pending request. Expected signal id %d type %s, got %d", in OnConnectionResponse() 243 LOG_WARN("SCID doesn't match: expected %d, received %d", command_just_sent_.source_cid_, cid); in OnConnectionResponse() 268 LOG_WARN("Can't allocate dynamic channel"); in OnConnectionResponse() 286 LOG_WARN("Configuration request for an unknown channel"); in OnConfigurationRequest() [all …]
|
D | fixed_channel_impl.cc | 69 LOG_WARN("%s is already closed", ToString().c_str()); in Acquire() 84 LOG_WARN("%s is already closed", ToString().c_str()); in Release()
|
/system/bt/gd/l2cap/internal/ |
D | le_credit_based_channel_data_controller.cc | 37 LOG_WARN("Received empty SDU"); in OnSdu() 41 LOG_WARN("Received sdu_size %d > mtu %d", static_cast<int>(sdu_size), mtu_); in OnSdu() 70 LOG_WARN("Received invalid frame"); in OnPdu() 74 …LOG_WARN("Received frame size %d > mps %d, dropping the packet", static_cast<int>(basic_frame_view… in OnPdu() 80 LOG_WARN("Received invalid frame"); in OnPdu() 95 LOG_WARN("Received larger SDU size than expected"); in OnPdu()
|
D | receiver.cc | 46 LOG_WARN("Received an invalid basic frame"); in link_queue_dequeue_callback() 53 LOG_WARN("Received a packet with invalid cid: %d", cid); in link_queue_dequeue_callback()
|
D | dynamic_channel_allocator.cc | 42 LOG_WARN("All cid are used"); in AllocateChannel() 78 LOG_WARN("All cid are used"); in ReserveChannel() 107 LOG_WARN("Can't find cid %d", cid); in FindChannelByCid()
|
D | enhanced_retransmission_mode_channel_data_controller.cc | 847 LOG_WARN("Received invalid frame"); in on_pdu_no_fcs() 854 LOG_WARN("Received invalid frame"); in on_pdu_no_fcs() 864 LOG_WARN("Received invalid I-Frame START"); in on_pdu_no_fcs() 875 LOG_WARN("Received invalid frame"); in on_pdu_no_fcs() 896 LOG_WARN("Received invalid frame"); in on_pdu_no_fcs() 907 LOG_WARN("Received invalid frame"); in on_pdu_fcs() 914 LOG_WARN("Received invalid frame"); in on_pdu_fcs() 924 LOG_WARN("Received invalid I-Frame START"); in on_pdu_fcs() 935 LOG_WARN("Received invalid frame"); in on_pdu_fcs() 956 LOG_WARN("Received invalid frame"); in on_pdu_fcs() [all …]
|
/system/bt/main/shim/ |
D | btm.cc | 205 LOG_WARN( in on_advertisements() 224 LOG_WARN("%s Directed advertising is unsupported from device:%s", in on_advertisements() 256 LOG_WARN("%s Scanning timeout", __func__); in on_timeout() 341 LOG_WARN("UNIMPLEMENTED %s", __func__); in SetInquiryFilter() 344 LOG_WARN("UNIMPLEMENTED %s", __func__); in SetInquiryFilter() 347 LOG_WARN("%s Unknown inquiry mode:%d", __func__, mode); in SetInquiryFilter() 354 LOG_WARN("UNIMPLEMENTED %s", __func__); in SetFilterInquiryOnAddress() 357 void Btm::SetFilterInquiryOnDevice() { LOG_WARN("UNIMPLEMENTED %s", __func__); } in SetFilterInquiryOnDevice() 359 void Btm::ClearInquiryFilter() { LOG_WARN("UNIMPLEMENTED %s", __func__); } in ClearInquiryFilter() 420 LOG_WARN("%s Unknown inquiry mode:%d", __func__, mode); in StartInquiry() [all …]
|
D | l2cap.cc | 170 LOG_WARN("Service is already registered psm:%hd", psm); in RegisterService() 195 LOG_WARN("Unable to register psm:%hd", psm); in RegisterService() 205 LOG_WARN("Service must be registered in order to unregister psm:%hd", psm); in UnregisterService() 210 LOG_WARN(" Unregistering service with active channels psm:%hd cid:%hd", in UnregisterService() 227 LOG_WARN("Service must be registered in order to connect psm:%hd", psm); in CreateConnection() 246 LOG_WARN("Failed to initiate connection interface to psm:%hd address:%s", in CreateConnection() 267 LOG_WARN("Failed intitiating connection remote:%s psm:%hd cid:%hd", in OnLocalInitiatedConnectionCreated() 332 LOG_WARN("%s Unexpected channel closure cid:%hd", __func__, cid); in SetDownstreamCallbacks() 395 LOG_WARN("%s Channel already in closing state cid:%hu", __func__, cid); in DisconnectRequest()
|
/system/bt/gd/os/ |
D | log.h | 35 #define LOG_WARN(...) macro 40 #define LOG_WARN(fmt, args...) ALOGW("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) macro 67 #define LOG_WARN(...) macro 72 #define LOG_WARN(...) LOGWRAPPER(__VA_ARGS__) macro
|
/system/bt/gd/hci/facade/ |
D | le_advertising_manager_facade.cc | 63 LOG_WARN("Bad interval_min: %d", config_proto.interval_min()); in AdvertisingConfigFromProto() 69 LOG_WARN("Bad interval_max: %d", config_proto.interval_max()); in AdvertisingConfigFromProto() 83 LOG_WARN("Bad channel_map: %d", config_proto.channel_map()); in AdvertisingConfigFromProto() 89 LOG_WARN("Bad tx_power: %d", config_proto.tx_power()); in AdvertisingConfigFromProto() 132 LOG_WARN("Error parsing advertising config %s", request->SerializeAsString().c_str()); in CreateAdvertiser() 144 LOG_WARN("Failed to create advertiser"); in CreateAdvertiser() 153 LOG_WARN("ExtendedCreateAdvertiser is not implemented"); in ExtendedCreateAdvertiser() 168 LOG_WARN("Invalid advertiser ID %d", request->advertiser_id()); in RemoveAdvertiser()
|
/system/bt/gd/os/linux_generic/ |
D | files.cc | 69 LOG_WARN("Failed to open file '%s', error: %s", path.c_str(), strerror(errno)); in ReadSmallFile() 74 LOG_WARN("Failed to get file size for '%s', error: %s", path.c_str(), strerror(errno)); in ReadSmallFile() 79 …LOG_WARN("Failed to go back to the beginning of file '%s', error: %s", path.c_str(), strerror(errn… in ReadSmallFile() 83 LOG_WARN("Failed to read file '%s', error: %s", path.c_str(), strerror(errno)); in ReadSmallFile() 152 LOG_WARN("unable to fsync file '%s', error: %s", temp_path.c_str(), strerror(errno)); in WriteToFile() 179 LOG_WARN("unable to fsync dir '%s', error: %s", directory_path.c_str(), strerror(errno)); in WriteToFile()
|
/system/bt/gd/security/channel/ |
D | security_manager_channel.cc | 46 LOG_WARN("Already connected to '%s'", address.ToString().c_str()); in Connect() 57 LOG_WARN("Unknown address '%s'", address.ToString().c_str()); in Release() 66 LOG_WARN("Unknown address '%s'", address.ToString().c_str()); in Disconnect() 97 LOG_WARN("Unknown address '%s'", address.ToString().c_str()); in OnLinkDisconnected()
|
/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
D | test_model.cc | 112 LOG_WARN("Unknown device %zu", dev_index); in Del() 127 LOG_WARN("Unknown phy at index %zu", phy_index); in DelPhy() 135 LOG_WARN("Unknown device %zu", dev_index); in AddDeviceToPhy() 139 LOG_WARN("Can't find phy %zu", phy_index); in AddDeviceToPhy() 152 LOG_WARN("Unknown device %zu", dev_index); in DelDeviceFromPhy() 156 LOG_WARN("Can't find phy %zu", phy_index); in DelDeviceFromPhy() 214 LOG_WARN("Unknown device %zu", index); in OnHciConnectionClosed() 227 LOG_WARN("Can't find device %zu", index); in SetDeviceAddress()
|
/system/bt/gd/storage/ |
D | legacy_config_file.cc | 54 LOG_WARN("unterminated section name on line %d", line_num); in Read() 62 LOG_WARN("no key/value separator found on line %d", line_num); in Read() 79 LOG_WARN("unable to remove file '%s', error: %s", path_.c_str(), strerror(errno)); in Delete()
|
/system/bt/hci/src/ |
D | packet_fragmenter.cc | 138 LOG_WARN("%s invalid acl_length %d", __func__, acl_length); in reassemble_and_dispatch() 146 LOG_WARN( in reassemble_and_dispatch() 157 LOG_WARN("%s L2CAP packet too small (%d < %d). Dropping it.", __func__, in reassemble_and_dispatch() 179 LOG_WARN("%s found l2cap full length %d less than the hci length %d.", in reassemble_and_dispatch() 206 LOG_WARN("%s got continuation for unknown packet. Dropping it.", in reassemble_and_dispatch() 218 LOG_WARN( in reassemble_and_dispatch()
|
/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | polled_socket.cc | 54 LOG_WARN("%s error %s", __func__, strerror(errno)); in TrySend() 94 LOG_WARN("%s error %s", __func__, strerror(errno)); in TryReceive()
|
D | hci_socket_device.cc | 117 LOG_WARN("bytes_written %d != sizeof(type)", bytes_written); in SendHci() 121 LOG_WARN("bytes_written %d != packet->size", bytes_written); in SendHci()
|
/system/bt/vendor_libs/test_vendor_lib/desktop/ |
D | root_canal_main.cc | 82 LOG_WARN("%s out of range", argv[arg]); in main() 97 LOG_WARN("Ignored option %s", argv[arg]); in main()
|
/system/bt/gd/dumpsys/ |
D | filter.cc | 114 LOG_WARN("%s WARN Unsupported base type\n", __func__); in FilterField() 134 LOG_WARN("%s schema is nullptr...probably ok", __func__); in FilterTable() 140 LOG_WARN("%s reflection object is nullptr...is ok ?", __func__); in FilterTable()
|
/system/core/liblog/include_vndk/log/ |
D | log_main.h | 255 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) 261 ? (__FAKE_USE_VA_ARGS(__VA_ARGS__), (void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) \ 314 #define IF_ALOGW() IF_ALOG(LOG_WARN, LOG_TAG)
|
/system/core/liblog/include/log/ |
D | log_main.h | 255 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) 261 ? (__FAKE_USE_VA_ARGS(__VA_ARGS__), (void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) \ 314 #define IF_ALOGW() IF_ALOG(LOG_WARN, LOG_TAG)
|
/system/core/libutils/include/utils/ |
D | CallStack.h | 126 ALOG(LOG_WARN, logtag, "CallStack::logStackInternal not linked"); 133 ALOG(LOG_WARN, logtag, "CallStack::logStackInternal not linked");
|
/system/bt/gd/shim/ |
D | dumpsys.cc | 92 LOG_WARN("%s", buf); in PrintAsJson() 100 LOG_WARN("%s", buf); in PrintAsJson() 108 LOG_WARN("%s", buf); in PrintAsJson()
|