Home
last modified time | relevance | path

Searched refs:CreateType (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp2966 std::unique_ptr<T> CreateType() { in CreateType() function
2975 {"action", &CreateType<Action>}, in Inflate()
2976 {"activity", &CreateType<Activity>}, in Inflate()
2977 {"additional-certificate", &CreateType<AdditionalCertificate>}, in Inflate()
2978 {"application", &CreateType<Application>}, in Inflate()
2979 {"category", &CreateType<Category>}, in Inflate()
2980 {"compatible-screens", &CreateType<CompatibleScreens>}, in Inflate()
2981 {"feature-group", &CreateType<FeatureGroup>}, in Inflate()
2982 {"input-type", &CreateType<InputType>}, in Inflate()
2983 {"install-constraints", &CreateType<InstallConstraints>}, in Inflate()
[all …]
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp261 static android::renderscript::rs_type CreateType(RsElement element, in CreateType() function
392 android::renderscript::rs_type obj = CreateType((RsElement) element.p, dimX, in rsCreateType()
421 return CreateType((RsElement) element.p, dimX, dimY, dimZ, mipmaps, faces, in rsCreateType()