/system/bt/gd/security/test/ |
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()
|
/system/bt/gd/os/linux_generic/ |
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()
|
/system/bt/osi/src/ |
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()
|
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 …]
|
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()
|
/system/bt/vendor_libs/test_vendor_lib/desktop/ |
D | root_canal_main.cc | 44 LOG_ERROR("Process crashed, signal: %s[%d], tid: %d", in crash_callback() 47 LOG_ERROR("Process crashed, signal: unknown, tid: unknown"); in crash_callback() 52 LOG_ERROR("Failed to create backtrace object"); in crash_callback() 56 LOG_ERROR("backtrace->Unwind failed"); in crash_callback() 59 LOG_ERROR("Backtrace:"); in crash_callback() 61 LOG_ERROR("%s", backtrace->FormatFrameData(i).c_str()); in crash_callback()
|
D | test_environment.cc | 76 LOG_ERROR("Remote HCI channel SetUp(%d) failed.", hci_server_port_); in SetUpHciServer() 83 LOG_ERROR("Error watching remote HCI channel fd."); in SetUpHciServer() 102 LOG_ERROR("Remote LinkLayer channel SetUp(%d) failed.", link_server_port_); in SetUpLinkLayerServer() 109 LOG_ERROR("Error watching remote LinkLayer channel fd."); in SetUpLinkLayerServer() 164 LOG_ERROR("Test channel SetUp(%d) failed.", test_port_); in SetUpTestChannel() 172 LOG_ERROR("Error watching test channel fd."); in SetUpTestChannel()
|
/system/bt/gd/os/android/ |
D | system_properties.cc | 30 …LOG_ERROR("Property name's maximum size is %d, but %zu chars were given", PROP_NAME_MAX - 1, prope… in GetSystemProperty() 43 …LOG_ERROR("Property name's maximum size is %d, but %zu chars were given", PROP_NAME_MAX - 1, prope… in SetSystemProperty() 47 …LOG_ERROR("Property value's maximum size is %d, but %zu chars were given", PROPERTY_VALUE_MAX - 1,… in SetSystemProperty() 52 LOG_ERROR("Set property %s failed with error code %d", property.c_str(), ret); in SetSystemProperty()
|
/system/bt/stack/a2dp/ |
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()
|
D | a2dp_aac_encoder.cc | 165 LOG_ERROR( in updateEncoderUserConfig() 199 LOG_ERROR("%s: Cannot open AAC encoder handle: AAC error 0x%x", __func__, in a2dp_aac_encoder_update() 207 LOG_ERROR( in a2dp_aac_encoder_update() 278 LOG_ERROR( in a2dp_aac_encoder_update() 287 LOG_ERROR( in a2dp_aac_encoder_update() 299 LOG_ERROR( in a2dp_aac_encoder_update() 311 LOG_ERROR( in a2dp_aac_encoder_update() 323 LOG_ERROR( in a2dp_aac_encoder_update() 341 LOG_ERROR( in a2dp_aac_encoder_update() 350 LOG_ERROR( in a2dp_aac_encoder_update() [all …]
|
D | a2dp_aac_decoder.cc | 73 LOG_ERROR("%s: aacDecoder_Fill failed: 0x%x", __func__, in a2dp_aac_decoder_decode_packet() 86 LOG_ERROR("%s: aacDecoder_DecodeFrame failed: 0x%x", __func__, in a2dp_aac_decoder_decode_packet() 94 LOG_ERROR("%s: Invalid stream info", __func__); in a2dp_aac_decoder_decode_packet()
|
D | a2dp_sbc_decoder.cc | 48 LOG_ERROR("%s: OI_CODEC_SBC_DecoderReset failed with error code %d", in a2dp_sbc_decoder_init() 66 LOG_ERROR("%s: Empty packet", __func__); in a2dp_sbc_decoder_decode_packet() 84 LOG_ERROR("%s: Decoding failure: %d", __func__, status); in a2dp_sbc_decoder_decode_packet()
|
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() 412 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_CodecTypeEqualsSbc() 417 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_CodecTypeEqualsSbc() 436 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_CodecEqualsSbc() 441 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_CodecEqualsSbc() 465 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_GetTrackSampleRateSbc() 490 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_GetTrackBitsPerSampleSbc() 503 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_GetTrackChannelCountSbc() 526 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_GetNumberOfSubbandsSbc() [all …]
|
/system/bt/gd/hci/acl_manager/ |
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()
|
D | classic_acl_connection.cc | 127 LOG_ERROR("Received on_role_discovery_complete with invalid packet"); in on_role_discovery_complete() 132 LOG_ERROR("Received on_role_discovery_complete with error code %s", error_code.c_str()); in on_role_discovery_complete() 141 LOG_ERROR("Received on_read_link_policy_settings_complete with invalid packet"); in on_read_link_policy_settings_complete() 146 …LOG_ERROR("Received on_read_link_policy_settings_complete with error code %s", error_code.c_str()); in on_read_link_policy_settings_complete() 155 LOG_ERROR("Received on_read_automatic_flush_timeout_complete with invalid packet"); in on_read_automatic_flush_timeout_complete() 160 …LOG_ERROR("Received on_read_automatic_flush_timeout_complete with error code %s", error_code.c_str… in on_read_automatic_flush_timeout_complete() 169 LOG_ERROR("Received on_read_transmit_power_level_complete with invalid packet"); in on_read_transmit_power_level_complete() 174 …LOG_ERROR("Received on_read_transmit_power_level_complete with error code %s", error_code.c_str()); in on_read_transmit_power_level_complete() 183 LOG_ERROR("Received on_read_link_supervision_timeout_complete with invalid packet"); in on_read_link_supervision_timeout_complete() 188 …LOG_ERROR("Received on_read_link_supervision_timeout_complete with error code %s", error_code.c_st… in on_read_link_supervision_timeout_complete() [all …]
|
D | classic_impl.h | 138 LOG_ERROR("No callbacks to call"); in on_incoming_connection() 241 LOG_ERROR("Received on_connection_packet_type_changed with invalid packet"); in on_connection_packet_type_changed() 246 … LOG_ERROR("Received on_connection_packet_type_changed with error code %s", error_code.c_str()); in on_connection_packet_type_changed() 258 LOG_ERROR("Received on_master_link_key_complete with invalid packet"); in on_master_link_key_complete() 263 LOG_ERROR("Received on_master_link_key_complete with error code %s", error_code.c_str()); in on_master_link_key_complete() 275 LOG_ERROR("Received on_authentication_complete with invalid packet"); in on_authentication_complete() 280 LOG_ERROR("Received on_authentication_complete with error code %s", error_code.c_str()); in on_authentication_complete() 327 LOG_ERROR("Received on_change_connection_link_key_complete with invalid packet"); in on_change_connection_link_key_complete() 332 …LOG_ERROR("Received on_change_connection_link_key_complete with error code %s", error_code.c_str()… in on_change_connection_link_key_complete() 343 LOG_ERROR("Received on_read_clock_offset_complete with invalid packet"); in on_read_clock_offset_complete() [all …]
|
D | assembler.h | 40 LOG_ERROR("Controller sent an invalid L2CAP starting packet!"); in GetL2capPduSize() 80 …LOG_ERROR("Controller is not allowed to send FIRST_NON_AUTOMATICALLY_FLUSHABLE to host except loop… in on_incoming_packet() 102 …LOG_ERROR("Controller sent a starting packet without finishing previous packet. Drop previous one.… in on_incoming_packet() 112 LOG_ERROR("Dropping packet from %s due to congestion", address_with_type_.ToString().c_str()); in on_incoming_packet()
|
/system/bt/hci/src/ |
D | hci_layer_android.cc | 66 LOG_ERROR("Bluetooth HAL service died!"); in serviceDied() 96 LOG_ERROR( in initializationComplete() 148 LOG_ERROR("%s: Unable to set the death recipient for the Bluetooth HAL", in hci_initialize() 171 LOG_ERROR("%s: Error unlinking death recipient from the Bluetooth HAL", in hci_close() 176 LOG_ERROR("%s: Error closing the Bluetooth HAL", __func__); in hci_close() 201 LOG_ERROR("ISO is not supported in HAL v1.0"); in hci_transmit() 205 LOG_ERROR("Unknown packet type (%d)", event); in hci_transmit() 212 LOG_ERROR("%s unable to rename '%s' to '%s': %s", __func__, LOG_PATH, in hci_open_firmware_log_file() 221 LOG_ERROR("%s unable to open '%s': %s", __func__, LOG_PATH, in hci_open_firmware_log_file()
|
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_()
|
D | hci_layer.cc | 218 LOG_ERROR("%s unable to create startup timer.", __func__); in hci_module_start_up() 224 LOG_ERROR("%s unable to create command response timer.", __func__); in hci_module_start_up() 230 LOG_ERROR("%s unable to start thread.", __func__); in hci_module_start_up() 234 LOG_ERROR("%s unable to make thread RT.", __func__); in hci_module_start_up() 240 LOG_ERROR("%s unable to create list for commands pending response.", in hci_module_start_up() 377 LOG_ERROR("%s", __func__); in startup_timer_expired() 383 LOG_ERROR("%s: waiting for abort_timer", __func__); in startup_timer_expired() 469 LOG_ERROR("%s restarting the Bluetooth process.", __func__); in hci_timeout_abort() 485 LOG_ERROR("%s: %d commands pending response", __func__, in command_timed_out_log_info() 497 LOG_ERROR("%s: Waited %d ms for a response to opcode: 0x%x %s", __func__, in command_timed_out_log_info() [all …]
|
/system/bt/btif/src/ |
D | btif_sock_sco.cc | 141 LOG_ERROR("%s unable to allocate socket pair: %s", __func__, in sco_socket_establish_locked() 148 LOG_ERROR("%s unable to allocate new SCO socket.", __func__); in sco_socket_establish_locked() 157 LOG_ERROR("%s unable to create SCO socket: %d", __func__, status); in sco_socket_establish_locked() 163 LOG_ERROR("%s unable to allocate socket from file descriptor %d.", __func__, in sco_socket_establish_locked() 229 LOG_ERROR("%s unable to find sco_socket for handle: %hu", __func__, in connection_request_cb() 235 LOG_ERROR( in connection_request_cb() 244 LOG_ERROR("%s unable to allocate new sco_socket.", __func__); in connection_request_cb() 262 LOG_ERROR("%s unable to send new file descriptor to listening socket.", in connection_request_cb() 282 LOG_ERROR("%s SCO socket not found on connect for handle: %hu", __func__, in connect_completed_cb() 304 LOG_ERROR("%s SCO socket not found on disconnect for handle: %hu", __func__, in disconnect_completed_cb()
|
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()
|
/system/bt/gd/facade/ |
D | facade_main.cc | 64 …LOG_ERROR("Process crashed, signal: %s[%d], tid: %d", strsignal(signal_number), signal_number, ctx… in crash_callback() 66 LOG_ERROR("Process crashed, signal: unknown, tid: unknown"); in crash_callback() 70 LOG_ERROR("Failed to create backtrace object"); in crash_callback() 74 LOG_ERROR("backtrace->Unwind failed"); in crash_callback() 77 LOG_ERROR("Backtrace:"); in crash_callback() 79 LOG_ERROR("%s", backtrace->FormatFrameData(i).c_str()); in crash_callback()
|
/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | hci_protocol.cc | 36 LOG_ERROR("%s error writing to UART (%s)", __func__, strerror(errno)); in WriteSafely() 41 LOG_ERROR("%s zero bytes written - something went wrong...", __func__); in WriteSafely()
|
/system/bt/main/ |
D | bte_conf.cc | 38 LOG_ERROR("%s unable to load DID config '%s'.", __func__, p_path); in bte_load_did_conf() 78 LOG_ERROR("%s invalid vendor id source %d; ignoring DID record %d.", in bte_load_did_conf() 96 LOG_ERROR("%s unable to set device ID record %d: error %d.", __func__, i, in bte_load_did_conf()
|