Home
last modified time | relevance | path

Searched refs:warn (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/packages/modules/Bluetooth/system/audio_hal_interface/
Dhfp_client_interface.cc119 log::warn("Unsupported HIDL or AIDL version"); in Get()
142 log::warn("Unsupported HIDL or AIDL version"); in StartSession()
158 log::warn("Unsupported HIDL or AIDL version"); in StopSession()
172 log::warn("Unsupported HIDL or AIDL version"); in UpdateAudioConfigToHal()
176 log::warn("decode - Unsupported update audio config for software session"); in UpdateAudioConfigToHal()
182 log::warn("Unsupported HIDL or AIDL version"); in Read()
199 log::warn("no pending start stream request"); in ConfirmStreamingRequest()
202 log::warn("Invalid state, {}", pending_cmd); in ConfirmStreamingRequest()
216 log::warn("no pending start stream request"); in CancelStreamingRequest()
219 log::warn("Invalid state, {}", pending_cmd); in CancelStreamingRequest()
[all …]
Dle_audio_software_host.cc85 log::warn("instance is null"); in HostStartRequest()
97 log::warn("instance is null"); in HostStopRequest()
106 log::warn("instance is null"); in GetHostPcmConfig()
126 log::warn("instance is null"); in PeerStartRequest()
138 log::warn("instance is null"); in PeerStopRequest()
147 log::warn("instance is null"); in GetPeerPcmConfig()
218 log::warn("instance is null"); in SetPcmParameters()
236 log::warn("instance is null"); in SetRemoteDelay()
261 log::warn("instance is null"); in ConfirmStreamingRequest()
272 log::warn(", no pending start stream request"); in ConfirmStreamingRequest()
[all …]
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_main.cc79 log::warn("L2CAP - received packet continuation"); in l2c_rcv_acl_data()
88 log::warn("L2CAP - got incorrect hci header"); in l2c_rcv_acl_data()
123 log::warn("L2CAP - unknown CID: 0x{:04x}", rcv_cid); in l2c_rcv_acl_data()
133 log::warn("L2CAP - bad length in pkt. Exp: {} Act: {}", l2cap_len, in l2c_rcv_acl_data()
244 log::warn("Signaling pkt_len={} exceeds MTU size {}", pkt_len, in process_l2cap_cmd()
282 log::warn("Command size {} exceeds limit {}", cmd_len, in process_l2cap_cmd()
291 log::warn("cmd_len > pkt_len, pkt_len={}, cmd_len={}, code={}", pkt_len, in process_l2cap_cmd()
303 log::warn("Rejected command {} due to bad packet length", cmd_code); in process_l2cap_cmd()
306 log::warn("No need to reject command {} for bad packet len", cmd_code); in process_l2cap_cmd()
315 log::warn("Not enough data for L2CAP_CMD_REJECT"); in process_l2cap_cmd()
[all …]
Dl2c_api.cc163 log::warn("L2CAP - no RCB available, PSM: 0x{:04x} vPSM: 0x{:04x}", psm, in L2CA_Register()
224 log::warn("L2CAP - PSM: 0x{:04x} not found for deregistration", psm); in L2CA_Deregister()
258 log::warn("supposedly-free PSM={} have allocated rcb!", psm); in L2CA_AllocateLePSM()
291 log::warn("PSM={} was not allocated!", psm); in L2CA_FreeLePSM()
321 log::warn("BTU not ready"); in L2CA_ConnectReq()
327 log::warn("no RCB, PSM=0x{:x}", psm); in L2CA_ConnectReq()
339 log::warn("connection not started for PSM=0x{:x}, p_lcb={}", psm, in L2CA_ConnectReq()
349 log::warn("no CCB, PSM=0x{:x}", psm); in L2CA_ConnectReq()
442 log::warn("No BLE RCB available, PSM: 0x{:04x} vPSM: 0x{:04x}", psm, in L2CA_RegisterLECoc()
471 log::warn("PSM: 0x{:04x} not found for deregistration", psm); in L2CA_DeregisterLECoc()
[all …]
Dl2c_ble_conn_params.cc68 log::warn("- unknown BD_ADDR {}", rem_bda); in L2CA_UpdateBleConnParams()
73 log::warn("- BD_ADDR {} not LE", rem_bda); in L2CA_UpdateBleConnParams()
106 log::warn("unknown address {}", rem_bda); in L2CA_LockBleConnParamsForServiceDiscovery()
111 log::warn("{} not LE, link role {}", rem_bda, p_lcb->LinkRole()); in L2CA_LockBleConnParamsForServiceDiscovery()
116 log::warn("{} service discovery already locked/unlocked conn params: {}", in L2CA_LockBleConnParamsForServiceDiscovery()
143 log::warn("unknown address {}", rem_bda); in L2CA_LockBleConnParamsForProfileConnection()
148 log::warn("{} not LE, link role {}", rem_bda, p_lcb->LinkRole()); in L2CA_LockBleConnParamsForProfileConnection()
295 log::warn("Invalid handle: {}", handle); in l2cble_process_conn_update_evt()
302 log::warn("Error status: {}", status); in l2cble_process_conn_update_evt()
459 log::warn("unknown BD_ADDR {}", rem_bda); in L2CA_SubrateRequest()
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dbluetooth_manager.rs1 use log::{error, warn};
50 warn!("Presence added: {}", hci); in callback_hci_device_change()
52 warn!("Presence removed: {}", hci); in callback_hci_device_change()
61 warn!("Started {}", hci); in callback_hci_enabled_change()
63 warn!("Stopped {}", hci); in callback_hci_enabled_change()
94 warn!("Starting {}", hci); in start()
105 warn!("{} is already enabled.", hci); in start()
110 warn!("{} is not present.", hci); in start()
119 warn!("Stopping {}", hci); in stop()
130 warn!("{} is already stopped", hci); in stop()
[all …]
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hd.cc163 log::warn("Failed to enable BT-HD, status={}", p_data->status); in btif_hd_upstreams_evt()
172 log::warn("registering hid host now"); in btif_hd_upstreams_evt()
180 log::warn("Failed to disable BT-HD, status={}", p_data->status); in btif_hd_upstreams_evt()
201 log::warn("disabling hid device service now"); in btif_hd_upstreams_evt()
208 log::warn("BTA_HD_OPEN_EVT, address={}", *addr); in btif_hd_upstreams_evt()
212 log::warn("remote device is not hid host, disconnecting"); in btif_hd_upstreams_evt()
226 log::warn("remote device was forcefully disconnected"); in btif_hd_upstreams_evt()
276 log::warn("unknown event ({})", event); in btif_hd_upstreams_evt()
396 log::warn("application already registered"); in register_app()
448 log::warn("application not yet registered"); in unregister_app()
[all …]
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc153 log::warn("Checking incomplete feature page read"); in IsEprAvailable()
220 log::warn("Can only set link supervision timeout if central role:{}", in hci_btm_set_link_supervision_timeout()
227 log::warn( in hci_btm_set_link_supervision_timeout()
376 log::warn("Malformatted packet, not containing enough data"); in btm_acl_process_sca_cmpl_pkt()
383 log::warn("Peer SCA Command complete failed:{}", in btm_acl_process_sca_cmpl_pkt()
393 log::warn("Unable to find active acl"); in btm_acl_process_sca_cmpl_pkt()
419 log::warn( in btm_acl_created()
428 log::warn("Unable to find active acl"); in btm_acl_created()
493 log::warn("Unable to find active acl"); in btm_acl_removed()
534 log::warn("Unable to find active acl"); in BTM_GetRole()
[all …]
/packages/modules/Bluetooth/system/stack/hid/
Dhidd_conn.cc93 log::warn("Unable to write L2CAP data cid:{} len:{}", p_hcon->intr_cid, in hidd_check_config_done()
120 log::warn("incoming connections not allowed, rejecting"); in hidd_l2cif_connect_ind()
122 log::warn("Unable to disconnect L2CAP peer:{} cid:{}", p_dev->addr, cid); in hidd_l2cif_connect_ind()
134 log::warn("incoming INTR without CTRL, rejecting"); in hidd_l2cif_connect_ind()
139 log::warn("incoming INTR in invalid state ({}), rejecting", in hidd_l2cif_connect_ind()
148 log::warn("incoming CTRL in invalid state ({}), rejecting", in hidd_l2cif_connect_ind()
162 log::warn("Unable to disconnect L2CAP cid:{}", cid); in hidd_l2cif_connect_ind()
188 log::warn("connection of config failed, now disconnect"); in hidd_on_l2cap_error()
212 log::warn("unknown cid"); in hidd_l2cif_connect_cfm()
221 log::warn("unexpected"); in hidd_l2cif_connect_cfm()
[all …]
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_main.cc95 log::warn("SDP - Rcvd conn cnf for unknown CID 0x{:x}", l2cap_cid); in sdp_connect_cfm()
124 log::warn("SDP - Rcvd L2CAP cfg ind, unknown CID: 0x{:x}", l2cap_cid); in sdp_config_ind()
164 log::warn("SDP - Rcvd L2CAP cfg ind, unknown CID: 0x{:x}", l2cap_cid); in sdp_config_cfm()
196 log::warn("SDP - Rcvd L2CAP disc, unknown CID: 0x{:x}", l2cap_cid); in sdp_disconnect_ind()
206 log::warn("SDP - Rcvd L2CAP disc, process pend sdp ccb: 0x{:x}", l2cap_cid); in sdp_disconnect_ind()
209 log::warn("SDP - Rcvd L2CAP disc, clear pend sdp ccb: 0x{:x}", l2cap_cid); in sdp_disconnect_ind()
243 log::warn("SDP - Ignored L2CAP data while in state: {}, CID: 0x{:x}", in sdp_data_ind()
247 log::warn("SDP - Rcvd L2CAP data, unknown CID: 0x{:x}", l2cap_cid); in sdp_data_ind()
270 log::warn("no spare CCB for peer {}", bd_addr); in sdp_conn_originate()
292 log::warn("SDP already active for peer {}. cid={:#0x}", bd_addr, cid); in sdp_conn_originate()
[all …]
Dsdp_discovery.cc181 log::warn("Unable to write L2CAP data peer:{} cid:{} len:{}", in sdp_snd_service_search_req()
221 log::warn("bad length"); in sdp_copy_raw_data()
225 log::warn("no bytes left for data"); in sdp_copy_raw_data()
235 log::warn("rem_len :{} less than cpy_len:{}", rem_len, cpy_len); in sdp_copy_raw_data()
310 log::warn("bad length in attr_rsp"); in add_attr()
324 log::warn("SDP - Attribute length beyond p_end"); in add_attr()
419 log::warn("SDP - bad len in UUID attr: {}", attr_len); in add_attr()
462 log::warn("SDP - bad len in boolean attr: {}", attr_len); in add_attr()
524 log::warn("SDP - Wrong type: 0x{:02x} in attr_rsp", type); in save_attr_seq()
529 log::warn("SDP - Bad len in attr_rsp {}", seq_len); in save_attr_seq()
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs46 use log::{debug, info, warn};
577 warn!("[{}]: profile is already connected", DisplayAddress(&addr)); in add_connected_profile()
593 warn!("[{}]: profile is already disconnected", DisplayAddress(&addr)); in rm_connected_profile()
619 warn!("Cannot remove device {} that belongs to no group", DisplayAddress(&addr)); in remove_device_from_group()
632 warn!( in remove_device_from_group()
695 warn!("Tried to enable {} in bluetooth_media", profile); in enable_profile()
740 warn!("Tried to disable {} in bluetooth_media", profile); in disable_profile()
765 warn!("Tried to query enablement status of {} in bluetooth_media", profile); in is_profile_enabled()
954 warn!( in dispatch_le_audio_callbacks()
1062 warn!( in dispatch_le_audio_callbacks()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpBipObexServer.java95 warn("onConnect - uuid didn't match. Not Acceptable"); in onConnect()
100 warn("onConnect - Something bad happened"); in onConnect()
136 warn("Received unknown type '" + type + "'"); in onGet()
197 warn("Received GetImageThumbnail without an image handle"); in handleGetImageThumbnail()
208 warn("No image stored at handle '" + imageHandle + "'"); in handleGetImageThumbnail()
214 warn("Failed to serialize image"); in handleGetImageThumbnail()
229 warn("Received GetImageProperties without an image handle"); in handleGetImageProperties()
240 warn("No image stored at handle '" + imageHandle + "'"); in handleGetImageProperties()
245 warn("Failed to get properties for known image"); in handleGetImageProperties()
273 warn("Received GetImage without an image handle"); in handleGetImage()
[all …]
/packages/modules/Bluetooth/system/gd/os/android/
Dmetrics.cc91 log::warn( in LogMetricLinkLayerConnectionEvent()
109 log::warn("Failed for opcode {}, error {}", common::ToHexString(hci_cmd), ret); in LogMetricHciTimeoutEvent()
117 log::warn( in LogMetricRemoteVersionInfo()
139 log::warn( in LogMetricA2dpAudioUnderrunEvent()
169 log::warn( in LogMetricA2dpAudioOverrunEvent()
189 log::warn( in LogMetricA2dpPlaybackEvent()
231 log::warn( in LogMetricReadRssiResult()
255 log::warn( in LogMetricReadFailedContactCounterResult()
274 log::warn( in LogMetricReadTxPowerLevelResult()
293 log::warn( in LogMetricSmpPairingEvent()
[all …]
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dsignalling_manager.cc70 log::warn("Security requirement can't be satisfied. Dropping connection request"); in on_security_result_for_outgoing()
128 log::warn("Unexpected response: no pending request"); in OnCommandReject()
138 log::warn("Command rejected"); in OnCommandReject()
148 log::warn("Received request from LL central"); in OnConnectionParameterUpdateRequest()
155 log::warn("Received invalid connection parameter update request from LL central"); in OnConnectionParameterUpdateRequest()
168 log::warn("Unexpected response: no pending request"); in OnConnectionParameterUpdateResponse()
172 log::warn("Unexpected response: no pending request"); in OnConnectionParameterUpdateResponse()
185 log::warn("Invalid remote cid received from remote psm:{} remote_cid:{}", psm, remote_cid); in OnConnectionRequest()
192 log::warn("Psm already exists"); in OnConnectionRequest()
252 log::warn("Can't allocate dynamic channel"); in on_security_result_for_incoming()
[all …]
/packages/modules/Bluetooth/system/gd/hci/
Ddistance_measurement_manager.cc183 log::warn("Can't find CS tracker for connection_handle {}", connection_handle); in OnResult()
247 log::warn("Can't find any LE connection for {}", address); in start_distance_measurement()
289 log::warn("Remove old tracker for {}", cs_remote_address); in start_distance_measurement_with_cs()
337 log::warn("Can't find rssi tracker for {}", address); in stop_distance_measurement()
351 log::warn("Can't find CS tracker for {}", address); in stop_distance_measurement()
376 log::warn("can't find tracker for 0x{:04x}", connection_handle); in handle_ras_connected_event()
409 log::warn("can't find tracker for 0x{:04x}", connection_handle); in handle_vendor_specific_reply_complete()
427 log::warn("Can't find rssi tracker for {}", address); in send_read_rssi()
432 log::warn("Can't find connection for {}", address); in send_read_rssi()
456 log::warn("Unhandled subevent {}", hci::SubeventCodeText(event.GetSubeventCode())); in handle_event()
[all …]
Dmsft.cc79 log::warn("The Microsoft MSFT_RSSI_EVENT is not supported yet."); in handle_rssi_event()
94 log::warn("The Microsoft vendor event monitor state is invalid."); in handle_le_monitor_device_event()
103 log::warn("The Microsoft vendor event prefix does not match."); in handle_msft_events()
121 log::warn("Unknown MSFT event code {}", ev_code); in handle_msft_events()
139 log::warn("Disallowed as MSFT extension is not supported."); in msft_adv_monitor_add()
146 log::warn("Disallowed as MSFT condition type {} is not supported.", monitor.condition_type); in msft_adv_monitor_add()
199 log::warn("Disallowed as MSFT extension is not supported."); in msft_adv_monitor_remove()
212 log::warn("Disallowed as MSFT extension is not supported."); in msft_adv_monitor_enable()
236 log::warn("MSFT Command complete status {}", ErrorCodeText(status_view.GetStatus())); in on_msft_read_supported_features_complete()
242 log::warn("Wrong MSFT subcommand opcode {} returned", sub_opcode); in on_msft_read_supported_features_complete()
[all …]
/packages/modules/Bluetooth/system/stack/pan/
Dpan_utils.cc87 log::warn("Unable to add SDP class id list handle:{}", sdp_handle); in pan_register_with_sdp()
94 log::warn("Unable to add SDP PAN profile attribute handle:{}", sdp_handle); in pan_register_with_sdp()
101 log::warn("Unable to add SDP language base attribute"); in pan_register_with_sdp()
107 log::warn("Unable to add SDP PAN profile version"); in pan_register_with_sdp()
114 log::warn("Unable to add SDP service name attribute handle:{}", sdp_handle); in pan_register_with_sdp()
121 log::warn("Unable to add SDP service description attribute handle:{}", in pan_register_with_sdp()
133 log::warn("Unable to add SDP security description attribute handle:{}", in pan_register_with_sdp()
147 log::warn("Unable to add SDP attribute net access type handle:{}", in pan_register_with_sdp()
157 log::warn("Unable to add SDP attribute net access rate handle:{}", in pan_register_with_sdp()
165 log::warn("Unable to add SDP uuid sequence browse group list handle:{}", in pan_register_with_sdp()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hci.cc98 log::warn("Re-opening UIPC that is already running"); in open()
128 log::warn("Read from uninitialized or closed UIPC"); in read()
136 log::warn("Write to uninitialized or closed UIPC"); in write()
455 log::warn("Unsupported packet size {}", (unsigned long)pkt_size); in get_supported_packet_size()
567 log::warn( in write()
608 log::warn("Skipped {} bytes of mSBC data ahead of a valid mSBC frame", in find_msbc_pkt_head()
675 log::warn("Re-initiating mSBC buffer that is active or not cleaned"); in init()
710 log::warn("mSBC buffer uninitialized or cleaned"); in enqueue_packet()
715 log::warn( in enqueue_packet()
734 log::warn("mSBC buffer uninitialized or cleaned"); in decode()
[all …]
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dsignalling_manager.cc80 log::warn("Unexpected command reject: no pending request"); in OnCommandReject()
112 log::warn("Security requirement can't be satisfied. Dropping connection request"); in on_security_result_for_outgoing()
167 log::warn("Not supported"); in SendEchoRequest()
176 log::warn("Invalid psm received from remote psm:{} remote_cid:{}", psm, remote_cid); in OnConnectionRequest()
183 log::warn("Invalid remote cid received from remote psm:{} remote_cid:{}", psm, remote_cid); in OnConnectionRequest()
235 log::warn("Can't allocate dynamic channel"); in on_security_result_for_incoming()
256 log::warn( in OnConnectionResponse()
264 log::warn("SCID doesn't match: expected {}, received {}", command_just_sent_.source_cid_, cid); in OnConnectionResponse()
289 log::warn("Can't allocate dynamic channel"); in OnConnectionResponse()
307 log::warn("Configuration request for an unknown channel"); in OnConfigurationRequest()
[all …]
/packages/modules/Bluetooth/system/gd/metrics/
Dcounter_metrics.cc55 log::warn("Counter metrics isn't initialized"); in CacheCount()
59 log::warn("count is not larger than 0. count: {}, key: {}", count, key); in CacheCount()
68 log::warn("Counter metric overflows. count {} current total: {} key: {}", count, total, key); in CacheCount()
78 log::warn("Counter metrics isn't initialized"); in Count()
82 log::warn("count is not larger than 0. count: {}, key: {}", count, key); in Count()
91 log::warn("Counter metrics isn't initialized"); in DrainBufferedCounters()
/packages/modules/Bluetooth/system/bta/ras/
Dras_client.cc132 log::warn("Can't find characteristic uuid {}", in SendVendorSpecificReply()
159 log::warn("Unhandled event: {}", gatt_client_event_text(event)); in GattcCallback()
169 log::warn("Only LE connection is allowed (transport {})", in OnGattConnected()
177 log::warn("Skipping unknown device, address: {}", evt.remote_bda); in OnGattConnected()
194 log::warn("Can't find tracker for conn_id:{}", evt.conn_id); in OnGattServiceSearchComplete()
261 log::warn("Can't find tracker for conn_id:{}", evt.conn_id); in OnGattNotification()
266 log::warn("Can't find characteristic for handle:{}", evt.handle); in OnGattNotification()
287 log::warn("Unexpected UUID"); in OnGattNotification()
315 log::warn("Unexpected event code 0x{:02x}", evt.value[0]); in OnControlPointEvent()
338 log::warn("Handling other procedure, skip"); in GetRangingData()
[all …]
/packages/modules/Bluetooth/system/profile/sdp/common/
Ddata_element_reader.cc33 log::warn("Extract would read past end of data."); \
51 log::warn("Trying to use a reserved data element type"); in ReadNext()
58 log::warn("Invalid size for bool: {}", size); in ReadNext()
123 log::warn("Invalid size for int: {}", size); in ReadSignedInt()
143 log::warn("Invalid size for uint: {}", size); in ReadUnsignedInt()
172 log::warn("Invalid size for UUID: {}", size); in ReadUuid()
194 log::warn("Invalid size for string: {}", size); in ReadString()
226 log::warn("Invalid size for string: {}", size); in ReadSequence()
/packages/modules/Bluetooth/system/bta/le_audio/
Dstorage_helper.cc74 log::warn("No pacs available"); in serializePacs()
145 log::warn("Skipping unknown device"); in SerializeSinkPacs()
158 log::warn("Skipping unknown device"); in SerializeSourcePacs()
172 log::warn("There is not single PACS stored"); in deserializePacs()
241 log::warn("Skipping unknown device"); in DeserializeSinkPacs()
251 log::warn("Skipping unknown device"); in DeserializeSourcePacs()
260 log::warn("Skipping unknown device"); in SerializeAses()
269 log::warn("No ases available for device {}", leAudioDevice->address_); in SerializeAses()
306 log::warn("Skipping unknown device"); in DeserializeAses()
312 log::warn("There is not single ASE stored for device {}", in DeserializeAses()
[all …]
/packages/modules/Virtualization/virtualizationservice/src/
Datom.rs24 use log::{trace, warn};
53 wait_for_statsd().unwrap_or_else(|e| warn!("failed to wait for statsd with error: {}", e)); in forward_vm_creation_atom()
55 Err(e) => warn!("statslog_rust failed with error: {}", e), in forward_vm_creation_atom()
67 wait_for_statsd().unwrap_or_else(|e| warn!("failed to wait for statsd with error: {}", e)); in forward_vm_booted_atom()
69 Err(e) => warn!("statslog_rust failed with error: {}", e), in forward_vm_booted_atom()
119 wait_for_statsd().unwrap_or_else(|e| warn!("failed to wait for statsd with error: {}", e)); in forward_vm_exited_atom()
121 Err(e) => warn!("statslog_rust failed with error: {}", e), in forward_vm_exited_atom()

12345678910>>...18