/packages/modules/Bluetooth/system/include/hardware/avrcp/ |
D | avrcp_logging_helper.h | 45 return "Unknown CType: " + loghex((uint8_t)type); in CTypeText() 60 return "Unknown Opcode: " + loghex((uint8_t)opcode); in OpcodeText() 82 return "Unknown Command PDU: " + loghex((uint8_t)pdu); in CommandPduText() 94 return "Unknown Packet Type: " + loghex((uint8_t)type); in PacketTypeText() 107 return "Unknown Capability: " + loghex((uint8_t)cap); in CapabilityText() 127 return "Unknown Event: " + loghex((uint8_t)event); in EventText() 146 return "Unknown Attribute Value: " + loghex((uint32_t)attr); in AttributeText() 180 return "Unknown Status: " + loghex((uint8_t)status); in StatusText() 195 return "Unknown Browse PDU: " + loghex((uint8_t)pdu); in BrowsePduText() 210 return "Unknown Scope: " + loghex((uint8_t)scope); in ScopeText() [all …]
|
/packages/modules/Bluetooth/system/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 | register_notification_packet.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() 272 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 273 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 275 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 278 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; in ToString() 280 ss << " └ Interval = " << loghex(GetInterval()) << std::endl; in ToString()
|
D | set_player_application_setting_value.cc | 94 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 95 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 97 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 100 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; in ToString() 101 ss << " └ Num Attributes = " << loghex(GetNumberOfRequestedAttributes()) in ToString()
|
D | get_current_player_application_setting_value.cc | 89 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 90 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 92 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 95 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; in ToString() 96 ss << " └ Num Attributes = " << loghex(GetNumberOfRequestedAttributes()) 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 | get_element_attributes_packet.cc | 67 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 68 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 70 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 74 ss << " └ Identifier = " << loghex(GetIdentifier()) << std::endl; in ToString() 80 ss << " └ " << loghex((uint32_t)(*it)) << std::endl; in ToString()
|
D | vendor_packet.cc | 119 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 120 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 122 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 125 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; in ToString() 128 ss << " " << loghex(*it); in ToString()
|
D | list_player_application_setting_values.cc | 69 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 70 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 72 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 75 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; 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 | 66 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 67 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 69 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 72 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 | 99 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 100 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 104 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()
|
D | get_folder_items.cc | 300 ss << " └ Start Item = " << loghex(GetStartItem()) << std::endl; in ToString() 301 ss << " └ End Item = " << loghex(GetEndItem()) << std::endl; in ToString() 302 ss << " └ Attribute Count = " << loghex(GetNumAttributes()) << std::endl; in ToString()
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | database.cc | 69 tmp << "Service: handle=" << loghex(service.handle) in ToString() 70 << ", end_handle=" << loghex(service.end_handle) in ToString() 74 tmp << "\t Included service: handle=" << loghex(is.handle) in ToString() 75 << ", start_handle=" << loghex(is.start_handle) in ToString() 76 << ", end_handle=" << loghex(is.end_handle) << ", uuid=" << is.uuid in ToString() 82 << loghex(c.declaration_handle) in ToString() 83 << ", value_handle=" << loghex(c.value_handle) << ", uuid=" << c.uuid in ToString() 84 << ", prop=" << loghex(c.properties) << "\n"; in ToString() 87 tmp << "\t\t Descriptor: handle=" << loghex(d.handle) in ToString()
|
D | bta_gattc_utils.cc | 828 << " cif_mask: " << loghex(p_bg_track->cif_mask); in bta_gatt_client_dump() 856 stream << " conn_id: " << loghex(p_clcb->bta_conn_id) in bta_gatt_client_dump() 876 << " blocked_conn_id: " << loghex(p_known_server->blocked_conn_id) in bta_gatt_client_dump()
|
/packages/modules/Bluetooth/system/profile/sdp/ |
D | sdp_logging_helper.h | 45 return "Unknown PduId: " + loghex((uint8_t)id); in PduIdText() 72 return "Unknown AttributeId: " + loghex((uint16_t)id); in AttributeIdText() 92 return "Unknown DataElementType: " + loghex((uint8_t)type); in DataElementTypeText() 111 return "Unknown DataElementSize: " + loghex((uint8_t)size); in DataElementSizeText()
|
/packages/modules/Bluetooth/system/bta/has/ |
D | has_journal.cc | 38 os << ", \"status\": \"" << loghex(r.op_status) << "\""; in operator <<() 49 << loghex(std::get<uint8_t>(r.event)) << "\"}"; in operator <<()
|
/packages/modules/Bluetooth/system/internal_include/ |
D | bt_trace.h | 36 std::string loghex(T x) { in loghex() function 47 std::string loghex(std::array<T, N> array) { in loghex() function
|
/packages/modules/Bluetooth/system/packet/tests/base/ |
D | packet_test_common.h | 27 std::string loghex(T x) { in loghex() function 49 ss << " " << loghex(*it); in ToString()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | state_machine.cc | 479 kLogCisCreateOp + "STATUS=" + loghex(status)); in ProcessHciNotifOnCigCreate() 547 kLogCigRemoveOp + " STATUS=" + loghex(status)); in ProcessHciNotifyOnCigRemoveRecovering() 573 kLogCigRemoveOp + " STATUS=" + loghex(status)); in ProcessHciNotifOnCigRemove() 608 kLogSetDataPathOp + "cis_h:" + loghex(conn_handle) + in ProcessHciNotifSetupIsoDataPath() 609 " STATUS=" + loghex(status)); in ProcessHciNotifSetupIsoDataPath() 675 kLogRemoveDataPathOp + "STATUS=" + loghex(status)); in ProcessHciNotifRemoveIsoDataPath() 722 kLogCisDisconnectOp + "cis_h:" + loghex(conn_hdl)); in ProcessHciNotifRemoveIsoDataPath() 928 kLogSetDataPathOp + "cis_h:" + loghex(conn_hdl), in applyDsaDataPath() 930 loghex(bluetooth::hci::iso_manager::kIsoDataPathDirectionOut)); in applyDsaDataPath() 956 kLogCisEstablishedOp + "cis_h:" + loghex(event->cis_conn_hdl) + in ProcessHciNotifCisEstablished() [all …]
|
D | le_audio_types.cc | 682 os << "LeAudioCodecId{CodingFormat: " << loghex(codec_id.coding_format) in operator <<() 683 << ", CompanyId: " << loghex(codec_id.vendor_company_id) in operator <<() 684 << ", CodecId: " << loghex(codec_id.vendor_codec_id) << "}"; in operator <<() 691 << loghex(*config.sampling_frequency) in operator <<() 692 << ", FrameDur: " << loghex(*config.frame_duration) in operator <<() 696 << ", AudioChanLoc: " << loghex(*config.audio_channel_allocation) << "}"; in operator <<()
|
/packages/modules/Bluetooth/system/stack/a2dp/ |
D | a2dp_sbc.cc | 723 << loghex(static_cast<uint8_t>(a2dp_status)); in A2DP_CodecInfoStringSbc() 736 res << "\tsamp_freq: " << field << " (" << loghex(sbc_cie.samp_freq) << ")\n"; in A2DP_CodecInfoStringSbc() 745 res << "\tch_mode: " << field << " (" << loghex(sbc_cie.ch_mode) << ")\n"; in A2DP_CodecInfoStringSbc() 754 res << "\tblock_len: " << field << " (" << loghex(sbc_cie.block_len) << ")\n"; in A2DP_CodecInfoStringSbc() 761 res << "\tnum_subbands: " << field << " (" << loghex(sbc_cie.num_subbands) in A2DP_CodecInfoStringSbc() 770 res << "\talloc_method: " << field << " (" << loghex(sbc_cie.alloc_method) in A2DP_CodecInfoStringSbc()
|