/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() [all …]
|
/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/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 | 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()
|
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()
|
/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 | 164 LOG_ERROR( in updateEncoderUserConfig() 198 LOG_ERROR("%s: Cannot open AAC encoder handle: AAC error 0x%x", __func__, in a2dp_aac_encoder_update() 206 LOG_ERROR( in a2dp_aac_encoder_update() 277 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() [all …]
|
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_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()
|
/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 | 164 LOG_ERROR("Received on_role_discovery_complete with invalid packet"); in on_role_discovery_complete() 169 LOG_ERROR("Received on_role_discovery_complete with error code %s", error_code.c_str()); 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() 183 …LOG_ERROR("Received on_read_link_policy_settings_complete with error code %s", error_code.c_str()); 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() 197 …LOG_ERROR("Received on_read_automatic_flush_timeout_complete with error code %s", error_code.c_str… 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() 211 …LOG_ERROR("Received on_read_transmit_power_level_complete with error code %s", error_code.c_str()); 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() 225 …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 | 164 LOG_ERROR("No callbacks to call"); in on_incoming_connection() 185 LOG_ERROR("Request has unknown ConnectionRequestLinkType."); in on_incoming_connection() 310 LOG_ERROR("Received on_connection_packet_type_changed with invalid packet"); in on_connection_packet_type_changed() 315 … LOG_ERROR("Received on_connection_packet_type_changed with error code %s", error_code.c_str()); in on_connection_packet_type_changed() 331 LOG_ERROR("Received on_central_link_key_complete with invalid packet"); in on_central_link_key_complete() 336 LOG_ERROR("Received on_central_link_key_complete with error code %s", error_code.c_str()); in on_central_link_key_complete() 353 LOG_ERROR("Received on_authentication_complete with invalid packet"); in on_authentication_complete() 405 LOG_ERROR("Received on_change_connection_link_key_complete with invalid packet"); in on_change_connection_link_key_complete() 410 …LOG_ERROR("Received on_change_connection_link_key_complete with error code %s", error_code.c_str()… in on_change_connection_link_key_complete() 426 LOG_ERROR("Received on_read_clock_offset_complete with invalid packet"); in on_read_clock_offset_complete() [all …]
|
/system/bt/test/rootcanal/ |
D | bluetooth_hci.cc | 56 LOG_ERROR("BluetoothDeathRecipient::serviceDied - Bluetooth service died"); in serviceDied() 89 LOG_ERROR("cb == nullptr! -> Unable to call initializationComplete(ERR)"); in initialize_impl() 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() [all …]
|
/system/bt/btif/src/ |
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()
|
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/hci/src/ |
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_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()
|
D | hci_layer.cc | 220 LOG_ERROR("%s unable to create startup timer.", __func__); in hci_module_start_up() 226 LOG_ERROR("%s unable to create command response 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() 242 LOG_ERROR("%s unable to create list for commands pending response.", 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() 478 LOG_ERROR("%s restarting the Bluetooth process.", __func__); in hci_timeout_abort() 494 LOG_ERROR("%s: %d commands pending response", __func__, in command_timed_out_log_info() 506 LOG_ERROR("%s: Waited %d ms for a response to opcode: 0x%x %s", __func__, in command_timed_out_log_info() [all …]
|
/system/bt/gd/hal/ |
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() 292 LOG_ERROR("Failed to write packet payload 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() [all …]
|
/system/bt/gd/facade/ |
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()
|
/system/bt/gd/os/ |
D | log.h | 59 #define LOG_ERROR(fmt, args...) ALOGE("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) macro 92 #define LOG_ERROR(...) LOGWRAPPER(__VA_ARGS__) macro 103 #define android_errorWriteLog(tag, subTag) LOG_ERROR("ERROR tag: 0x%x, sub_tag: %s", tag, subTag) 108 LOG_ERROR("ERROR tag: 0x%x, sub_tag: %s", tag, subTag)
|
/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | hci_protocol.cc | 34 LOG_ERROR("%s error writing to UART (%s)", __func__, strerror(errno)); in WriteSafely() 39 LOG_ERROR("%s zero bytes written - something went wrong...", __func__); in WriteSafely()
|
/system/bt/btcore/src/ |
D | module.cc | 67 LOG_ERROR("%s Failed to initialize module \"%s\"", __func__, module->name); in module_init() 87 LOG_ERROR("%s Failed to start up module \"%s\"", __func__, module->name); in module_start_up() 106 LOG_ERROR("%s Failed to shutdown module \"%s\". Continuing anyway.", in module_shut_down() 124 LOG_ERROR("%s Failed to cleanup module \"%s\". Continuing anyway.", in module_clean_up()
|