Lines Matching refs:Interface
53 template <class Interface, class ExpectInterface = Interface>
56 return registerPassthroughServiceImplementation(Interface::descriptor,
65 template <class Interface, class ExpectInterface = Interface>
69 status_t result = registerPassthroughServiceImplementation<Interface, ExpectInterface>(name);
78 template <class Interface, class ExpectInterface = Interface>
81 return defaultPassthroughServiceImplementation<Interface, ExpectInterface>("default",
93 template <class Interface, class ExpectInterface = Interface>
97 Interface::descriptor, ExpectInterface::descriptor,
111 template <class Interface, class ExpectInterface = Interface>
116 registerLazyPassthroughServiceImplementation<Interface, ExpectInterface>(name);
125 template <class Interface, class ExpectInterface = Interface>
128 return defaultLazyPassthroughServiceImplementation<Interface, ExpectInterface>("default",