Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/hidl/
DCameraHybridInterface.h54 struct Obituary : public hardware::hidl_death_recipient { struct
59 Obituary( in Obituary() function
65 Obituary(const Obituary& o) : in Obituary() function
86 std::vector<sp<Obituary> > mObituaries; argument
/frameworks/native/libs/binder/include/binder/
DBpBinder.h175 struct Obituary { struct
181 void reportOneDeath(const Obituary& obit); 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() function
261 void serviceDied(uint64_t /* cookie */, in serviceDied()