Lines Matching refs:T
35 template <class T>
46 T** factory = NULL);
51 typedef T*(*CreateFactoryFunc)();
54 T* mFactory;
64 T** factory);
74 template <class T>
75 bool FactoryLoader<T>::findFactoryForScheme( in findFactoryForScheme()
76 int32_t CA_system_id, sp<SharedLibrary> *library, T** factory) { in findFactoryForScheme()
123 template <class T>
124 bool FactoryLoader<T>::enumeratePlugins( in enumeratePlugins()
150 template <class T>
151 bool FactoryLoader<T>::loadFactoryForSchemeFromPath( in loadFactoryForSchemeFromPath()
153 sp<SharedLibrary> *library, T** factory) { in loadFactoryForSchemeFromPath()
170 template <class T>
171 bool FactoryLoader<T>::queryPluginsFromPath( in queryPluginsFromPath()
189 template <class T>
190 bool FactoryLoader<T>::openFactory(const String8 &path) { in openFactory()
216 template <class T>
217 void FactoryLoader<T>::closeFactory() { in closeFactory()