Home
last modified time | relevance | path

Searched defs:ABpBinder (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/ndk/
Dibinder_internal.h100 struct ABpBinder : public AIBinder { struct
109 ABpBinder* asABpBinder() override { return this; } in asABpBinder() argument
117 friend android::sp<ABpBinder>; argument
120 bool mServiceFuzzing = false;
121 struct DeathRecipientInfo {
125 std::mutex mDeathRecipientsMutex;
126 std::vector<DeathRecipientInfo> mDeathRecipients;
Dibinder.cpp350 ABpBinder::ABpBinder(const ::android::sp<::android::IBinder>& binder) in ABpBinder() function in ABpBinder