Home
last modified time | relevance | path

Searched refs:mEntryFuncs (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/rs/
H A DrsHidlAdaptation.cpp57 dispatchTable RsHidlAdaptation::mEntryFuncs; member in RsHidlAdaptation
84 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 …]
H A DrsFallbackAdaptation.cpp26 dispatchTable RsFallbackAdaptation::mEntryFuncs; member in RsFallbackAdaptation
35 if (loadSymbols(handle, mEntryFuncs) == false) { in RsFallbackAdaptation()
40 mEntryFuncs = {}; in RsFallbackAdaptation()
56 return &mEntryFuncs; in GetEntryFuncs()
H A DrsFallbackAdaptation.h37 static dispatchTable mEntryFuncs; variable
H A DrsHidlAdaptation.h142 static dispatchTable mEntryFuncs; variable