Searched refs:BpCInterface (Results 1 – 2 of 2) sorted by relevance
221 class BpCInterface : public INTERFACE {223 explicit BpCInterface(const SpAIBinder& binder) : mBinder(binder) {} in BpCInterface() function224 virtual ~BpCInterface() {} in ~BpCInterface()335 SpAIBinder BpCInterface<INTERFACE>::asBinder() { in defineClass()
54 class BpSomeInterface : public ::ndk::BpCInterface<ISomeInterface> {56 explicit BpSomeInterface(const ::ndk::SpAIBinder& binder) : BpCInterface(binder) {} in BpSomeInterface()