Searched refs:includeSensitiveInfo (Results 1 – 6 of 6) sorted by relevance
101 std::string AudioDeviceTypeAddr::toString(bool includeSensitiveInfo) const { in toString()110 << (!includeSensitiveInfo && mIsAddressSensitive ? SUPPRESSED : mAddress); in toString()168 bool includeSensitiveInfo) { in dumpAudioDeviceTypeAddrVector() argument174 stream << it->toString(includeSensitiveInfo); in dumpAudioDeviceTypeAddrVector()
148 std::string DeviceDescriptorBase::toString(bool includeSensitiveInfo) const in toString()150 return mDeviceTypeAddr.toString(includeSensitiveInfo); in toString()
59 std::string toString(bool includeSensitiveInfo=false) const;96 bool includeSensitiveInfo=false);
78 std::string toString(bool includeSensitiveInfo = false) const;
496 std::string DeviceVector::toString(bool includeSensitiveInfo) const in toString()506 result += device->toString(includeSensitiveInfo); in toString()
287 std::string toString(bool includeSensitiveInfo = false) const;