Home
last modified time | relevance | path

Searched defs:Obituary (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/aidl/
DDeathPipe.h65 struct Obituary: public std::enable_shared_from_this<Obituary> { struct
72 // VNDK Binder. When populated with Obituary::immortalize, this Obituary won't be argument
74 std::shared_ptr<Obituary> mSelfPtr; argument
76 Obituary(const wp<IBinder::DeathRecipient>& recipient, void* cookie, in Obituary() function
90 // Obituary won't be garbage collected until Obituary::clear is called. argument
95 // Should be called when this Obituary can be garbage collected. argument
101 bool operator==(const Obituary& rhs) const { argument
/frameworks/av/services/camera/libcameraservice/hidl/
DCameraHybridInterface.h54 struct Obituary : public hardware::hidl_death_recipient { struct
59 Obituary( in Obituary() argument
65 Obituary(const Obituary& o) : in Obituary() function
86 std::vector<sp<Obituary> > mObituaries; argument
/frameworks/native/libs/gui/bufferqueue/2.0/
DB2HGraphicBufferProducer.cpp252 struct Obituary : public hardware::hidl_death_recipient { struct
253 wp<B2HGraphicBufferProducer> producer;
254 sp<HProducerListener> listener;
255 HConnectionType apiType;
256 Obituary(const wp<B2HGraphicBufferProducer>& p, in Obituary() argument
261 void serviceDied(uint64_t /* cookie */, in serviceDied()
/frameworks/native/libs/binder/include/binder/
DBpBinder.h189 struct Obituary { struct
195 void reportOneDeath(const Obituary& obit); argument