HomeSort by relevance Sort by last modified time
    Searched refs:GetIContextHandle (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/
rsHidlAdaptation.cpp 190 IContext *RsHidlAdaptation::GetIContextHandle(RsContext context) {
208 GetIContextHandle(context)->contextDestroy();
218 uint64_t typeRet = GetIContextHandle(context)->allocationGetType(_allocation);
227 GetIContextHandle(context)->typeGetNativeMetadata(_type,
240 GetIContextHandle(context)->elementGetNativeMetadata(_element,
255 GetIContextHandle(context)->elementGetSubElements(_element, dataSize,
269 GetIContextHandle(context)->getName(_obj, [name](hidl_string ret_name) {*name = ret_name.c_str();});
307 uint64_t closure = GetIContextHandle(context)->closureCreate(_kernelID, _returnValue,
339 uint64_t closure = GetIContextHandle(context)->invokeClosureCreate(_invokeID,
350 GetIContextHandle(context)->closureSetArg(_closure, index, _value, size)
    [all...]
rsHidlAdaptation.h 50 static IContext *GetIContextHandle(RsContext con);

Completed in 51 milliseconds