Searched refs:createPreferredImpl (Results 1 – 4 of 4) sorted by relevance
28 void* createPreferredImpl(const std::string& package, const std::string& interface);34 static sp<Interface> createPreferredImpl(const std::string& package, const std::string& interface) { in createPreferredImpl() function35 return sp<Interface>{static_cast<Interface*>(detail::createPreferredImpl(package, interface))}; in createPreferredImpl()
24 return createPreferredImpl<DevicesFactoryHalInterface>( in create()
24 return createPreferredImpl<EffectsFactoryHalInterface>( in create()
96 void* createPreferredImpl(const std::string& package, const std::string& interface) { in createPreferredImpl() function