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