/system/bt/osi/src/ |
D | semaphore.cc | 47 LOG_ERROR(LOG_TAG, "%s unable to allocate semaphore: %s", __func__, in semaphore_new() 68 LOG_ERROR(LOG_TAG, "%s unable to wait on semaphore: %s", __func__, in semaphore_wait() 78 LOG_ERROR(LOG_TAG, "%s unable to get flags for semaphore fd: %s", __func__, in semaphore_try_wait() 83 LOG_ERROR(LOG_TAG, "%s unable to set O_NONBLOCK for semaphore fd: %s", in semaphore_try_wait() 93 LOG_ERROR(LOG_TAG, "%s unable to restore flags for semaphore fd: %s", in semaphore_try_wait() 103 LOG_ERROR(LOG_TAG, "%s unable to post to semaphore: %s", __func__, in semaphore_post()
|
D | wakelock.cc | 115 LOG_ERROR(LOG_TAG, "%s unable to acquire wake lock: %d", __func__, status); in wakelock_acquire() 127 LOG_ERROR(LOG_TAG, "%s lock not acquired, invalid fd", __func__); in wakelock_acquire_native() 132 LOG_ERROR(LOG_TAG, "%s not acquiring lock: can't release lock", __func__); in wakelock_acquire_native() 139 LOG_ERROR(LOG_TAG, "%s wake lock not acquired: %s", __func__, in wakelock_acquire_native() 172 LOG_ERROR(LOG_TAG, "%s lock not released, invalid fd", __func__); in wakelock_release_native() 178 LOG_ERROR(LOG_TAG, "%s can't release wake lock: %s", __func__, in wakelock_release_native() 181 LOG_ERROR(LOG_TAG, "%s lock release only wrote %zd, assuming released", in wakelock_release_native() 200 LOG_ERROR(LOG_TAG, "%s can't open wake lock %s: %s", __func__, in wakelock_initialize_native() 209 LOG_ERROR(LOG_TAG, "%s can't open wake unlock %s: %s", __func__, in wakelock_initialize_native() 217 LOG_ERROR(LOG_TAG, "%s releasing wake lock as part of cleanup", __func__); in wakelock_cleanup() [all …]
|
D | reactor.cc | 77 LOG_ERROR(LOG_TAG, "%s unable to create epoll instance: %s", __func__, in reactor_new() 84 LOG_ERROR(LOG_TAG, "%s unable to create eventfd: %s", __func__, in reactor_new() 92 LOG_ERROR(LOG_TAG, "%s unable to allocate object invalidation list.", in reactor_new() 102 LOG_ERROR(LOG_TAG, "%s unable to register eventfd with epoll set: %s", in reactor_new() 162 LOG_ERROR(LOG_TAG, "%s unable to register fd %d to epoll set: %s", __func__, in reactor_register() 185 LOG_ERROR(LOG_TAG, "%s unable to modify interest set for fd %d: %s", in reactor_change_registration() 203 LOG_ERROR(LOG_TAG, "%s unable to unregister fd %d from epoll set: %s", in reactor_unregister() 250 LOG_ERROR(LOG_TAG, "%s error in epoll_wait: %s", __func__, in run_reactor()
|
D | alarm.cc | 320 LOG_ERROR(LOG_TAG, "%s unable to allocate alarm list.", __func__); in lazy_initialize() 336 LOG_ERROR(LOG_TAG, "%s unable to create alarm expired semaphore", __func__); in lazy_initialize() 343 LOG_ERROR(LOG_TAG, "%s unable to create default alarm callbacks thread.", in lazy_initialize() 350 LOG_ERROR(LOG_TAG, "%s unable to create default alarm callbacks queue.", in lazy_initialize() 360 LOG_ERROR(LOG_TAG, "%s unable to create alarm callback thread.", __func__); in lazy_initialize() 396 LOG_ERROR(LOG_TAG, "%s unable to get current time: %s", __func__, in now_ms() 479 LOG_ERROR(LOG_TAG, "%s unable to acquire wake lock", __func__); in reschedule_root_alarm() 513 LOG_ERROR(LOG_TAG, "%s unable to set wakeup timer: %s", __func__, in reschedule_root_alarm() 525 LOG_ERROR(LOG_TAG, "%s unable to set timer: %s", __func__, strerror(errno)); in reschedule_root_alarm() 655 LOG_ERROR(LOG_TAG, "%s: message loop already NULL. Alarm: %s", __func__, in callback_dispatch() [all …]
|
/system/bt/stack/a2dp/ |
D | a2dp_vendor_ldac_abr.cc | 71 LOG_ERROR(LOG_TAG, "%s: cannot open LDAC ABR library %s: %s", __func__, in A2DP_VendorLoadLdacAbr() 81 LOG_ERROR(LOG_TAG, in A2DP_VendorLoadLdacAbr() 91 LOG_ERROR(LOG_TAG, in A2DP_VendorLoadLdacAbr() 101 LOG_ERROR(LOG_TAG, in A2DP_VendorLoadLdacAbr() 111 LOG_ERROR(LOG_TAG, in A2DP_VendorLoadLdacAbr() 121 LOG_ERROR(LOG_TAG, in A2DP_VendorLoadLdacAbr()
|
D | a2dp_aac_encoder.cc | 162 LOG_ERROR(LOG_TAG, in updateEncoderUserConfig() 196 LOG_ERROR(LOG_TAG, "%s: Cannot open AAC encoder handle: AAC error 0x%x", in a2dp_aac_encoder_update() 204 LOG_ERROR(LOG_TAG, in a2dp_aac_encoder_update() 277 LOG_ERROR(LOG_TAG, in a2dp_aac_encoder_update() 286 LOG_ERROR(LOG_TAG, in a2dp_aac_encoder_update() 298 LOG_ERROR(LOG_TAG, in a2dp_aac_encoder_update() 310 LOG_ERROR(LOG_TAG, in a2dp_aac_encoder_update() 322 LOG_ERROR(LOG_TAG, in a2dp_aac_encoder_update() 340 LOG_ERROR(LOG_TAG, in a2dp_aac_encoder_update() 349 LOG_ERROR(LOG_TAG, in a2dp_aac_encoder_update() [all …]
|
D | a2dp_sbc_decoder.cc | 48 LOG_ERROR(LOG_TAG, in a2dp_sbc_decoder_init() 67 LOG_ERROR(LOG_TAG, "%s: Empty packet", __func__); in a2dp_sbc_decoder_decode_packet() 85 LOG_ERROR(LOG_TAG, "%s: Decoding failure: %d", __func__, status); in a2dp_sbc_decoder_decode_packet()
|
D | a2dp_sbc.cc | 333 LOG_ERROR(LOG_TAG, "%s: A2DP_BuildInfoSbc failed", __func__); in A2DP_InitDefaultCodecSbc() 352 LOG_ERROR(LOG_TAG, "%s: parsing failed %d", __func__, status); in A2DP_CodecInfoMatchesCapabilitySbc() 408 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_CodecTypeEqualsSbc() 414 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_CodecTypeEqualsSbc() 434 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_CodecEqualsSbc() 440 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_CodecEqualsSbc() 465 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_GetTrackSampleRateSbc() 491 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_GetTrackBitsPerSampleSbc() 505 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_GetTrackChannelCountSbc() 529 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_GetNumberOfSubbandsSbc() [all …]
|
D | a2dp_aac_decoder.cc | 73 LOG_ERROR(LOG_TAG, "%s: aacDecoder_Fill failed: 0x%x", __func__, in a2dp_aac_decoder_decode_packet() 86 LOG_ERROR(LOG_TAG, "%s: aacDecoder_DecodeFrame failed: 0x%x", __func__, in a2dp_aac_decoder_decode_packet() 94 LOG_ERROR(LOG_TAG, "%s: Invalid stream info", __func__); in a2dp_aac_decoder_decode_packet()
|
D | a2dp_vendor_ldac_decoder.cc | 121 LOG_ERROR(LOG_TAG, in load_func() 139 LOG_ERROR(LOG_TAG, "%s: cannot open LDAC decoder library %s: %s", __func__, in A2DP_VendorLoadDecoderLdac() 221 LOG_ERROR(LOG_TAG, "%s Dropping packet with nullptr", __func__); in a2dp_vendor_ldac_decoder_decode_packet() 250 LOG_ERROR(LOG_TAG, "%s: ldacDecoder_Fill failed: 0x%x", __func__, in a2dp_vendor_ldac_decoder_decode_packet() 266 LOG_ERROR(LOG_TAG, "%s: ldacDecoder_DecodeFrame failed: %d:%d:%d", in a2dp_vendor_ldac_decoder_decode_packet()
|
D | a2dp_aac.cc | 274 LOG_ERROR(LOG_TAG, "%s: parsing failed %d", __func__, status); in A2DP_CodecInfoMatchesCapabilityAac() 322 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_CodecTypeEqualsAac() 328 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_CodecTypeEqualsAac() 345 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_CodecEqualsAac() 351 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_CodecEqualsAac() 370 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_GetTrackSampleRateAac() 411 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_GetTrackBitsPerSampleAac() 426 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_GetTrackChannelCountAac() 447 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_GetSinkTrackChannelTypeAac() 468 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_GetObjectTypeCodeAac() [all …]
|
D | a2dp_vendor_aptx.cc | 211 LOG_ERROR(LOG_TAG, "%s: parsing failed %d", __func__, status); in A2DP_CodecInfoMatchesCapabilityAptx() 254 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorCodecTypeEqualsAptx() 260 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorCodecTypeEqualsAptx() 277 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorCodecEqualsAptx() 283 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorCodecEqualsAptx() 305 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorGetTrackSampleRateAptx() 322 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorGetTrackBitsPerSampleAptx() 337 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorGetTrackChannelCountAptx() 472 LOG_ERROR(LOG_TAG, "%s: cannot load the encoder", __func__); in init() 649 LOG_ERROR(LOG_TAG, "%s: can't parse peer's capabilities: error = %d", in setCodecConfig() [all …]
|
D | a2dp_vendor_aptx_hd.cc | 229 LOG_ERROR(LOG_TAG, "%s: parsing failed %d", __func__, status); in A2DP_CodecInfoMatchesCapabilityAptxHd() 268 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorCodecTypeEqualsAptxHd() 274 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorCodecTypeEqualsAptxHd() 291 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorCodecEqualsAptxHd() 297 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorCodecEqualsAptxHd() 320 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorGetTrackSampleRateAptxHd() 338 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorGetTrackBitsPerSampleAptxHd() 354 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorGetTrackChannelCountAptxHd() 490 LOG_ERROR(LOG_TAG, "%s: cannot load the encoder", __func__); in init() 667 LOG_ERROR(LOG_TAG, "%s: can't parse peer's capabilities: error = %d", in setCodecConfig() [all …]
|
/system/bt/gd/os/ |
D | log.h | 33 #define LOG_ERROR(fmt, args...) ALOGE("%s: " fmt, __PRETTY_FUNCTION__, ##args) macro 47 #define LOG_ERROR(...) LOGWRAPPER(__VA_ARGS__) macro 53 LOG_ERROR("%s:%d assertion '" #condition "' failed", __FILE__, __LINE__); \ 59 LOG_ERROR("%s:%d assertion '" #condition "' failed - " fmt, __FILE__, __LINE__, ##args); \
|
/system/bt/btif/src/ |
D | btif_sock_sco.cc | 141 LOG_ERROR(LOG_TAG, "%s unable to allocate socket pair: %s", __func__, in sco_socket_establish_locked() 148 LOG_ERROR(LOG_TAG, "%s unable to allocate new SCO socket.", __func__); in sco_socket_establish_locked() 157 LOG_ERROR(LOG_TAG, "%s unable to create SCO socket: %d", __func__, status); in sco_socket_establish_locked() 163 LOG_ERROR(LOG_TAG, "%s unable to allocate socket from file descriptor %d.", in sco_socket_establish_locked() 229 LOG_ERROR(LOG_TAG, "%s unable to find sco_socket for handle: %hu", __func__, in connection_request_cb() 235 LOG_ERROR( in connection_request_cb() 244 LOG_ERROR(LOG_TAG, "%s unable to allocate new sco_socket.", __func__); in connection_request_cb() 262 LOG_ERROR(LOG_TAG, in connection_request_cb() 283 LOG_ERROR(LOG_TAG, "%s SCO socket not found on connect for handle: %hu", in connect_completed_cb() 305 LOG_ERROR(LOG_TAG, "%s SCO socket not found on disconnect for handle: %hu", in disconnect_completed_cb()
|
D | btif_sock.cc | 76 LOG_ERROR(LOG_TAG, "%s unable to create btsock_thread.", __func__); in btif_sock_init() 82 LOG_ERROR(LOG_TAG, "%s error initializing RFCOMM sockets: %d", __func__, in btif_sock_init() 89 LOG_ERROR(LOG_TAG, "%s error initializing L2CAP sockets: %d", __func__, in btif_sock_init() 96 LOG_ERROR(LOG_TAG, "%s error creating new thread.", __func__); in btif_sock_init() 103 LOG_ERROR(LOG_TAG, "%s error initializing SCO sockets: %d", __func__, in btif_sock_init() 162 LOG_ERROR(LOG_TAG, "%s: type BTSOCK_L2CAP_LE: invalid channel=%d", in btsock_listen() 179 LOG_ERROR(LOG_TAG, "%s unknown/unsupported socket type: %d", __func__, in btsock_listen() 230 LOG_ERROR(LOG_TAG, "%s unknown/unsupported socket type: %d", __func__, in btsock_connect()
|
D | btif_a2dp_sink.cc | 170 LOG_ERROR(LOG_TAG, "%s: A2DP Sink media task already running", __func__); in btif_a2dp_sink_init() 180 LOG_ERROR(LOG_TAG, "%s: unable to start up media thread", __func__); in btif_a2dp_sink_init() 368 LOG_ERROR(LOG_TAG, "%s: unknown event %d", __func__, p_msg->event); in btif_a2dp_sink_command_ready() 466 LOG_ERROR(LOG_TAG, "%s: unable to allocate decode alarm", __func__); in btif_a2dp_sink_audio_handle_start_decoding() 490 LOG_ERROR(LOG_TAG, "%s: decoding failed", __func__); in btif_a2dp_sink_handle_inc_media() 557 LOG_ERROR(LOG_TAG, "%s: cannot get the track frequency", __func__); in btif_a2dp_sink_decoder_update_event() 562 LOG_ERROR(LOG_TAG, "%s: cannot get the bits per sample", __func__); in btif_a2dp_sink_decoder_update_event() 567 LOG_ERROR(LOG_TAG, "%s: cannot get the channel count", __func__); in btif_a2dp_sink_decoder_update_event() 572 LOG_ERROR(LOG_TAG, "%s: cannot get the Sink channel type", __func__); in btif_a2dp_sink_decoder_update_event() 584 LOG_ERROR(LOG_TAG, "%s: cannot stream audio: no source decoder interface", in btif_a2dp_sink_decoder_update_event() [all …]
|
/system/bt/hci/src/ |
D | btsnoop_net.cc | 59 LOG_ERROR(LOG_TAG, "%s pthread_create failed: %s", __func__, in btsnoop_net_open() 99 LOG_ERROR(LOG_TAG, "%s socket creation failed: %s", __func__, in listen_fn_() 106 LOG_ERROR(LOG_TAG, "%s unable to set SO_REUSEADDR: %s", __func__, in listen_fn_() 116 LOG_ERROR(LOG_TAG, "%s unable to bind listen socket: %s", __func__, in listen_fn_() 122 LOG_ERROR(LOG_TAG, "%s unable to listen: %s", __func__, strerror(errno)); in listen_fn_()
|
D | hci_layer_android.cc | 60 LOG_ERROR(LOG_TAG, "Bluetooth HAL service died!"); in serviceDied() 121 LOG_ERROR(LOG_TAG, "%s: Unable to set the death recipient for the Bluetooth HAL", __func__); in hci_initialize() 138 LOG_ERROR(LOG_TAG, "%s: Error unlinking death recipient from the Bluetooth HAL", __func__); in hci_close() 161 LOG_ERROR(LOG_TAG, "Unknown packet type (%d)", event); in hci_transmit() 168 LOG_ERROR(LOG_TAG, "%s unable to rename '%s' to '%s': %s", __func__, in hci_open_firmware_log_file() 177 LOG_ERROR(LOG_TAG, "%s unable to open '%s': %s", __func__, LOG_PATH, in hci_open_firmware_log_file()
|
D | hci_layer.cc | 188 LOG_ERROR(LOG_TAG, "%s unable to create startup timer.", __func__); in hci_module_start_up() 194 LOG_ERROR(LOG_TAG, "%s unable to create command response timer.", __func__); in hci_module_start_up() 200 LOG_ERROR(LOG_TAG, "%s unable to start thread.", __func__); in hci_module_start_up() 204 LOG_ERROR(LOG_TAG, "%s unable to make thread RT.", __func__); in hci_module_start_up() 210 LOG_ERROR(LOG_TAG, in hci_module_start_up() 355 LOG_ERROR(LOG_TAG, "%s", __func__); in startup_timer_expired() 440 LOG_ERROR(LOG_TAG, "%s restarting the Bluetooth process.", __func__); in hci_timeout_abort() 449 LOG_ERROR(LOG_TAG, "%s: %d commands pending response", __func__, in command_timed_out_log_info() 461 LOG_ERROR(LOG_TAG, "%s: Waited %d ms for a response to opcode: 0x%x %s", in command_timed_out_log_info() 468 LOG_ERROR(LOG_TAG, "%s: Size %d Hex %02x %02x %02x %02x", __func__, in command_timed_out_log_info() [all …]
|
/system/bt/stack/l2cap/ |
D | l2cap_client.cc | 100 LOG_ERROR(LOG_TAG, "%s unable to allocate space for L2CAP client list.", in l2cap_client_new() 140 LOG_ERROR(LOG_TAG, "%s unable to create L2CAP connection.", __func__); in l2cap_client_connect() 152 LOG_ERROR(LOG_TAG, "%s unable to send disconnect message for LCID 0x%04x.", in l2cap_client_disconnect() 193 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client for LCID 0x%04x.", in connect_completed_cb() 199 LOG_ERROR(LOG_TAG, "%s error connecting L2CAP channel: %d.", __func__, in connect_completed_cb() 209 LOG_ERROR(LOG_TAG, "%s error sending L2CAP config parameters.", __func__); in connect_completed_cb() 220 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client matching LCID 0x%04x.", in config_request_cb() 250 LOG_ERROR(LOG_TAG, "%s unable to send config response for LCID 0x%04x.", in config_request_cb() 267 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client matching LCID 0x%04x.", in config_completed_cb() 309 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client with LCID 0x%04x.", in disconnect_request_cb() [all …]
|
/system/bt/osi/include/ |
D | log.h | 37 #define LOG_ERROR(...) LOGWRAPPER(__VA_ARGS__) macro 80 #define LOG_ERROR(tag, fmt, args...) \ macro 82 (true) ? ALOG(LOG_ERROR, tag, fmt, ##args) \
|
/system/bt/main/ |
D | bte_conf.cc | 38 LOG_ERROR(LOG_TAG, "%s unable to load DID config '%s'.", __func__, p_path); in bte_load_did_conf() 78 LOG_ERROR(LOG_TAG, in bte_load_did_conf() 99 LOG_ERROR(LOG_TAG, "%s unable to set device ID record %d: error %d.", in bte_load_did_conf()
|
/system/chre/host/common/include/chre_host/ |
D | log.h | 41 #define LOGE(format, ...) CHRE_LOG(LOG_ERROR, format, ##__VA_ARGS__) 59 #define LOG_ERROR(message, error_code) \ macro
|
/system/bt/service/ |
D | gatt_server_old.cc | 203 LOG_ERROR(LOG_TAG, "%s: Failed to register client", __func__); in ServiceAddedCallback() 285 LOG_ERROR(LOG_TAG, "%s: write failed: %s", __func__, strerror(errno)); in RequestWriteCallback() 326 LOG_ERROR(LOG_TAG, "%s: write failed: %s", __func__, strerror(errno)); in RequestExecWriteCallback() 483 LOG_ERROR(LOG_TAG, "Error getting GATT interface"); in Initialize() 489 LOG_ERROR(LOG_TAG, "Failed to initialize gatt interface"); in Initialize() 495 LOG_ERROR(LOG_TAG, "pipe creation failed: %s", strerror(errno)); in Initialize() 535 LOG_ERROR(LOG_TAG, "Error creating internals"); in Initialize() 543 LOG_ERROR(LOG_TAG, "Error initializing internals"); in Initialize() 549 LOG_ERROR(LOG_TAG, "Failed to register server"); in Initialize() 556 LOG_ERROR(LOG_TAG, "Initialization of server failed"); in Initialize() [all …]
|