/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()
|
D | change_path.cc | 79 ss << " └ UID Counter = " << loghex(GetUidCounter()) << std::endl; in ToString() 81 ss << " └ UID Requested = " << loghex(GetUid()) << std::endl; in ToString()
|
/system/bt/bta/gatt/ |
D | database.cc | 56 tmp << "Service: handle=" << loghex(service.handle) in ToString() 57 << ", end_handle=" << loghex(service.end_handle) in ToString() 61 tmp << "\t Included service: handle=" << loghex(is.handle) in ToString() 62 << ", start_handle=" << loghex(is.start_handle) in ToString() 63 << ", end_handle=" << loghex(is.end_handle) << ", uuid=" << is.uuid in ToString() 69 << loghex(c.declaration_handle) in ToString() 70 << ", value_handle=" << loghex(c.value_handle) << ", uuid=" << c.uuid in ToString() 71 << ", prop=" << loghex(c.properties) << "\n"; in ToString() 74 tmp << "\t\t Descriptor: handle=" << loghex(d.handle) in ToString() 152 << loghex(attr.handle); in Deserialize()
|
D | bta_gatts_act.cc | 403 << loghex(p_msg->api_indicate.hdr.layer_specific) in bta_gatts_indicate_handle() 416 << loghex(p_msg->api_indicate.attr_id); in bta_gatts_indicate_handle() 509 << ": fail conn_id=" << loghex(p_msg->hdr.layer_specific); in bta_gatts_close() 525 LOG(ERROR) << "Unknown connection_id=" << loghex(p_msg->hdr.layer_specific); in bta_gatts_close() 552 VLOG(1) << __func__ << ": conn_id=" << loghex(conn_id) in bta_gatts_send_request_cback() 572 LOG(ERROR) << "request received on unknown conn_id=" << loghex(conn_id); in bta_gatts_send_request_cback() 594 << ", conn_id=" << loghex(conn_id) << " connected=" << connected in bta_gatts_conn_cback() 595 << ", reason=" << loghex(reason); in bta_gatts_conn_cback()
|
/system/bt/stack/gatt/ |
D | gatt_api.cc | 207 << ", s_hdl=" << loghex(list.asgn_range.s_handle) in GATTS_AddService() 208 << ", e_hdl=" << loghex(list.asgn_range.e_handle) in GATTS_AddService() 224 VLOG(1) << "Invalid configuration property=" << loghex(el->properties) in GATTS_AddService() 225 << ", perm=" << loghex(el->permissions); in GATTS_AddService() 296 VLOG(1) << __func__ << ": allocated el s_hdl=" << loghex(elem.s_hdl) in GATTS_AddService() 297 << ", e_hdl=" << loghex(elem.e_hdl) << ", type=" << loghex(elem.type) in GATTS_AddService() 298 << ", sdp_hdl=" << loghex(elem.sdp_handle); in GATTS_AddService() 356 VLOG(1) << "released handles s_hdl=" << loghex(it->asgn_range.s_handle) in GATTS_DeleteService() 357 << ", e_hdl=" << loghex(it->asgn_range.e_handle); in GATTS_DeleteService() 379 LOG(INFO) << __func__ << ": " << loghex(service_handle); in GATTS_StopService() [all …]
|
D | gatt_attr.cc | 291 VLOG(1) << "Unknown/unexpected LE GAP ATT request: " << loghex(type); in gatt_request_cback() 312 << ", conn_id: " << loghex(conn_id) << "reason: " << loghex(reason); in gatt_connect_cback() 481 LOG(ERROR) << __func__ << " Read failed. Status: " << loghex(status); in gatt_svc_read_cl_supp_feat_req() 501 LOG(ERROR) << __func__ << " Write failed. Status: " << loghex(status); in gatt_att_write_cl_supp_feat() 522 VLOG(1) << __func__ << " opcode: " << loghex(op) in gatt_cl_op_cmpl_cback() 523 << " status: " << loghex(status) << " conn id: " << loghex(conn_id); in gatt_cl_op_cmpl_cback() 537 VLOG(1) << __func__ << " cl_op_uuid " << loghex(cl_op_uuid); in gatt_cl_op_cmpl_cback() 684 VLOG(1) << __func__ << " p_clcb is NULL " << loghex(conn_id); in gatt_svc_read_supp_feat_req() 691 << loghex(conn_id); in gatt_svc_read_supp_feat_req()
|
/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/rfcomm/ |
D | rfc_l2cap_if.cc | 261 VLOG(1) << __func__ << ": lcid=" << loghex(lcid) in RFCOMM_DisconnectInd() 268 LOG(WARNING) << __func__ << ": no mcb for lcid " << loghex(lcid); in RFCOMM_DisconnectInd() 289 << loghex(lcid); in RFCOMM_BufDataInd() 298 LOG(WARNING) << __func__ << ": Bad RFCOMM frame from lcid=" << loghex(lcid) in RFCOMM_BufDataInd() 325 << ": no for none-SABME event, lcid=" << loghex(lcid) in RFCOMM_BufDataInd() 330 << ": Disconnecting RFCOMM, lcid=" << loghex(lcid) in RFCOMM_BufDataInd() 341 << +rfc_cb.rfc.rx_frame.dlci << ", lcid=" << loghex(lcid) in RFCOMM_BufDataInd() 409 LOG(WARNING) << __func__ << "LCID reused lcid=:" << loghex(lcid) in rfc_find_lcid_mcb() 410 << ", current_lcid=" << loghex(p_mcb->lcid); in rfc_find_lcid_mcb()
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 202 << ", status=" << loghex(status); in write_rpt_ctl_cfg_cb() 326 << ", hiSyncId=" << loghex(dev_info.hi_sync_id) in AddFromStorage() 439 DVLOG(2) << "Skipping unknown device, conn_id=" << loghex(conn_id); in OnConnectionUpdateComplete() 495 << ": error status=" << loghex(p_data->conn_update.status) in OnConnectionUpdateComplete() 609 DVLOG(2) << "Skipping unknown device, conn_id=" << loghex(conn_id); in OnServiceSearchComplete() 632 << loghex(tmp.handle); in OnServiceSearchComplete() 636 LOG(INFO) << "Found Hearing Aid service, handle=" << loghex(tmp.handle); in OnServiceSearchComplete() 655 << loghex(charac.value_handle); in OnServiceSearchComplete() 674 << ": audio_status_handle=" << loghex(charac.value_handle) in OnServiceSearchComplete() 675 << ", ccc=" << loghex(hearingDevice->audio_status_ccc_handle); in OnServiceSearchComplete() [all …]
|
/system/bt/profile/avrcp/ |
D | connection_handler.cc | 122 << " SDP Completed features=" << loghex(features); in ConnectDevice() 124 LOG(ERROR) << "Failed to do SDP: status=" << loghex(status) in ConnectDevice() 125 << " features=" << loghex(features) in ConnectDevice() 205 LOG(INFO) << __PRETTY_FUNCTION__ << ": handle=" << loghex(handle) in AvrcpConnect() 206 << " status= " << loghex(status); in AvrcpConnect() 215 LOG(INFO) << __PRETTY_FUNCTION__ << ": handle=" << loghex(handle) in InitiatorControlCb() 216 << " result=" << loghex(result) in InitiatorControlCb() 303 LOG(INFO) << __PRETTY_FUNCTION__ << ": handle=" << loghex(handle) in AcceptorControlCb() 304 << " result=" << loghex(result) in AcceptorControlCb() 330 << ": No device found for handle: " << loghex(handle); in AcceptorControlCb() [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/btif/src/ |
D | btif_bqr.cc | 90 << "Handle: " << loghex(bqr_log_dump_event_.connection_handle) in WriteLmpLlTraceLogFile() 112 << "Handle: " << loghex(bqr_log_dump_event_.connection_handle) in WriteBtSchedulingTraceLogFile() 124 << ", Handle: " << loghex(bqr_link_quality_event_.connection_handle) in ToString() 254 << ": Event Mask: " << loghex(bqr_config.quality_event_mask) in EnableBtQualityReport() 265 << ", Mask: " << loghex(bqr_config.quality_event_mask) in ConfigureBqr() 271 << ", Mask: " << loghex(bqr_config.quality_event_mask) in ConfigureBqr() 297 LOG(ERROR) << __func__ << ": Fail to configure BQR. status: " << loghex(status); in BqrVscCompleteCallback() 312 << ", current event mask: " << loghex(current_quality_event_mask); in BqrVscCompleteCallback() 317 LOG(INFO) << __func__ << ": current_evt_mask: " << loghex(current_evt_mask); in ConfigureBqrCmpl() 372 << ": Unexpected ID: " << loghex(quality_report_id); in CategorizeBqrEvent() [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() 698 << handle << ", status " << loghex(cmd_status) << ", rssi " in LogReadRssiResult() [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()
|
/system/bt/hci/src/ |
D | btsnoop.cc | 297 << " cid=" << loghex(local_cid) << ":" << loghex(remote_cid); in whitelist_l2c_channel() 310 << ": Whitelisting rfcomm channel. L2CAP CID=" << loghex(local_cid) in whitelist_rfc_dlci() 311 << " DLCI=" << loghex(dlci); in whitelist_rfc_dlci() 325 << conn_handle << " cid=" << loghex(local_cid) << ":" in add_rfc_l2c_channel() 326 << loghex(remote_cid); in add_rfc_l2c_channel()
|
/system/bt/bta/jv/ |
D | bta_jv_act.cc | 186 << ", handle=" << loghex(p_cb->handle); in bta_jv_alloc_rfc_cb() 263 << ", jv handle=" << loghex(p_pcb->handle); in bta_jv_free_rfc_cb() 296 << ", jv handle=" << loghex(p_pcb->handle) in bta_jv_free_rfc_cb() 311 LOG(WARNING) << __func__ << ": Remove jv handle=" << loghex(p_pcb->handle) in bta_jv_free_rfc_cb() 422 VLOG(2) << __func__ << ": jv_handle=" << loghex(jv_handle) in bta_jv_free_set_pm_profile_cb() 447 LOG(WARNING) << __func__ << ": jv_handle=" << loghex(jv_handle) in bta_jv_free_set_pm_profile_cb() 457 LOG(WARNING) << __func__ << ": jv_handle=" << loghex(jv_handle) in bta_jv_free_set_pm_profile_cb() 518 VLOG(2) << __func__ << ": handle=" << loghex(jv_handle) in bta_jv_alloc_set_pm_profile_cb() 534 LOG(WARNING) << __func__ << ": handle=" << loghex(jv_handle) in bta_jv_alloc_set_pm_profile_cb() 622 VLOG(2) << __func__ << ": Reusing PSM=" << loghex(psm); in bta_jv_get_free_psm() [all …]
|