Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/default/
DContext.cpp68 static ReturnType rs_to_hidl(SourceType* src) { in rs_to_hidl() function
73 static hidl_vec<HidlType> rs_to_hidl(const std::vector<RsType>& src, Operation operation) { in rs_to_hidl() function
86 return rs_to_hidl<Allocation>(_subAlloc); in allocationAdapterCreate()
99 return rs_to_hidl<Type>(_type); in allocationGetType()
108 return rs_to_hidl<Allocation>(_allocation); in allocationCreateTyped()
117 return rs_to_hidl<Allocation>(_allocation); in allocationCreateFromBitmap()
126 return rs_to_hidl<Allocation>(_allocation); in allocationCubeCreateFromBitmap()
132 return rs_to_hidl<NativeWindow>(_nativeWindow); in allocationGetNativeWindow()
379 …hidl_vec<Element> ids = rs_to_hidl<Element>(_ids, [](uintptr_t val) { return stat… in elementGetSubElements()
380 …hidl_vec<hidl_string> names = rs_to_hidl<hidl_string>(_names, [](const char* val) { return va… in elementGetSubElements()
[all …]