Home
last modified time | relevance | path

Searched refs:BpSomeInterface (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dbinder_ndk.cpp54 class BpSomeInterface : public ::ndk::BpCInterface<ISomeInterface> { class
56 explicit BpSomeInterface(const ::ndk::SpAIBinder& binder) : BpCInterface(binder) {} in BpSomeInterface() function in BpSomeInterface
57 virtual ~BpSomeInterface() = default;
69 *instance = ::ndk::SharedRefBase::make<BpSomeInterface>(binder); in readFromParcel()