Searched refs:GetIContextHandle (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/ |
D | rsHidlAdaptation.cpp | 190 IContext *RsHidlAdaptation::GetIContextHandle(RsContext context) { in GetIContextHandle() function in RsHidlAdaptation 208 GetIContextHandle(context)->contextDestroy(); in ContextDestroy() 218 uint64_t typeRet = GetIContextHandle(context)->allocationGetType(_allocation); in AllocationGetType() 227 GetIContextHandle(context)->typeGetNativeMetadata(_type, in TypeGetNativeData() 240 GetIContextHandle(context)->elementGetNativeMetadata(_element, in ElementGetNativeData() 255 GetIContextHandle(context)->elementGetSubElements(_element, dataSize, in ElementGetSubElements() 269 …GetIContextHandle(context)->getName(_obj, [name](hidl_string ret_name) {*name = ret_name.c_str();}… in GetName() 307 uint64_t closure = GetIContextHandle(context)->closureCreate(_kernelID, _returnValue, in ClosureCreate() 339 uint64_t closure = GetIContextHandle(context)->invokeClosureCreate(_invokeID, in InvokeClosureCreate() 350 GetIContextHandle(context)->closureSetArg(_closure, index, _value, size); in ClosureSetArg() [all …]
|
D | rsHidlAdaptation.h | 50 static IContext *GetIContextHandle(RsContext con);
|