Searched defs:Obituary (Results 1 – 4 of 4) sorted by relevance
65 struct Obituary: public std::enable_shared_from_this<Obituary> { struct72 // VNDK Binder. When populated with Obituary::immortalize, this Obituary won't be argument74 std::shared_ptr<Obituary> mSelfPtr; argument76 Obituary(const wp<IBinder::DeathRecipient>& recipient, void* cookie, in Obituary() function90 // Obituary won't be garbage collected until Obituary::clear is called. argument95 // Should be called when this Obituary can be garbage collected. argument101 bool operator==(const Obituary& rhs) const { argument
54 struct Obituary : public hardware::hidl_death_recipient { struct59 Obituary( in Obituary() argument65 Obituary(const Obituary& o) : in Obituary() function86 std::vector<sp<Obituary> > mObituaries; argument
252 struct Obituary : public hardware::hidl_death_recipient { struct253 wp<B2HGraphicBufferProducer> producer;254 sp<HProducerListener> listener;255 HConnectionType apiType;256 Obituary(const wp<B2HGraphicBufferProducer>& p, in Obituary() argument261 void serviceDied(uint64_t /* cookie */, in serviceDied()
189 struct Obituary { struct195 void reportOneDeath(const Obituary& obit); argument