Home
last modified time | relevance | path

Searched refs:ToLogString (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dle_device.cc41 std::string LeDevice::ToLogString() const { return section_; } in ToLogString() function in bluetooth::storage::LeDevice
Dclassic_device.cc34 std::string ClassicDevice::ToLogString() const { return section_; } in ToLogString() function in bluetooth::storage::ClassicDevice
Dle_device.h64 std::string ToLogString() const;
Dclassic_device.h66 std::string ToLogString() const;
Ddevice.cc118 std::string Device::ToLogString() const { return section_; } in ToLogString() function in bluetooth::storage::Device
Ddevice.h182 std::string ToLogString() const;
/aosp_15_r20/external/webrtc/api/units/
H A Ddata_size.h52 inline std::string ToLogString(DataSize value) { in ToLogString() function
H A Ddata_rate.h141 inline std::string ToLogString(DataRate value) { in ToLogString() function
/aosp_15_r20/external/webrtc/rtc_base/
H A Dchecks.h218 template <typename T, decltype(ToLogString(std::declval<T>()))* = nullptr>
220 return {ToLogString(x)}; in MakeVal()
H A Dlogging.h335 decltype(ToLogString(std::declval<T>())),
340 return {ToLogString(x)};
H A Dlogging_unittest.cc371 std::string ToLogString(TestStruct foo) { in ToLogString() function
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtransport_feedback.cc596 << ToLogString(timestamp) in IsConsistent()
597 << ". Saved: " << ToLogString(last_timestamp_); in IsConsistent()
/aosp_15_r20/external/webrtc/video/
H A Dvideo_receive_stream2.cc162 return opt.has_value() ? ToLogString(*opt) : "<unset>"; in OptionalDelayToLogString()