Searched refs:mFqInstance (Results 1 - 4 of 4) sorted by relevance

/system/libvintf/
H A DManifestInstance.cpp40 : mFqInstance(std::move(fqInstance)), mTransportArch(std::move(ta)), mHalFormat(fmt) {}
43 : mFqInstance(fqInstance), mTransportArch(ta), mHalFormat(fmt) {}
46 return mFqInstance.getPackage();
50 return mFqInstance.getVersion();
54 return mFqInstance.getInterface();
58 return mFqInstance.getInstance();
74 return mFqInstance;
78 return mFqInstance == other.mFqInstance && mTransportArch == other.mTransportArch &&
82 if (mFqInstance < othe
[all...]
H A DMatrixInstance.cpp38 : mFqInstance(std::move(fqInstance)),
45 : mFqInstance(fqInstance), mRange(range), mOptional(optional), mIsRegex(isRegex) {}
48 return mFqInstance.getPackage();
56 return mFqInstance.getInterface();
82 return isRegex() ? mFqInstance.getInstance() : kEmptyString;
87 return isRegex() ? kEmptyString : mFqInstance.getInstance();
/system/libvintf/include/vintf/
H A DManifestInstance.h60 FqInstance mFqInstance; member in class:android::vintf::ManifestInstance
H A DMatrixInstance.h63 FqInstance mFqInstance; member in class:android::vintf::MatrixInstance

Completed in 253 milliseconds