Searched refs:CreateType (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt2/dump/ |
D | DumpManifest.cpp | 2242 std::unique_ptr<T> CreateType() { in CreateType() function 2251 {"action", &CreateType<Action>}, in Inflate() 2252 {"activity", &CreateType<Activity>}, in Inflate() 2253 {"application", &CreateType<Application>}, in Inflate() 2254 {"category", &CreateType<Category>}, in Inflate() 2255 {"compatible-screens", &CreateType<CompatibleScreens>}, in Inflate() 2256 {"feature-group", &CreateType<FeatureGroup>}, in Inflate() 2257 {"input-type", &CreateType<InputType>}, in Inflate() 2258 {"intent-filter",&CreateType<IntentFilter>}, in Inflate() 2259 {"manifest", &CreateType<Manifest>}, in Inflate() [all …]
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 261 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()
|