Home
last modified time | relevance | path

Searched defs: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