Searched refs:mName (Results 1 - 25 of 36) sorted by relevance

12

/system/tools/hidl/c2hal/
H A DDeclaration.cpp27 : mName(name)
33 return mName;
36 mName = name;
40 mName = StringHelper::RTrim(mName, "_t");
41 mName = StringHelper::ToCamelCase(mName);
45 mName = StringHelper::RTrim(mName, "_t");
46 mName
[all...]
H A DDeclaration.h59 std::string mName; member in struct:android::Declaration
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
H A DSimpleParcelable.java23 private String mName; field in class:SimpleParcelable
28 mName = name;
35 dest.writeString(mName);
40 mName = source.readString();
52 if ((mName == null && p.mName != null) ||
53 (mName != null && !mName.equals(p.mName))) {
60 return "SimpleParcelable(" + mName
[all...]
/system/chre/util/include/chre/util/
H A Dscope_timer_impl.h25 : mName(name), mStartTime(SystemTime::getMonotonicTime()) {}
30 mName, (stopTime - mStartTime).toRawNanoseconds());
H A Dscope_timer.h45 const char *mName; member in class:chre::ScopeTimer
/system/libvintf/
H A DHalInterface.cpp26 if (lft.mName != rgt.mName) return false;
34 if (!func(mName, instance, false /* isRegex */)) {
39 if (!func(mName, instance, true /* isRegex */)) {
/system/libvintf/include/vintf/
H A DHalInterface.h33 : mName(std::move(name)), mInstances(std::move(instances)) {}
35 : mName(name), mInstances(instances) {}
48 const std::string& name() const { return mName; }
54 std::string mName; member in struct:android::vintf::HalInterface
H A DXmlFile.h31 inline const std::string& name() const { return mName; }
35 std::string mName; member in struct:android::vintf::XmlFile
/system/tools/hidl/
H A DAnnotation.cpp27 AnnotationParam::AnnotationParam(const std::string& name) : mName(name) {}
30 return mName;
49 << mName << " must be a string";
66 CHECK(false) << mName << " must be of boolean value (true/false).";
79 CHECK_EQ(mValues->size(), 1u) << mName << " requires one value but has multiple";
103 CHECK_EQ(mValues->size(), 1u) << mName << " requires one value but has multiple";
115 : mName(name), mParams(params) {}
118 return mName;
153 out << "@" << mName; local
H A DFmqType.cpp27 : TemplatedType(parent), mNamespace(nsp), mName(name) {}
30 return mName;
36 mName + "<" + mElementType->getCppStackType(true) + ">";
167 if (mName == "MQDescriptorSync") {
169 } else if (mName == "MQDescriptorUnsync") {
H A DReference.h126 : Reference<T>(reference, location), mName(name) {}
128 const std::string& name() const { return mName; }
134 const std::string mName; member in struct:android::NamedReference
H A DAnnotation.h50 const std::string mName; member in struct:android::AnnotationParam
93 std::string mName; member in struct:android::Annotation
H A DFmqType.h69 std::string mName; member in struct:android::FmqType
H A DMethod.cpp33 : mName(name),
57 return mName;
157 return new Method(mName.c_str(), mArgs, mResults, mOneway, mAnnotations, Location());
/system/core/include/utils/
H A DStopWatch.h42 const char* mName; member in class:android::StopWatch
/system/core/libutils/include/utils/
H A DStopWatch.h42 const char* mName; member in class:android::StopWatch
/system/core/libutils/
H A DStopWatch.cpp33 StopWatch::StopWatch(const char* name, int clock) : mName(name), mClock(clock) {
41 ALOGD("StopWatch %s (us): %" PRId64 " ", mName, ns2us(elapsed));
51 return mName;
/system/tools/hidl/utils/
H A DFQName.cpp58 mName(name),
74 mName(other.mName),
87 return !mPackage.empty() && !version().empty() && !mName.empty();
92 || (!mName.empty() && !mValueName.empty());
96 return !mName.empty() && mName[0] == 'I' && mName.find('.') == std::string::npos;
129 mName = match.str(4);
134 mName
[all...]
/system/extras/tests/sdcard/
H A Dstopwatch.cpp55 : mName(strdup(name)), mNum(0), mData(NULL), mDataLen(0), mCapacity(capacity * 2),
71 fprintf(stderr, "Discarding data for %s\n", mName);
74 free(mName);
118 if (kVerbose) SNPRINTF_OR_RETURN(*str, *size, "# Got %d samples for %s\n", mDataLen, mName);
122 mName, mDuration, mNum);
131 SNPRINTF_OR_RETURN(*str, *size, "%s %d %f %f %d %f %d %d\n", mName, mNum, mDuration,
155 mCapacity, mName);
221 SNPRINTF_OR_RETURN(*str, *size, "# Average %s duration %f s/op\n", mName, mDuration / mNum);
222 SNPRINTF_OR_RETURN(*str, *size, "# Standard deviation %s duration %f \n", mName, mDeviation);
223 SNPRINTF_OR_RETURN(*str, *size, "# Min %s duration %f [%d]\n", mName, mMinDuratio
[all...]
H A Dtestcase.cpp152 snprintf(total_time, sizeof(total_time), "%s_total", mName);
173 strcpy(mName, test_name);
174 if (strcmp(mName, "write") == 0) mType = WRITE;
175 if (strcmp(mName, "read") == 0) mType = READ;
176 if (strcmp(mName, "read_write") == 0) mType = READ_WRITE;
177 if (strcmp(mName, "open_create") == 0) mType = OPEN_CREATE;
178 if (strcmp(mName, "traverse") == 0) mType = TRAVERSE;
H A Dstopwatch.h132 char *const mName; // Name of the test. member in class:android_test::StopWatch
H A Dtestcase.h122 const char *name() const { return mName; }
136 char mName[80]; member in class:android_test::TestCase
/system/chre/core/include/chre/core/
H A Dgnss_manager.h134 const char *mName; member in class:chre::GnssSession
/system/netd/server/
H A DDnsProxyListener.h103 char* mName; // owned member in class:android::net::DnsProxyListener::GetHostByNameHandler
/system/tools/hidl/utils/include/hidl-util/
H A DFQName.h236 std::string mName; member in struct:android::FQName

Completed in 491 milliseconds

12