Searched refs:ObjDestroy (Results 1 – 8 of 8) sorted by relevance
47 RS::dispatch->ObjDestroy(mRS->getContext(), mID); in ~BaseObj()
89 dispatchTab.ObjDestroy = (ObjDestroyFnPtr)dlsym(handle, "rsObjDestroy"); in loadSymbols()255 if (dispatchTab.ObjDestroy == nullptr) { in loadSymbols()
200 ObjDestroyFnPtr ObjDestroy; member
67 static void ObjDestroy(RsContext, RsAsyncVoidPtr);
140 ObjDestroy {
139 mEntryFuncs.ObjDestroy = ObjDestroy; in LoadDispatchForHidl()501 void RsHidlAdaptation::ObjDestroy (RsContext context, RsAsyncVoidPtr obj) in ObjDestroy() function in RsHidlAdaptation
279 RS_DISPATCH(ctxWrapper, ObjDestroy, objPtr); in rsObjDestroy()
580 dispatchTab.ObjDestroy((RsContext)con, (void *)obj); in nObjDestroy()2137 dispatchTabInc.ObjDestroy((RsContext)con, (void *)obj); in nIncObjDestroy()