Searched refs:mEntryFuncs (Results 1 – 4 of 4) sorted by relevance
57 dispatchTable RsHidlAdaptation::mEntryFuncs; member in RsHidlAdaptation84 return &mEntryFuncs; in GetEntryFuncs()118 mEntryFuncs.AssignName = AssignName; in LoadDispatchForHidl()119 mEntryFuncs.ClosureCreate = ClosureCreate; in LoadDispatchForHidl()120 mEntryFuncs.ClosureSetArg = ClosureSetArg; in LoadDispatchForHidl()125 mEntryFuncs.ContextDump = ContextDump; in LoadDispatchForHidl()137 mEntryFuncs.GetName = GetName; in LoadDispatchForHidl()139 mEntryFuncs.ObjDestroy = ObjDestroy; in LoadDispatchForHidl()153 mEntryFuncs.ScriptInvoke = ScriptInvoke; in LoadDispatchForHidl()157 mEntryFuncs.ScriptReduce = ScriptReduce; in LoadDispatchForHidl()[all …]
26 dispatchTable RsFallbackAdaptation::mEntryFuncs; member in RsFallbackAdaptation35 if (loadSymbols(handle, mEntryFuncs) == false) { in RsFallbackAdaptation()40 mEntryFuncs = {}; in RsFallbackAdaptation()56 return &mEntryFuncs; in GetEntryFuncs()
37 static dispatchTable mEntryFuncs; variable
142 static dispatchTable mEntryFuncs; variable