Searched defs:mType (Results 1 - 8 of 8) sorted by relevance

/system/tools/hidl/c2hal/
H A DFunctionDeclaration.h47 const Type *mType; member in struct:android::FunctionDeclaration
H A DVarDeclaration.h41 Type *mType; member in struct:android::VarDeclaration
H A DExpression.cpp104 : mType(type), mValue(value), mIsId(isId)
108 if (mType != Type::UNKNOWN) {
109 return mType;
126 Type mType; member in struct:android::AtomExpression
/system/libvintf/include/vintf/
H A DKernelConfigTypedValue.h58 KernelConfigType mType; member in struct:android::vintf::KernelConfigTypedValue
H A DCompatibilityMatrix.h45 CompatibilityMatrix() : mType(SchemaType::FRAMEWORK) {};
113 SchemaType mType; member in struct:android::vintf::CompatibilityMatrix
H A DHalManifest.h56 HalManifest() : mType(SchemaType::DEVICE) {}
156 SchemaType mType; member in struct:android::vintf::HalManifest
/system/vold/model/
H A DVolumeBase.h81 Type getType() { return mType; }
128 Type mType; member in class:android::vold::VolumeBase
/system/extras/tests/sdcard/
H A Dtestcase.h120 Type type() const { return mType; }
137 Type mType; member in class:android_test::TestCase

Completed in 2726 milliseconds