Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/hidl/
H A DCameraHybridInterface.h54 struct Obituary : public hardware::hidl_death_recipient { struct
59 Obituary( in Obituary() argument
65 Obituary(const Obituary& o) : in Obituary() argument
86 std::vector<sp<Obituary> > mObituaries; argument
/aosp12/system/libhidl/transport/token/1.0/utils/include/hidl/
H A DHybridInterface.h221 struct Obituary : public hardware::hidl_death_recipient { struct
226 Obituary( in Obituary() argument
232 Obituary(const Obituary& o) : in Obituary() function
253 std::vector<sp<Obituary> > mObituaries; argument
/aosp12/system/libhwbinder/include/hwbinder/
H A DBpHwBinder.h107 struct Obituary { struct
113 void reportOneDeath(const Obituary& obit); argument
/aosp12/frameworks/native/libs/binder/include/binder/
H A DBpBinder.h175 struct Obituary { struct
181 void reportOneDeath(const Obituary& obit); argument
/aosp12/frameworks/native/libs/gui/bufferqueue/2.0/
H A 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()