Searched defs:BaseParams (Results 1 – 2 of 2) sorted by relevance
86 struct BaseParams : C2InterfaceHelper { struct126 std::shared_ptr<C2ApiLevelSetting> mApiLevel;127 std::shared_ptr<C2ApiFeaturesSetting> mApiFeatures;129 std::shared_ptr<C2PlatformLevelSetting> mPlatformLevel;130 std::shared_ptr<C2PlatformFeaturesSetting> mPlatformFeatures;132 std::shared_ptr<C2ComponentNameSetting> mName;133 std::shared_ptr<C2ComponentAliasesSetting> mAliases;134 std::shared_ptr<C2ComponentKindSetting> mKind;135 std::shared_ptr<C2ComponentDomainSetting> mDomain;136 std::shared_ptr<C2ComponentAttributesSetting> mAttrib;[all …]
30 SimpleInterface<void>::BaseParams::BaseParams( in BaseParams() function in android::SimpleInterface::BaseParams