Home
last modified time | relevance | path

Searched defs:to_string (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/packet/tests/
Dpacket_test_helper.h69 inline std::string to_string(const Attribute& a) { in to_string() function
92 inline std::string to_string(const AttributeEntry& entry) { in to_string() function
99 std::string to_string(const Container& entries) { in to_string() function
/packages/modules/adb/
Dtransport_test.cpp24 TEST(ConnectionStateTest, to_string) { in TEST() argument
Dadb.cpp118 std::string to_string(ConnectionState state) { in to_string() function
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.cc759 std::string AudioContexts::to_string() const { in to_string() function in bluetooth::le_audio::types::AudioContexts
/packages/modules/adb/daemon/
Dusb.cpp69 static const char* to_string(enum usb_functionfs_event_type type) { in to_string() function
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp536 std::string RandomPartitioningTest::to_string(HalVersion version) { in to_string() function in android::__anon4ae2a5140111::RandomPartitioningTest
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs960 fn to_string(&self) -> String { in to_string() method