HomeSort by relevance Sort by last modified time
    Searched refs:mTagName (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DeviceDescriptor.h 37 virtual const String8 getTagName() const { return mTagName; }
60 String8 mTagName; // Unique human readable identifier for a device port found in conf file.
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DeviceDescriptor.cpp 31 mAddress(""), mTagName(tagName), mDeviceType(type), mId(0)
284 if (!mTagName.isEmpty()) {
285 snprintf(buffer, SIZE, "%*s- tag name: %s\n", spaces, "", mTagName.string());

Completed in 93 milliseconds