Searched refs:includeSensitiveInfo (Results 1 – 6 of 6) sorted by relevance
98 std::string AudioDeviceTypeAddr::toString(bool includeSensitiveInfo) const { in toString()104 << (!includeSensitiveInfo && mIsAddressSensitive ? SUPPRESSED : mAddress); in toString()148 bool includeSensitiveInfo) { in dumpAudioDeviceTypeAddrVector() argument154 stream << it->toString(includeSensitiveInfo); in dumpAudioDeviceTypeAddrVector()
137 std::string DeviceDescriptorBase::toString(bool includeSensitiveInfo) const in toString()139 return mDeviceTypeAddr.toString(includeSensitiveInfo); in toString()
58 std::string toString(bool includeSensitiveInfo=false) const;87 bool includeSensitiveInfo=false);
73 std::string toString(bool includeSensitiveInfo = false) const;
474 std::string DeviceVector::toString(bool includeSensitiveInfo) const in toString()484 result += device->toString(includeSensitiveInfo); in toString()
279 std::string toString(bool includeSensitiveInfo = false) const;