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.cpp54 static ReturnType rs_to_hidl(SourceType* src) { in rs_to_hidl() function
59 static hidl_vec<HidlType> rs_to_hidl(const std::vector<RsType>& src, Operation operation) { in rs_to_hidl() function
72 return rs_to_hidl<Allocation>(_subAlloc); in allocationAdapterCreate()
85 return rs_to_hidl<Type>(_type); in allocationGetType()
94 return rs_to_hidl<Allocation>(_allocation); in allocationCreateTyped()
103 return rs_to_hidl<Allocation>(_allocation); in allocationCreateFromBitmap()
112 return rs_to_hidl<Allocation>(_allocation); in allocationCubeCreateFromBitmap()
118 return rs_to_hidl<NativeWindow>(_nativeWindow); in allocationGetNativeWindow()
365 …hidl_vec<Element> ids = rs_to_hidl<Element>(_ids, [](uintptr_t val) { return stat… in elementGetSubElements()
366 …hidl_vec<hidl_string> names = rs_to_hidl<hidl_string>(_names, [](const char* val) { return va… in elementGetSubElements()
[all …]