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.cpp52 static ReturnType rs_to_hidl(SourceType* src) { in rs_to_hidl() function
57 static hidl_vec<HidlType> rs_to_hidl(const std::vector<RsType>& src, Operation operation) { in rs_to_hidl() function
70 return rs_to_hidl<Allocation>(_subAlloc); in allocationAdapterCreate()
83 return rs_to_hidl<Type>(_type); in allocationGetType()
92 return rs_to_hidl<Allocation>(_allocation); in allocationCreateTyped()
101 return rs_to_hidl<Allocation>(_allocation); in allocationCreateFromBitmap()
110 return rs_to_hidl<Allocation>(_allocation); in allocationCubeCreateFromBitmap()
116 return rs_to_hidl<NativeWindow>(_nativeWindow); in allocationGetNativeWindow()
363 …hidl_vec<Element> ids = rs_to_hidl<Element>(_ids, [](uintptr_t val) { return stat… in elementGetSubElements()
364 …hidl_vec<hidl_string> names = rs_to_hidl<hidl_string>(_names, [](const char* val) { return va… in elementGetSubElements()
[all …]