Searched refs:mEntryFuncs (Results 1 – 4 of 4) sorted by relevance
57 dispatchTable RsHidlAdaptation::mEntryFuncs; member in RsHidlAdaptation84 return &mEntryFuncs; in GetEntryFuncs()89 mEntryFuncs.Allocation1DData = Allocation1DData; in LoadDispatchForHidl()90 mEntryFuncs.Allocation1DElementData = Allocation1DElementData; in LoadDispatchForHidl()91 mEntryFuncs.Allocation1DRead = Allocation1DRead; in LoadDispatchForHidl()92 mEntryFuncs.Allocation2DData = Allocation2DData; in LoadDispatchForHidl()93 mEntryFuncs.Allocation2DRead = Allocation2DRead; in LoadDispatchForHidl()94 mEntryFuncs.Allocation3DData = Allocation3DData; in LoadDispatchForHidl()95 mEntryFuncs.Allocation3DRead = Allocation3DRead; in LoadDispatchForHidl()96 mEntryFuncs.AllocationAdapterCreate = AllocationAdapterCreate; 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