Home
last modified time | relevance | path

Searched refs:mTagName (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSsidSetStoreData.java45 private final String mTagName; field in SsidSetStoreData
74 mTagName = name + XML_TAG_SECTION_HEADER_SUFFIX; in SsidSetStoreData()
109 + mTagName + ": " + valueName[0]); in deserializeData()
127 return mTagName; in getName()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DDeviceDescriptor.h50 virtual const std::string getTagName() const { return mTagName; } in getTagName()
93 std::string mTagName; // Unique human readable identifier for a device port found in conf file.
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DDeviceDescriptor.cpp52 DeviceDescriptorBase(deviceTypeAddr), mTagName(tagName), mEncodedFormats(encodedFormats) in DeviceDescriptor()
171 if (!mTagName.empty()) { in dump()
172 extraInfo.appendFormat("%*s- tag name: %s\n", spaces, "", mTagName.c_str()); in dump()