Searched refs:TypeGetNativeData (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/cpp/
H A DType.cpp94 RS::dispatch->TypeGetNativeData(mRS->getContext(), getID(), dataBuffer, 6);
H A DrsDispatch.cpp117 dispatchTab.TypeGetNativeData = (TypeGetNativeDataFnPtr)dlsym(handle, "rsaTypeGetNativeData");
159 if (dispatchTab.TypeGetNativeData == nullptr) {
160 LOG_ERR("Couldn't initialize dispatchTab.TypeGetNativeData");
H A DrsDispatch.h229 TypeGetNativeDataFnPtr TypeGetNativeData; member in struct:dispatchTable
/frameworks/rs/
H A DrsHidlAdaptation.h75 static void TypeGetNativeData(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
H A DrsHidlAdaptation.cpp167 mEntryFuncs.TypeGetNativeData = TypeGetNativeData;
223 void RsHidlAdaptation::TypeGetNativeData(RsContext context, RsType type, uintptr_t *typedata, uint32_t typeDataSize) function in class:RsHidlAdaptation
H A DrsApiStubs.cpp331 RS_DISPATCH(ctxWrapper, TypeGetNativeData, type, typeData, typeDataSize);

Completed in 1475 milliseconds