Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/default/
DContext.cpp37 static ReturnType hidl_to_rs(OpaqueHandle src) { in hidl_to_rs() function
42 static ReturnType hidl_to_rs(SourceType* src) { in hidl_to_rs() function
47 static std::vector<RsType> hidl_to_rs(const hidl_vec<HidlType>& src, Operation operation) { in hidl_to_rs() function
69 RsType _type = hidl_to_rs<RsType>(type); in allocationAdapterCreate()
70 RsAllocation _baseAlloc = hidl_to_rs<RsAllocation>(baseAlloc); in allocationAdapterCreate()
76 RsAllocation _alloc = hidl_to_rs<RsAllocation>(alloc); in allocationAdapterOffset()
83 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationGetType()
89 RsType _type = hidl_to_rs<RsType>(type); in allocationCreateTyped()
92 uintptr_t _ptr = hidl_to_rs<uintptr_t>(ptr); in allocationCreateTyped()
98 RsType _type = hidl_to_rs<RsType>(type); in allocationCreateFromBitmap()
[all …]