/system/bt/packet/avrcp/ |
D | play_item.cc | 73 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 74 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 76 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 79 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; in ToString() 81 ss << " └ UID = " << loghex(GetUid()) << std::endl; in ToString() 82 ss << " └ UID Counter = " << loghex(GetUidCounter()) << std::endl; in ToString()
|
D | set_addressed_player.cc | 63 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 64 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 66 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 69 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; in ToString() 70 ss << " └ Player ID = " << loghex(GetPlayerId()) << std::endl; in ToString()
|
D | set_absolute_volume.cc | 62 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 63 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 65 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 68 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; in ToString()
|
D | register_notification_packet.cc | 60 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 61 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 63 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 66 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; in ToString() 249 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 250 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 252 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 255 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; in ToString() 257 ss << " └ Interval = " << loghex(GetInterval()) << std::endl; in ToString()
|
D | get_element_attributes_packet.cc | 65 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 66 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 68 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 72 ss << " └ Identifier = " << loghex(GetIdentifier()) << std::endl; in ToString() 78 ss << " └ " << loghex((uint32_t)(*it)) << std::endl; in ToString()
|
D | vendor_packet.cc | 115 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 116 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 118 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 121 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; in ToString() 124 ss << " " << loghex(*it); in ToString()
|
D | pass_through_packet.cc | 64 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 65 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 68 ss << " └ Opperation ID = " << loghex(GetOperationId()) << std::endl; in ToString()
|
D | capabilities_packet.cc | 62 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 63 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 65 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 68 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; in ToString()
|
D | get_item_attributes.cc | 135 ss << " └ UID Requested = " << loghex(GetUid()) << std::endl; in ToString() 136 ss << " └ UID Counter = " << loghex(GetUidCounter()) << std::endl; in ToString() 137 ss << " └ Num Attributes = " << loghex(GetNumAttributes()) << std::endl; in ToString() 142 ss << " └ " << loghex((uint32_t)(*it)) << std::endl; in ToString()
|
D | avrcp_packet.cc | 100 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 101 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 105 ss << " " << loghex(*it); in ToString()
|
/system/bt/stack/gatt/ |
D | gatt_api.cc | 225 << ", s_hdl=" << loghex(list.asgn_range.s_handle) in GATTS_AddService() 226 << ", e_hdl=" << loghex(list.asgn_range.e_handle) in GATTS_AddService() 242 VLOG(1) << "Invalid configuration property=" << loghex(el->properties) in GATTS_AddService() 243 << ", perm=" << loghex(el->permissions); in GATTS_AddService() 320 VLOG(1) << __func__ << ": allocated el s_hdl=" << loghex(elem.s_hdl) in GATTS_AddService() 321 << ", e_hdl=" << loghex(elem.e_hdl) << ", type=" << loghex(elem.type) in GATTS_AddService() 322 << ", sdp_hdl=" << loghex(elem.sdp_handle); in GATTS_AddService() 382 VLOG(1) << "released handles s_hdl=" << loghex(it->asgn_range.s_handle) in GATTS_DeleteService() 383 << ", e_hdl=" << loghex(it->asgn_range.e_handle); in GATTS_DeleteService() 405 LOG(INFO) << __func__ << ": service = " << loghex(service_handle); in GATTS_StopService() [all …]
|
D | gatt_attr.cc | 313 VLOG(1) << "Unknown/unexpected LE GAP ATT request: " << loghex(type); in gatt_request_cback() 334 << ", conn_id: " << loghex(conn_id); in gatt_connect_cback() 522 << loghex(static_cast<uint8_t>(status)); in gatt_svc_read_cl_supp_feat_req() 543 << loghex(static_cast<uint8_t>(status)); in gatt_att_write_cl_supp_feat() 564 VLOG(1) << __func__ << " opcode: " << loghex(static_cast<uint8_t>(op)) in gatt_cl_op_cmpl_cback() 566 << " conn id: " << loghex(static_cast<uint8_t>(conn_id)); in gatt_cl_op_cmpl_cback() 581 VLOG(1) << __func__ << " cl_op_uuid " << loghex(cl_op_uuid); in gatt_cl_op_cmpl_cback() 755 VLOG(1) << __func__ << " p_clcb is NULL " << loghex(conn_id); in gatt_cl_read_sr_supp_feat_req() 762 << loghex(conn_id); in gatt_cl_read_sr_supp_feat_req() 881 << ", cl_supp_feat=" << loghex(tcb.cl_supp_feat) in gatt_sr_init_cl_status() [all …]
|
/system/bt/include/hardware/avrcp/ |
D | avrcp_logging_helper.h | 46 return "Unknown CType: " + loghex((uint8_t)type); in CTypeText() 61 return "Unknown Opcode: " + loghex((uint8_t)opcode); in OpcodeText() 80 return "Unknown Command PDU: " + loghex((uint8_t)pdu); in CommandPduText() 92 return "Unknown Packet Type: " + loghex((uint8_t)type); in PacketTypeText() 105 return "Unknown Capability: " + loghex((uint8_t)cap); in CapabilityText() 125 return "Unknown Event: " + loghex((uint8_t)event); in EventText() 144 return "Unknown Attribute Value: " + loghex((uint32_t)attr); in AttributeText() 178 return "Unknown Status: " + loghex((uint8_t)status); in StatusText() 193 return "Unknown Browse PDU: " + loghex((uint8_t)pdu); in BrowsePduText() 208 return "Unknown Scope: " + loghex((uint8_t)scope); in ScopeText() [all …]
|
/system/bt/stack/eatt/ |
D | eatt_impl.h | 151 LOG(INFO) << __func__ << " Channel connected CID " << loghex(cid); in eatt_l2cap_connect_ind() 168 LOG(ERROR) << __func__ << " unknown cid: " << loghex(lcid); in eatt_l2cap_connect_cfm() 174 << " Could not connect CoC result: " << loghex(result); in eatt_l2cap_connect_cfm() 186 LOG(INFO) << __func__ << " Channel connected CID " << loghex(lcid); in eatt_l2cap_connect_cfm() 192 LOG(INFO) << __func__ << "lcid: " << loghex(lcid) in eatt_l2cap_reconfig_completed() 196 LOG(INFO) << __func__ << " reconfig failed lcid: " << loghex(lcid) in eatt_l2cap_reconfig_completed() 197 << " result: " << loghex(p_cfg->result); in eatt_l2cap_reconfig_completed() 216 LOG(INFO) << __func__ << " cid: " << loghex(lcid) << " reason " in eatt_l2cap_error_cb() 217 << loghex(reason); in eatt_l2cap_error_cb() 247 LOG(INFO) << __func__ << " cid: " << loghex(lcid); in eatt_l2cap_disconnect_ind() [all …]
|
/system/bt/bta/vc/ |
D | vc.cc | 200 << loghex(connection_id); in OnServiceSearchComplete() 230 LOG(INFO) << __func__ << ": unknown conn_id=" << loghex(conn_id); in OnCharacteristicValueChanged() 250 LOG(ERROR) << __func__ << ": unknown handle=" << loghex(handle); in OnCharacteristicValueChanged() 255 LOG(INFO) << __func__ << ": handle=" << loghex(handle); in OnNotificationEvent() 268 LOG(INFO) << __func__ << ": malformed len=" << loghex(len); in OnVolumeControlStateChanged() 278 LOG(INFO) << __func__ << "volume " << loghex(device->volume) << "mute" in OnVolumeControlStateChanged() 279 << loghex(device->mute) << "change_counter" in OnVolumeControlStateChanged() 280 << loghex(device->change_counter); in OnVolumeControlStateChanged() 293 LOG(INFO) << __func__ << "flags " << loghex(device->flags); in OnVolumeControlFlagsChanged() 302 << "unknown connection_id=" << loghex(connection_id); in OnGattWriteCcc() [all …]
|
D | device.cc | 60 LOG(WARNING) << __func__ << ": no such handle=" << loghex(chrc_handle); in find_ccc_handle() 121 LOG(INFO) << "Found VCS, handle=" << loghex(service.handle); in UpdateHandles() 162 LOG(ERROR) << __func__ << ": failed, status=" << loghex(+status); in subscribe_for_notifications() 235 << " sec_flag=" << loghex(sec_flag); in IsEncryptionEnabled()
|
/system/bt/stack/rfcomm/ |
D | rfc_l2cap_if.cc | 230 VLOG(1) << __func__ << ": lcid=" << loghex(lcid) in RFCOMM_DisconnectInd() 234 LOG(WARNING) << __func__ << ": no mcb for lcid " << loghex(lcid); in RFCOMM_DisconnectInd() 255 << loghex(lcid); in RFCOMM_BufDataInd() 264 LOG(WARNING) << __func__ << ": Bad RFCOMM frame from lcid=" << loghex(lcid) in RFCOMM_BufDataInd() 291 << ": no for none-SABME event, lcid=" << loghex(lcid) in RFCOMM_BufDataInd() 296 << ": Disconnecting RFCOMM, lcid=" << loghex(lcid) in RFCOMM_BufDataInd() 307 << +rfc_cb.rfc.rx_frame.dlci << ", lcid=" << loghex(lcid) in RFCOMM_BufDataInd() 371 LOG(WARNING) << __func__ << "LCID reused lcid=:" << loghex(lcid) in rfc_find_lcid_mcb() 372 << ", current_lcid=" << loghex(p_mcb->lcid); in rfc_find_lcid_mcb()
|
/system/bt/bta/gatt/ |
D | database.cc | 64 tmp << "Service: handle=" << loghex(service.handle) in ToString() 65 << ", end_handle=" << loghex(service.end_handle) in ToString() 69 tmp << "\t Included service: handle=" << loghex(is.handle) in ToString() 70 << ", start_handle=" << loghex(is.start_handle) in ToString() 71 << ", end_handle=" << loghex(is.end_handle) << ", uuid=" << is.uuid in ToString() 77 << loghex(c.declaration_handle) in ToString() 78 << ", value_handle=" << loghex(c.value_handle) << ", uuid=" << c.uuid in ToString() 79 << ", prop=" << loghex(c.properties) << "\n"; in ToString() 82 tmp << "\t\t Descriptor: handle=" << loghex(d.handle) in ToString() 167 << loghex(attr.handle); in Deserialize()
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 210 << ", status=" << loghex(static_cast<uint8_t>(status)); in write_rpt_ctl_cfg_cb() 334 << ", hiSyncId=" << loghex(dev_info.hi_sync_id) in AddFromStorage() 436 DVLOG(2) << "Skipping unknown device, conn_id=" << loghex(conn_id); in OnConnectionUpdateComplete() 492 << loghex(static_cast<uint8_t>(p_data->conn_update.status)) in OnConnectionUpdateComplete() 606 DVLOG(2) << "Skipping unknown device, conn_id=" << loghex(conn_id); in OnServiceSearchComplete() 629 << loghex(tmp.handle); in OnServiceSearchComplete() 633 LOG(INFO) << "Found Hearing Aid service, handle=" << loghex(tmp.handle); in OnServiceSearchComplete() 652 << loghex(charac.value_handle); in OnServiceSearchComplete() 671 << ": audio_status_handle=" << loghex(charac.value_handle) in OnServiceSearchComplete() 672 << ", ccc=" << loghex(hearingDevice->audio_status_ccc_handle); in OnServiceSearchComplete() [all …]
|
/system/bt/profile/sdp/ |
D | sdp_logging_helper.h | 48 return "Unknown PduId: " + loghex((uint8_t)id); in PduIdText() 75 return "Unknown AttributeId: " + loghex((uint16_t)id); in AttributeIdText() 95 return "Unknown DataElementType: " + loghex((uint8_t)type); in DataElementTypeText() 114 return "Unknown DataElementSize: " + loghex((uint8_t)size); in DataElementSizeText()
|
/system/bt/profile/avrcp/ |
D | connection_handler.cc | 125 << " SDP Completed features=" << loghex(features); in ConnectDevice() 127 LOG(ERROR) << "Failed to do SDP: status=" << loghex(status) in ConnectDevice() 128 << " features=" << loghex(features) in ConnectDevice() 219 LOG(INFO) << __PRETTY_FUNCTION__ << ": handle=" << loghex(handle) in AvrcpConnect() 220 << " status= " << loghex(status); in AvrcpConnect() 229 LOG(INFO) << __PRETTY_FUNCTION__ << ": handle=" << loghex(handle) in InitiatorControlCb() 230 << " result=" << loghex(result) in InitiatorControlCb() 317 LOG(INFO) << __PRETTY_FUNCTION__ << ": handle=" << loghex(handle) in AcceptorControlCb() 318 << " result=" << loghex(result) in AcceptorControlCb() 344 << ": No device found for handle: " << loghex(handle); in AcceptorControlCb() [all …]
|
/system/bt/btif/src/ |
D | btif_bqr.cc | 93 << "Handle: " << loghex(bqr_log_dump_event_.connection_handle) in WriteLmpLlTraceLogFile() 115 << "Handle: " << loghex(bqr_log_dump_event_.connection_handle) in WriteBtSchedulingTraceLogFile() 127 << ", Handle: " << loghex(bqr_link_quality_event_.connection_handle) in ToString() 258 << ": Event Mask: " << loghex(bqr_config.quality_event_mask) in EnableBtQualityReport() 269 << ", Mask: " << loghex(bqr_config.quality_event_mask) in ConfigureBqr() 275 << loghex(static_cast<uint8_t>(bqr_config.report_action)) in ConfigureBqr() 276 << ", Mask: " << loghex(bqr_config.quality_event_mask) in ConfigureBqr() 302 LOG(ERROR) << __func__ << ": Fail to configure BQR. status: " << loghex(status); in BqrVscCompleteCallback() 317 << ", current event mask: " << loghex(current_quality_event_mask); in BqrVscCompleteCallback() 322 LOG(INFO) << __func__ << ": current_evt_mask: " << loghex(current_evt_mask); in ConfigureBqrCmpl() [all …]
|
/system/bt/common/ |
D | metrics.cc | 594 LOG(WARNING) << __func__ << ": failed to log status " << loghex(cmd_status) in LogLinkLayerConnectionEvent() 595 << ", reason " << loghex(reason_code) << " from cmd " in LogLinkLayerConnectionEvent() 596 << loghex(hci_cmd) << ", event " << loghex(hci_event) in LogLinkLayerConnectionEvent() 597 << ", ble_event " << loghex(hci_ble_event) << " for " in LogLinkLayerConnectionEvent() 599 << loghex(link_type) << ", error " << ret; in LogLinkLayerConnectionEvent() 608 LOG(WARNING) << __func__ << ": failed for opcode " << loghex(hci_cmd) in LogHciTimeoutEvent() 620 << loghex(status) << ", version " << loghex(version) in LogRemoteVersionInfo() 621 << ", manufacturer_name " << loghex(manufacturer_name) in LogRemoteVersionInfo() 622 << ", subversion " << loghex(subversion) << ", error " << ret; in LogRemoteVersionInfo() 721 << handle << ", status " << loghex(cmd_status) << ", rssi " in LogReadRssiResult() [all …]
|
/system/bt/bta/jv/ |
D | bta_jv_act.cc | 144 << ", handle=" << loghex(p_cb->handle); in bta_jv_alloc_rfc_cb() 221 << ", jv handle=" << loghex(p_pcb->handle); in bta_jv_free_rfc_cb() 254 << ", jv handle=" << loghex(p_pcb->handle) in bta_jv_free_rfc_cb() 269 LOG(WARNING) << __func__ << ": Remove jv handle=" << loghex(p_pcb->handle) in bta_jv_free_rfc_cb() 380 VLOG(2) << __func__ << ": jv_handle=" << loghex(jv_handle) in bta_jv_free_set_pm_profile_cb() 405 LOG(WARNING) << __func__ << ": jv_handle=" << loghex(jv_handle) in bta_jv_free_set_pm_profile_cb() 415 LOG(WARNING) << __func__ << ": jv_handle=" << loghex(jv_handle) in bta_jv_free_set_pm_profile_cb() 476 VLOG(2) << __func__ << ": handle=" << loghex(jv_handle) in bta_jv_alloc_set_pm_profile_cb() 492 LOG(WARNING) << __func__ << ": handle=" << loghex(jv_handle) in bta_jv_alloc_set_pm_profile_cb() 578 VLOG(2) << __func__ << ": Reusing PSM=" << loghex(psm); in bta_jv_get_free_psm() [all …]
|
/system/bt/packet/tests/base/ |
D | packet_test_common.h | 25 std::string loghex(T x) { in loghex() function 47 ss << " " << loghex(*it); in ToString()
|