Searched defs:ABpBinder (Results 1 – 2 of 2) sorted by relevance
100 struct ABpBinder : public AIBinder { struct109 ABpBinder* asABpBinder() override { return this; } in asABpBinder() argument117 friend android::sp<ABpBinder>; argument120 bool mServiceFuzzing = false;121 struct DeathRecipientInfo {125 std::mutex mDeathRecipientsMutex;126 std::vector<DeathRecipientInfo> mDeathRecipients;
350 ABpBinder::ABpBinder(const ::android::sp<::android::IBinder>& binder) in ABpBinder() function in ABpBinder