Searched refs:element_type (Results 1 – 4 of 4) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | vulkan_xml.go | 1206 element_type := typе.Elem(cpp_types.FirstArch) 1207 if element_type.Kind(cpp_types.FirstArch) == cpp_types.Const { 1208 element_type = element_type.Elem(cpp_types.FirstArch) 1210 if element_type.Kind(cpp_types.FirstArch) == cpp_types.Alias { 1211 element_type = element_type.Elem(cpp_types.FirstArch) 1213 if element_type.Kind(cpp_types.FirstArch) != cpp_types.UInt8T && 1214 element_type.Kind(cpp_types.FirstArch) != cpp_types.UInt16T && 1215 element_type.Kind(cpp_types.FirstArch) != cpp_types.UInt32T {
|
/frameworks/av/media/codec2/sfplugin/tests/ |
D | CCodecConfig_test.cpp | 166 typedef typename std::remove_reference<decltype(param)>::type::element_type T; in __anon38026ec30202() 186 .withSetter(Setter<decltype(mInt32Input)::element_type>) 193 .withSetter(Setter<decltype(mInt64Output)::element_type>) 198 .withDefault(decltype(mStringInput)::element_type::AllocShared(1, "")) 200 .withSetter(Setter<decltype(mStringInput)::element_type>)
|
/frameworks/libs/binary_translation/tools/nogrod/ |
D | main.cc | 299 const std::string& element_type) in TypeInfoArray() argument 300 : TypeInfo(id, kKindArray, name, size_bits), element_type_(element_type) {} in TypeInfoArray() 903 auto element_type = ParseDie(element_die, die, dwarf_info, types); in ParseArray() local 907 std::string name = element_type->name(); in ParseArray() 929 die->offset(), name, count * element_type->size(), element_type->name()); in ParseArray()
|
/frameworks/native/libs/binder/ |
D | Parcel.cpp | 638 rpcFields->mFds = std::make_unique<decltype(rpcFields->mFds)::element_type>(); in appendFrom() 1597 rpcFields->mFds = std::make_unique<decltype(rpcFields->mFds)::element_type>(); in writeFileDescriptor() 2822 rpcFields->mFds = std::make_unique<decltype(rpcFields->mFds)::element_type>(); in rpcSetDataReference()
|