Lines Matching defs:mName
74 : mName(name), mDescription(description) {};
76 const char *getName() { return mName.c_str(); };
79 const com::Utf8Str mName;
402 : mPeriod(0), mLength(0), mHAL(hal), mName(name), mObject(object),
424 const char *getName() { return mName.c_str(); };
432 const com::Utf8Str mName;
844 mName(subMetric->getName()), mBaseMetric(baseMetric), mSubMetric(subMetric), mAggregate(aggregate)
848 mName.append(":");
849 mName.append(mAggregate->getName());
859 const char *getName() { return mName.c_str(); };
873 RTCString mName;