Searched defs:ss (Results 1 - 25 of 48) sorted by relevance

12

/system/connectivity/wificond/
H A Dlogging_utils.cpp32 stringstream ss; local
34 ss << std::hex << std::setfill('0') << std::setw(2) << static_cast<int>(b);
36 ss << ":";
39 return ss.str();
/system/netd/libnetdutils/
H A DStatusTest.cpp43 std::stringstream ss; local
44 ss << so;
45 EXPECT_EQ("StatusOr[status: Status[code: 0, msg: ], value: 11]", ss.str());
49 std::stringstream ss; local
50 ss << err;
51 EXPECT_EQ("StatusOr[status: Status[code: 2147483647, msg: undefined]]", ss.str());
H A DFdTest.cpp63 std::stringstream ss; local
64 ss << fd3 << " " << fd6 << " " << bad << " " << weird;
65 EXPECT_EQ("Fd[1] Fd[8] Fd[-1] Fd[-9]", ss.str());
76 std::stringstream ss; local
77 ss << u;
78 EXPECT_EQ("UniqueFd[Fd[97]]", ss.str());
H A DSlice.cpp41 std::stringstream ss; local
45 ss << toHex(byte);
47 ss << "\n";
51 return ss.str();
H A DStatus.cpp44 std::stringstream ss; local
45 ss << status;
46 return ss.str();
/system/bt/packet/avrcp/
H A Dset_absolute_volume.cc59 std::stringstream ss; local
60 ss << "SetAbsoluteVolumeResponse: " << std::endl;
61 ss << " └ cType = " << GetCType() << std::endl;
62 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl;
63 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl;
64 ss << " └ OpCode = " << GetOpcode() << std::endl;
65 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl;
66 ss << " └ Command PDU = " << GetCommandPdu() << std::endl;
67 ss << " └ PacketType = " << GetPacketType() << std::endl;
68 ss << " └ Paramete
[all...]
H A Dset_addressed_player.cc60 std::stringstream ss; local
61 ss << "SetAddressedPlayerRequest: " << std::endl;
62 ss << " └ cType = " << GetCType() << std::endl;
63 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl;
64 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl;
65 ss << " └ OpCode = " << GetOpcode() << std::endl;
66 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl;
67 ss << " └ Command PDU = " << GetCommandPdu() << std::endl;
68 ss << " └ PacketType = " << GetPacketType() << std::endl;
69 ss << " └ Paramete
[all...]
H A Dget_total_number_of_items.cc68 std::stringstream ss; local
69 ss << "GetTotalNumberOfItemsRequest: " << std::endl;
70 ss << " └ PDU = " << GetPdu() << std::endl;
71 ss << " └ Length = " << GetLength() << std::endl;
72 ss << " └ Scope = " << GetScope() << std::endl;
73 ss << std::endl;
75 return ss.str();
H A Dpass_through_packet.cc61 std::stringstream ss; local
62 ss << "Avrcp::AvrcpPacket: " << std::endl;
63 ss << " └ cType = " << GetCType() << std::endl;
64 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl;
65 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl;
66 ss << " └ OpCode = " << GetOpcode() << std::endl;
67 ss << " └ Pushed = " << GetKeyState() << std::endl;
68 ss << " └ Opperation ID = " << loghex(GetOperationId()) << std::endl;
70 return ss.str();
H A Dplay_item.cc70 std::stringstream ss; local
71 ss << "PlayItemRequest: " << std::endl;
72 ss << " └ cType = " << GetCType() << std::endl;
73 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl;
74 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl;
75 ss << " └ OpCode = " << GetOpcode() << std::endl;
76 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl;
77 ss << " └ Command PDU = " << GetCommandPdu() << std::endl;
78 ss << " └ PacketType = " << GetPacketType() << std::endl;
79 ss << " └ Paramete
[all...]
H A Dset_browsed_player.cc92 std::stringstream ss; local
93 ss << "SetBrowsedPlayerRequestPacket: " << std::endl;
94 ss << " └ PDU = " << GetPdu() << std::endl;
95 ss << " └ Length = " << GetLength() << std::endl;
96 ss << " └ Player ID = " << loghex(GetPlayerId()) << std::endl;
97 ss << std::endl;
99 return ss.str();
H A Davrcp_browse_packet.cc73 std::stringstream ss; local
74 ss << "AvrcpBrowsePacket: " << std::endl;
75 ss << " └ PDU = " << GetPdu() << std::endl;
76 ss << " └ Length = " << GetLength() << std::endl;
77 ss << " └ Payload =";
79 ss << " " << loghex(*it);
81 ss << std::endl;
83 return ss.str();
H A Davrcp_packet.cc97 std::stringstream ss; local
98 ss << "avrcp::Packet: " << std::endl;
99 ss << " └ cType = " << GetCType() << std::endl;
100 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl;
101 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl;
102 ss << " └ OpCode = " << GetOpcode() << std::endl;
103 ss << " └ Payload =";
105 ss << " " << loghex(*it);
107 ss << std::endl;
109 return ss
[all...]
H A Dcapabilities_packet.cc59 std::stringstream ss; local
60 ss << "AvrcpCapabilityReqPacket: " << std::endl;
61 ss << " └ cType = " << GetCType() << std::endl;
62 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl;
63 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl;
64 ss << " └ OpCode = " << GetOpcode() << std::endl;
65 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl;
66 ss << " └ Command PDU = " << GetCommandPdu() << std::endl;
67 ss << " └ PacketType = " << GetPacketType() << std::endl;
68 ss << " └ Paramete
[all...]
H A Dchange_path.cc75 std::stringstream ss; local
76 ss << "ChangePathRequestPacket: " << std::endl;
77 ss << " └ PDU = " << GetPdu() << std::endl;
78 ss << " └ Length = " << GetLength() << std::endl;
79 ss << " └ UID Counter = " << loghex(GetUidCounter()) << std::endl;
80 ss << " └ Direction = " << GetDirection() << std::endl;
81 ss << " └ UID Requested = " << loghex(GetUid()) << std::endl;
82 ss << std::endl;
84 return ss.str();
H A Dget_element_attributes_packet.cc62 std::stringstream ss; local
63 ss << "RegisterNotificationPacket: " << std::endl;
64 ss << " └ cType = " << GetCType() << std::endl;
65 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl;
66 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl;
67 ss << " └ OpCode = " << GetOpcode() << std::endl;
68 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl;
69 ss << " └ Command PDU = " << GetCommandPdu() << std::endl;
70 ss << " └ PacketType = " << GetPacketType() << std::endl;
71 ss << " └ Paramete
[all...]
H A Dvendor_packet.cc112 std::stringstream ss; local
113 ss << "VendorPacket: " << std::endl;
114 ss << " └ cType = " << GetCType() << std::endl;
115 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl;
116 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl;
117 ss << " └ OpCode = " << GetOpcode() << std::endl;
118 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl;
119 ss << " └ Command PDU = " << GetCommandPdu() << std::endl;
120 ss << " └ PacketType = " << GetPacketType() << std::endl;
121 ss << " └ Paramete
[all...]
/system/bt/packet/tests/base/
H A Dpacket_test_common.h42 std::stringstream ss; local
43 ss << "TestPacket: Start = " << packet_start_index_
45 ss << " └ Payload =";
47 ss << " " << loghex(*it);
49 ss << std::endl;
51 return ss.str();
/system/bt/profile/avrcp/
H A Davrcp_message_converter.h45 std::stringstream ss; local
46 ss << "VectorPacket:" << std::endl;
47 ss << " └ Payload =";
49 ss << " " << loghex(*it);
51 ss << std::endl;
53 return ss.str();
/system/bt/vendor_libs/test_vendor_lib/src/
H A Dbt_address.cc72 std::stringstream ss; local
74 ss << std::hex << std::setfill('0') << std::setw(2);
77 ss << std::hex << std::setfill('0') << std::setw(2) << octet;
78 if (i != kOctets - 1) ss << std::string(":");
81 return ss.str();
/system/netd/server/dns/
H A DDnsTlsServer.h36 DnsTlsServer(const sockaddr_storage& ss) : ss(ss) {} argument
46 sockaddr_storage ss = {}; member in struct:android::net::DnsTlsServer
/system/tpm/trunks/
H A Derror_codes.cc317 std::stringstream ss; local
321 ss << "Resource Manager: ";
326 ss << "Parameter ";
328 ss << "Session ";
330 ss << "Handle ";
333 ss << ((error & kFormatOneSubjectMask) >> 8) << ": ";
337 ss << error_string;
341 ss << "Unknown error: " << error << " (0x" << std::hex << error << ")";
343 return ss.str();
/system/extras/perfprofd/
H A Dcpuconfig.cc83 std::stringstream ss; local
84 ss << SYSFSCPU "/cpu" << i << "/online";
85 FILE *fp = fopen(ss.str().c_str(), "we");
90 PLOG(WARNING) << "open failed for " << ss.str();
/system/hwservicemanager/
H A DHidlService.cpp84 std::stringstream ss; local
85 ss << mInterfaceName << "/" << mInstanceName;
86 return ss.str();
/system/media/audio_utils/include/audio_utils/
H A DSimpleLog.h161 std::stringstream ss; local
172 ss << prefix << audio_utils_time_string_from_ns(time).time
175 return ss.str();

Completed in 354 milliseconds

12