Home
last modified time | relevance | path

Searched refs:loghex (Results 1 – 25 of 45) sorted by relevance

12

/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_logging_helper.h45 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/
Dplay_item.cc73 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()
Dset_addressed_player.cc63 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()
Dregister_notification_packet.cc63 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()
Dset_player_application_setting_value.cc94 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()
Dget_current_player_application_setting_value.cc89 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()
Dset_absolute_volume.cc62 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()
Dget_element_attributes_packet.cc67 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()
Dvendor_packet.cc119 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()
Dlist_player_application_setting_values.cc69 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()
Dpass_through_packet.cc64 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()
Dcapabilities_packet.cc66 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()
Dget_item_attributes.cc135 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()
Davrcp_packet.cc99 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()
Dchange_path.cc79 ss << " └ UID Counter = " << loghex(GetUidCounter()) << std::endl; in ToString()
81 ss << " └ UID Requested = " << loghex(GetUid()) << std::endl; in ToString()
Dget_folder_items.cc300 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/
Ddatabase.cc69 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()
Dbta_gattc_utils.cc828 << " 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/
Dsdp_logging_helper.h45 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/
Dhas_journal.cc38 os << ", \"status\": \"" << loghex(r.op_status) << "\""; in operator <<()
49 << loghex(std::get<uint8_t>(r.event)) << "\"}"; in operator <<()
/packages/modules/Bluetooth/system/internal_include/
Dbt_trace.h36 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/
Dpacket_test_common.h27 std::string loghex(T x) { in loghex() function
49 ss << " " << loghex(*it); in ToString()
/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine.cc479 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 …]
Dle_audio_types.cc682 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/
Da2dp_sbc.cc723 << 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()

12