Searched refs:BpSomeInterface (Results 1 – 1 of 1) sorted by relevance
54 class BpSomeInterface : public ::ndk::BpCInterface<ISomeInterface> { class56 explicit BpSomeInterface(const ::ndk::SpAIBinder& binder) : BpCInterface(binder) {} in BpSomeInterface() function in BpSomeInterface57 virtual ~BpSomeInterface() = default;69 *instance = ::ndk::SharedRefBase::make<BpSomeInterface>(binder); in readFromParcel()