Searched refs:BpFoo (Results 1 – 1 of 1) sorted by relevance
75 class BpFoo : public IFoo { class77 explicit BpFoo(AIBinder* binder) : mBinder(binder) {} in BpFoo() function in BpFoo78 virtual ~BpFoo() { AIBinder_decStrong(mBinder); } in ~BpFoo()160 sp<IFoo> ret = new BpFoo(binder); // takes ownership of binder in getService()