Searched defs:DeathNotifier (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/include/media/
H A DIMediaDeathNotifier.h42 class DeathNotifier: public IBinder::DeathRecipient class in class:android::IMediaDeathNotifier
45 DeathNotifier() {} function in class:android::IMediaDeathNotifier::DeathNotifier
46 virtual ~DeathNotifier();
51 friend class DeathNotifier;
55 static sp<DeathNotifier> sDeathNotifier;
H A Dmediametadataretriever.h82 class DeathNotifier: public IBinder::DeathRecipient class in class:android::MediaMetadataRetriever
85 DeathNotifier() {} function in class:android::MediaMetadataRetriever::DeathNotifier
86 virtual ~DeathNotifier();
90 static sp<DeathNotifier> sDeathNotifier;
/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerClientImpl.h427 class DeathNotifier: public IBinder::DeathRecipient { class in class:android::DrmManagerClientImpl
429 DeathNotifier() {} function in class:android::DrmManagerClientImpl::DeathNotifier
430 virtual ~DeathNotifier();
436 static sp<DeathNotifier> sDeathNotifier;
/frameworks/av/include/camera/
H A DCamera.h168 class DeathNotifier: public IBinder::DeathRecipient class in class:android::Camera
171 DeathNotifier() { function in class:android::Camera::DeathNotifier
177 static sp<DeathNotifier> mDeathNotifier;
188 friend class DeathNotifier;
/frameworks/av/media/libmedia/
H A DIMediaDeathNotifier.cpp30 sp<IMediaDeathNotifier::DeathNotifier> IMediaDeathNotifier::sDeathNotifier;
52 sDeathNotifier = new DeathNotifier();
78 IMediaDeathNotifier::DeathNotifier::binderDied(const wp<IBinder>& who) {
101 IMediaDeathNotifier::DeathNotifier::~DeathNotifier()
103 ALOGV("DeathNotifier::~DeathNotifier");
H A Dmediametadataretriever.cpp33 sp<MediaMetadataRetriever::DeathNotifier> MediaMetadataRetriever::sDeathNotifier;
50 sDeathNotifier = new DeathNotifier();
160 void MediaMetadataRetriever::DeathNotifier::binderDied(const wp<IBinder>& who) {
166 MediaMetadataRetriever::DeathNotifier::~DeathNotifier()
/frameworks/av/include/media/stagefright/
H A DCameraSource.h127 class DeathNotifier: public IBinder::DeathRecipient { class in class:android::CameraSource
129 DeathNotifier() {} function in class:android::CameraSource::DeathNotifier
147 sp<DeathNotifier> mDeathNotifier;
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp33 sp<DrmManagerClientImpl::DeathNotifier> DrmManagerClientImpl::sDeathNotifier;
64 sDeathNotifier = new DeathNotifier();
344 DrmManagerClientImpl::DeathNotifier::~DeathNotifier() {
351 void DrmManagerClientImpl::DeathNotifier::binderDied(const wp<IBinder>& who) {

Completed in 1601 milliseconds