/aosp12/system/bt/gd/os/linux_generic/ |
H A D | files.cc | 60 …LOG_ERROR("unable to rename file from '%s' to '%s', error: %s", from.c_str(), to.c_str(), strerror… in RenameFile() 119 LOG_ERROR("error extracting directory from '%s', error: %s", path.c_str(), strerror(errno)); in WriteToFile() 125 LOG_ERROR("unable to open dir '%s', error: %s", directory_path.c_str(), strerror(errno)); in WriteToFile() 131 LOG_ERROR("unable to write to file '%s', error: %s", temp_path.c_str(), strerror(errno)); in WriteToFile() 137 LOG_ERROR("unable to write to file '%s', error: %s", temp_path.c_str(), strerror(errno)); in WriteToFile() 144 …LOG_ERROR("unable to write flush buffer to file '%s', error: %s", temp_path.c_str(), strerror(errn… in WriteToFile() 157 LOG_ERROR("unable to close file '%s', error: %s", temp_path.c_str(), strerror(errno)); in WriteToFile() 165 …LOG_ERROR("unable to change file permissions '%s', error: %s", temp_path.c_str(), strerror(errno)); in WriteToFile() 172 …LOG_ERROR("unable to commit file from '%s' to '%s', error: %s", temp_path.c_str(), path.c_str(), s… in WriteToFile() 183 LOG_ERROR("unable to close dir '%s', error: %s", directory_path.c_str(), strerror(errno)); in WriteToFile() [all …]
|
/aosp12/system/bt/gd/security/test/ |
H A D | ecdh_keys_test.cc | 58 …LOG_ERROR("private key a : %s", base::HexEncode(private_key_a.data(), private_key_a.size()).c_str(… in TEST_F() 59 …LOG_ERROR("public key a.x : %s", base::HexEncode(public_key_a.x.data(), public_key_a.x.size()).c_s… in TEST_F() 60 …LOG_ERROR("public key a.y : %s", base::HexEncode(public_key_a.y.data(), public_key_a.y.size()).c_s… in TEST_F() 62 …LOG_ERROR("private key b : %s", base::HexEncode(private_key_b.data(), private_key_b.size()).c_str(… in TEST_F() 63 …LOG_ERROR("public key b.x : %s", base::HexEncode(public_key_b.x.data(), public_key_b.x.size()).c_s… in TEST_F() 64 …LOG_ERROR("public key b.y : %s", base::HexEncode(public_key_b.y.data(), public_key_b.y.size()).c_s… in TEST_F() 66 LOG_ERROR("dhkeya : %s", base::HexEncode(dhkeya.data(), dhkeya.size()).c_str()); in TEST_F() 67 LOG_ERROR("dhkeyb : %s", base::HexEncode(dhkeyb.data(), dhkeyb.size()).c_str()); in TEST_F()
|
/aosp12/system/bt/test/rootcanal/ |
H A D | bluetooth_hci.cc | 115 LOG_ERROR("Error sending event callback"); in initialize_impl() 117 LOG_ERROR("Closing"); in initialize_impl() 128 LOG_ERROR("Error sending acl callback"); in initialize_impl() 130 LOG_ERROR("Closing"); in initialize_impl() 141 LOG_ERROR("Error sending sco callback"); in initialize_impl() 143 LOG_ERROR("Closing"); in initialize_impl() 155 LOG_ERROR("Error sending iso callback"); in initialize_impl() 157 LOG_ERROR("Closing"); in initialize_impl() 301 LOG_ERROR("Error watching remote HCI channel fd."); in SetUpHciServer() 382 LOG_ERROR("Test channel SetUp(%d) failed.", port); in SetUpTestChannel() [all …]
|
/aosp12/system/bt/stack/a2dp/ |
H A D | a2dp_aac_encoder.cc | 164 LOG_ERROR( in updateEncoderUserConfig() 206 LOG_ERROR( in a2dp_aac_encoder_update() 286 LOG_ERROR( in a2dp_aac_encoder_update() 298 LOG_ERROR( in a2dp_aac_encoder_update() 310 LOG_ERROR( in a2dp_aac_encoder_update() 322 LOG_ERROR( in a2dp_aac_encoder_update() 339 LOG_ERROR( in a2dp_aac_encoder_update() 348 LOG_ERROR( in a2dp_aac_encoder_update() 359 LOG_ERROR( in a2dp_aac_encoder_update() 375 LOG_ERROR( in a2dp_aac_encoder_update() [all …]
|
H A D | a2dp_vendor_ldac_abr.cc | 71 LOG_ERROR("%s: cannot open LDAC ABR library %s: %s", __func__, in A2DP_VendorLoadLdacAbr() 81 LOG_ERROR("%s: cannot find function '%s' in the LDAC ABR library: %s", in A2DP_VendorLoadLdacAbr() 90 LOG_ERROR("%s: cannot find function '%s' in the LDAC ABR library: %s", in A2DP_VendorLoadLdacAbr() 99 LOG_ERROR("%s: cannot find function '%s' in the LDAC ABR library: %s", in A2DP_VendorLoadLdacAbr() 108 LOG_ERROR("%s: cannot find function '%s' in the LDAC ABR library: %s", in A2DP_VendorLoadLdacAbr() 117 LOG_ERROR("%s: cannot find function '%s' in the LDAC ABR library: %s", in A2DP_VendorLoadLdacAbr()
|
H A D | a2dp_sbc.cc | 337 LOG_ERROR("%s: A2DP_BuildInfoSbc failed", __func__); in A2DP_InitDefaultCodecSbc() 356 LOG_ERROR("%s: parsing failed %d", __func__, status); in A2DP_CodecInfoMatchesCapabilitySbc() 896 LOG_ERROR("%s: cannot load the encoder", __func__); in init() 1200 LOG_ERROR( in setCodecConfig() 1255 LOG_ERROR("%s: cannot match bits per sample: user preference = 0x%x", in setCodecConfig() 1348 LOG_ERROR( in setCodecConfig() 1368 LOG_ERROR( in setCodecConfig() 1384 LOG_ERROR( in setCodecConfig() 1400 LOG_ERROR( in setCodecConfig() 1417 LOG_ERROR( in setCodecConfig() [all …]
|
H A D | a2dp_vendor_aptx.cc | 211 LOG_ERROR("%s: parsing failed %d", __func__, status); in A2DP_CodecInfoMatchesCapabilityAptx() 254 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_VendorCodecTypeEqualsAptx() 259 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_VendorCodecTypeEqualsAptx() 275 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_VendorCodecEqualsAptx() 280 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_VendorCodecEqualsAptx() 465 LOG_ERROR("%s: cannot load the encoder", __func__); in init() 642 LOG_ERROR("%s: can't parse peer's capabilities: error = %d", __func__, in setCodecConfig() 726 LOG_ERROR( in setCodecConfig() 781 LOG_ERROR("%s: cannot match bits per sample: user preference = 0x%x", in setCodecConfig() 852 LOG_ERROR( in setCodecConfig() [all …]
|
H A D | a2dp_vendor_aptx_hd.cc | 229 LOG_ERROR("%s: parsing failed %d", __func__, status); in A2DP_CodecInfoMatchesCapabilityAptxHd() 268 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_VendorCodecTypeEqualsAptxHd() 273 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_VendorCodecTypeEqualsAptxHd() 289 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_VendorCodecEqualsAptxHd() 294 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_VendorCodecEqualsAptxHd() 483 LOG_ERROR("%s: cannot load the encoder", __func__); in init() 660 LOG_ERROR("%s: can't parse peer's capabilities: error = %d", __func__, in setCodecConfig() 744 LOG_ERROR( in setCodecConfig() 800 LOG_ERROR("%s: cannot match bits per sample: user preference = 0x%x", in setCodecConfig() 872 LOG_ERROR( in setCodecConfig() [all …]
|
/aosp12/system/bt/osi/src/ |
H A D | semaphore.cc | 47 LOG_ERROR("%s unable to allocate semaphore: %s", __func__, strerror(errno)); in semaphore_new() 67 LOG_ERROR("%s unable to wait on semaphore: %s", __func__, strerror(errno)); in semaphore_wait() 76 LOG_ERROR("%s unable to get flags for semaphore fd: %s", __func__, in semaphore_try_wait() 81 LOG_ERROR("%s unable to set O_NONBLOCK for semaphore fd: %s", __func__, in semaphore_try_wait() 91 LOG_ERROR("%s unable to restore flags for semaphore fd: %s", __func__, in semaphore_try_wait() 101 LOG_ERROR("%s unable to post to semaphore: %s", __func__, strerror(errno)); in semaphore_post()
|
H A D | wakelock.cc | 114 LOG_ERROR("%s unable to acquire wake lock: %d", __func__, status); in wakelock_acquire() 126 LOG_ERROR("%s lock not acquired, invalid fd", __func__); in wakelock_acquire_native() 131 LOG_ERROR("%s not acquiring lock: can't release lock", __func__); in wakelock_acquire_native() 138 LOG_ERROR("%s wake lock not acquired: %s", __func__, strerror(errno)); in wakelock_acquire_native() 169 LOG_ERROR("%s lock not released, invalid fd", __func__); in wakelock_release_native() 175 LOG_ERROR("%s can't release wake lock: %s", __func__, strerror(errno)); in wakelock_release_native() 177 LOG_ERROR("%s lock release only wrote %zd, assuming released", __func__, in wakelock_release_native() 196 LOG_ERROR("%s can't open wake lock %s: %s", __func__, in wakelock_initialize_native() 205 LOG_ERROR("%s can't open wake unlock %s: %s", __func__, in wakelock_initialize_native() 213 LOG_ERROR("%s releasing wake lock as part of cleanup", __func__); in wakelock_cleanup() [all …]
|
H A D | reactor.cc | 77 LOG_ERROR("%s unable to create epoll instance: %s", __func__, in reactor_new() 84 LOG_ERROR("%s unable to create eventfd: %s", __func__, strerror(errno)); in reactor_new() 91 LOG_ERROR("%s unable to allocate object invalidation list.", __func__); in reactor_new() 100 LOG_ERROR("%s unable to register eventfd with epoll set: %s", __func__, in reactor_new() 160 LOG_ERROR("%s unable to register fd %d to epoll set: %s", __func__, fd, in reactor_register() 183 LOG_ERROR("%s unable to modify interest set for fd %d: %s", __func__, in reactor_change_registration() 201 LOG_ERROR("%s unable to unregister fd %d from epoll set: %s", __func__, in reactor_unregister() 248 LOG_ERROR("%s error in epoll_wait: %s", __func__, strerror(errno)); in run_reactor()
|
H A D | alarm.cc | 319 LOG_ERROR("%s unable to allocate alarm list.", __func__); in lazy_initialize() 335 LOG_ERROR("%s unable to create alarm expired semaphore", __func__); in lazy_initialize() 342 LOG_ERROR("%s unable to create default alarm callbacks thread.", __func__); in lazy_initialize() 348 LOG_ERROR("%s unable to create default alarm callbacks queue.", __func__); in lazy_initialize() 357 LOG_ERROR("%s unable to create alarm callback thread.", __func__); in lazy_initialize() 393 LOG_ERROR("%s unable to get current time: %s", __func__, strerror(errno)); in now_ms() 475 LOG_ERROR("%s unable to acquire wake lock", __func__); in reschedule_root_alarm() 520 LOG_ERROR("%s unable to set timer: %s", __func__, strerror(errno)); in reschedule_root_alarm() 650 LOG_ERROR("%s: message loop already NULL. Alarm: %s", __func__, in callback_dispatch() 685 LOG_ERROR( in timer_create_internal() [all …]
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/desktop/ |
H A D | root_canal_main.cc | 55 LOG_ERROR("Process crashed, signal: %s[%d], tid: %d", in crash_callback() 58 LOG_ERROR("Process crashed, signal: unknown, tid: unknown"); in crash_callback() 63 LOG_ERROR("Failed to create backtrace object"); in crash_callback() 67 LOG_ERROR("backtrace->Unwind failed"); in crash_callback() 70 LOG_ERROR("Backtrace:"); in crash_callback() 72 LOG_ERROR("%s", backtrace->FormatFrameData(i).c_str()); in crash_callback()
|
H A D | test_environment.cc | 78 LOG_ERROR("Remote HCI channel SetUp(%d) failed.", hci_server_port_); in SetUpHciServer() 85 LOG_ERROR("Error watching remote HCI channel fd."); in SetUpHciServer() 104 LOG_ERROR("Remote LinkLayer channel SetUp(%d) failed.", link_server_port_); in SetUpLinkLayerServer() 111 LOG_ERROR("Error watching remote LinkLayer channel fd."); in SetUpLinkLayerServer() 168 LOG_ERROR("Test channel SetUp(%d) failed.", test_port_); in SetUpTestChannel() 176 LOG_ERROR("Error watching test channel fd."); in SetUpTestChannel()
|
/aosp12/system/bt/btif/src/ |
H A D | btif_sock_sco.cc | 136 LOG_ERROR("%s unable to allocate socket pair: %s", __func__, in sco_socket_establish_locked() 143 LOG_ERROR("%s unable to allocate new SCO socket.", __func__); in sco_socket_establish_locked() 152 LOG_ERROR("%s unable to create SCO socket: %d", __func__, status); in sco_socket_establish_locked() 158 LOG_ERROR("%s unable to allocate socket from file descriptor %d.", __func__, in sco_socket_establish_locked() 224 LOG_ERROR("%s unable to find sco_socket for handle: %hu", __func__, in connection_request_cb() 230 LOG_ERROR( in connection_request_cb() 239 LOG_ERROR("%s unable to allocate new sco_socket.", __func__); in connection_request_cb() 257 LOG_ERROR("%s unable to send new file descriptor to listening socket.", in connection_request_cb() 277 LOG_ERROR("%s SCO socket not found on connect for handle: %hu", __func__, in connect_completed_cb() 299 LOG_ERROR("%s SCO socket not found on disconnect for handle: %hu", __func__, in disconnect_completed_cb()
|
H A D | btif_sock.cc | 77 LOG_ERROR("%s unable to create btsock_thread.", __func__); in btif_sock_init() 83 LOG_ERROR("%s error initializing RFCOMM sockets: %d", __func__, status); in btif_sock_init() 89 LOG_ERROR("%s error initializing L2CAP sockets: %d", __func__, status); in btif_sock_init() 95 LOG_ERROR("%s error creating new thread.", __func__); in btif_sock_init() 102 LOG_ERROR("%s error initializing SCO sockets: %d", __func__, status); in btif_sock_init() 160 LOG_ERROR("%s: type BTSOCK_L2CAP_LE: invalid channel=%d", __func__, in btsock_listen() 177 LOG_ERROR("%s unknown/unsupported socket type: %d", __func__, type); in btsock_listen() 239 LOG_ERROR("%s unknown/unsupported socket type: %d", __func__, type); in btsock_connect()
|
/aosp12/system/bt/gd/hci/acl_manager/ |
H A D | classic_acl_connection.cc | 164 LOG_ERROR("Received on_role_discovery_complete with invalid packet"); in on_role_discovery_complete() 178 LOG_ERROR("Received on_read_link_policy_settings_complete with invalid packet"); in on_read_link_policy_settings_complete() 192 LOG_ERROR("Received on_read_automatic_flush_timeout_complete with invalid packet"); in on_read_automatic_flush_timeout_complete() 206 LOG_ERROR("Received on_read_transmit_power_level_complete with invalid packet"); in on_read_transmit_power_level_complete() 220 LOG_ERROR("Received on_read_link_supervision_timeout_complete with invalid packet"); in on_read_link_supervision_timeout_complete() 234 LOG_ERROR("Received on_read_failed_contact_counter_complete with invalid packet"); in on_read_failed_contact_counter_complete() 248 LOG_ERROR("Received on_read_link_quality_complete with invalid packet"); in on_read_link_quality_complete() 262 LOG_ERROR("Received on_read_afh_channel_map_complete with invalid packet"); in on_read_afh_channel_map_complete() 276 LOG_ERROR("Received on_read_rssi_complete with invalid packet"); in on_read_rssi_complete() 281 LOG_ERROR("Received on_read_rssi_complete with error code %s", error_code.c_str()); in on_read_rssi_complete() [all …]
|
H A D | classic_impl.h | 164 LOG_ERROR("No callbacks to call"); in on_incoming_connection() 185 LOG_ERROR("Request has unknown ConnectionRequestLinkType."); in on_incoming_connection() 331 LOG_ERROR("Received on_central_link_key_complete with invalid packet"); in on_central_link_key_complete() 353 LOG_ERROR("Received on_authentication_complete with invalid packet"); in on_authentication_complete() 448 LOG_ERROR("Received on_mode_change with invalid packet"); in on_mode_change() 465 LOG_ERROR("Received on_sniff_subrating with invalid packet"); in on_sniff_subrating() 486 LOG_ERROR("Received on_qos_setup_complete with invalid packet"); in on_qos_setup_complete() 512 LOG_ERROR("Received on_role_change with invalid packet"); in on_role_change() 568 LOG_ERROR("Received on_flush_occurred with invalid packet"); in on_flush_occurred() 644 LOG_ERROR("Invalid packet"); in OnEncryptionStateChanged() [all …]
|
H A D | event_checkers.h | 28 …LOG_ERROR("Received command complete with invalid packet, opcode 0x%02hx", view.GetCommandOpCode()… in check_command_complete() 35 …LOG_ERROR("Received command complete with error code %s, opcode 0x%02hx", error_code.c_str(), op_c… in check_command_complete() 45 … LOG_ERROR("Received command status with invalid packet, opcode 0x%02hx", view.GetCommandOpCode()); in check_command_status() 52 …LOG_ERROR("Received command status with error code %s, opcode 0x%02hx", error_code.c_str(), op_cod… in check_command_status()
|
/aosp12/system/bt/hci/src/ |
H A D | hci_layer_android.cc | 85 LOG_ERROR("Bluetooth HAL service died!"); in serviceDied() 117 LOG_ERROR( in initializationComplete() 173 LOG_ERROR("%s: Unable to set the death recipient for the Bluetooth HAL", in hci_initialize() 196 LOG_ERROR("%s: Error unlinking death recipient from the Bluetooth HAL", in hci_close() 201 LOG_ERROR("%s: Error closing the Bluetooth HAL", __func__); in hci_close() 226 LOG_ERROR("ISO is not supported in HAL v1.0"); in hci_transmit() 230 LOG_ERROR("Unknown packet type (%d)", event); in hci_transmit() 237 LOG_ERROR("%s unable to rename '%s' to '%s': %s", __func__, LOG_PATH, in hci_open_firmware_log_file() 246 LOG_ERROR("%s unable to open '%s': %s", __func__, LOG_PATH, in hci_open_firmware_log_file()
|
H A D | hci_layer.cc | 220 LOG_ERROR("%s unable to create startup timer.", __func__); in hci_module_start_up() 232 LOG_ERROR("%s unable to start thread.", __func__); in hci_module_start_up() 236 LOG_ERROR("%s unable to make thread RT.", __func__); in hci_module_start_up() 379 LOG_ERROR("%s", __func__); in startup_timer_expired() 387 LOG_ERROR("%s: waiting for abort_timer", __func__); in startup_timer_expired() 494 LOG_ERROR("%s: %d commands pending response", __func__, in command_timed_out_log_info() 517 LOG_ERROR("%s: Size %d Hex %02x %02x %02x", __func__, in command_timed_out_log_info() 528 LOG_ERROR("%s", __func__); in command_timed_out() 534 LOG_ERROR("%s: Cannot obtain the mutex", __func__); in command_timed_out() 547 LOG_ERROR("%s: requesting a firmware dump.", __func__); in command_timed_out() [all …]
|
H A D | btsnoop_net.cc | 60 LOG_ERROR("%s pthread_create failed: %s", __func__, strerror(errno)); in btsnoop_net_open() 99 LOG_ERROR("%s socket creation failed: %s", __func__, strerror(errno)); in listen_fn_() 105 LOG_ERROR("%s unable to set SO_REUSEADDR: %s", __func__, strerror(errno)); in listen_fn_() 114 LOG_ERROR("%s unable to bind listen socket: %s", __func__, strerror(errno)); in listen_fn_() 119 LOG_ERROR("%s unable to listen: %s", __func__, strerror(errno)); in listen_fn_()
|
/aosp12/system/bt/gd/hal/ |
H A D | snoop_logger.cc | 95 LOG_ERROR("Failed to remove main log file at \"%s\"", log_path.c_str()); in delete_btsnoop_files() 103 LOG_ERROR("Failed to remove last log file at \"%s\"", log_path.c_str()); in delete_btsnoop_files() 226 LOG_ERROR( in OpenNextSnoopLogFile() 246 LOG_ERROR("Failed to flush, error: \"%s\"", strerror(errno)); in OpenNextSnoopLogFile() 289 LOG_ERROR("Failed to write packet header for btsnooz, error: \"%s\"", strerror(errno)); in Capture() 302 LOG_ERROR("Failed to write packet header for btsnoop, error: \"%s\"", strerror(errno)); in Capture() 305 LOG_ERROR("Failed to write packet payload for btsnoop, error: \"%s\"", strerror(errno)); in Capture() 312 LOG_ERROR("Failed to flush, error: \"%s\"", strerror(errno)); in Capture() 328 LOG_ERROR( in DumpSnoozLogToFile() 349 LOG_ERROR("Failed to write packet payload for btsnooz, error: \"%s\"", strerror(errno)); in DumpSnoozLogToFile() [all …]
|
/aosp12/system/bt/gd/facade/ |
H A D | facade_main.cc | 73 …LOG_ERROR("Process crashed, signal: %s[%d], tid: %d", strsignal(signal_number), signal_number, ctx… in crash_callback() 75 LOG_ERROR("Process crashed, signal: unknown, tid: unknown"); in crash_callback() 79 LOG_ERROR("Failed to create backtrace object"); in crash_callback() 83 LOG_ERROR("backtrace->Unwind failed"); in crash_callback() 86 LOG_ERROR("Backtrace:"); in crash_callback() 88 LOG_ERROR("%s", backtrace->FormatFrameData(i).c_str()); in crash_callback()
|
/aosp12/system/bt/service/ |
H A D | gatt_server_old.cc | 205 LOG_ERROR("%s: Failed to register client", __func__); in ServiceAddedCallback() 486 LOG_ERROR("Error getting GATT interface"); in Initialize() 492 LOG_ERROR("Failed to initialize gatt interface"); in Initialize() 498 LOG_ERROR("pipe creation failed: %s", strerror(errno)); in Initialize() 538 LOG_ERROR("Error creating internals"); in Initialize() 546 LOG_ERROR("Error initializing internals"); in Initialize() 553 LOG_ERROR("Failed to register server"); in Initialize() 560 LOG_ERROR("Initialization of server failed"); in Initialize() 647 LOG_ERROR("Failed to set scan response data"); in AddBlob() 667 LOG_ERROR("Failed to start service with handle: 0x%04x", in Start() [all …]
|