Searched refs:DeathNotifier (Results 1 - 16 of 16) 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.h84 class DeathNotifier: public IBinder::DeathRecipient class in class:android::MediaMetadataRetriever
87 DeathNotifier() {} function in class:android::MediaMetadataRetriever::DeathNotifier
88 virtual ~DeathNotifier();
92 static sp<DeathNotifier> sDeathNotifier;
H A DAudioRecord.h523 class DeathNotifier : public IBinder::DeathRecipient { class in class:android::AudioRecord
525 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } function in class:android::AudioRecord::DeathNotifier
532 sp<DeathNotifier> mDeathNotifier;
H A DAudioTrack.h787 class DeathNotifier : public IBinder::DeathRecipient { class in class:android::AudioTrack
789 DeathNotifier(AudioTrack* audioTrack) : mAudioTrack(audioTrack) { } function in class:android::AudioTrack::DeathNotifier
796 sp<DeathNotifier> mDeathNotifier;
/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 __unused) {
101 IMediaDeathNotifier::DeathNotifier::~DeathNotifier()
103 ALOGV("DeathNotifier::~DeathNotifier");
H A Dmediametadataretriever.cpp36 sp<MediaMetadataRetriever::DeathNotifier> MediaMetadataRetriever::sDeathNotifier;
53 sDeathNotifier = new DeathNotifier();
165 void MediaMetadataRetriever::DeathNotifier::binderDied(const wp<IBinder>& who __unused) {
171 MediaMetadataRetriever::DeathNotifier::~DeathNotifier()
H A DAudioRecord.cpp577 mDeathNotifier = new DeathNotifier(this);
1018 void AudioRecord::DeathNotifier::binderDied(const wp<IBinder>& who __unused)
H A DAudioTrack.cpp1247 mDeathNotifier = new DeathNotifier(this);
2094 void AudioTrack::DeathNotifier::binderDied(const wp<IBinder>& who __unused)
/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerClientImpl.h416 class DeathNotifier: public IBinder::DeathRecipient { class in class:android::DrmManagerClientImpl
418 DeathNotifier() {} function in class:android::DrmManagerClientImpl::DeathNotifier
419 virtual ~DeathNotifier();
425 static sp<DeathNotifier> sDeathNotifier;
/frameworks/av/camera/
H A DCameraBase.cpp46 class DeathNotifier : public IBinder::DeathRecipient class in namespace:android::__anon1
49 DeathNotifier() { function in class:android::__anon1::DeathNotifier
60 sp<DeathNotifier> gDeathNotifier;
84 gDeathNotifier = new DeathNotifier();
/frameworks/av/soundtrigger/
H A DSoundTrigger.cpp41 class DeathNotifier : public IBinder::DeathRecipient class in namespace:android::__anon778
44 DeathNotifier() { function in class:android::__anon778::DeathNotifier
55 sp<DeathNotifier> gDeathNotifier;
73 gDeathNotifier = new DeathNotifier();
/frameworks/av/include/media/stagefright/
H A DCameraSource.h136 class DeathNotifier: public IBinder::DeathRecipient { class in class:android::CameraSource
138 DeathNotifier() {} function in class:android::CameraSource::DeathNotifier
156 sp<DeathNotifier> mDeathNotifier;
H A DACodec.h103 struct DeathNotifier;
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp35 sp<DrmManagerClientImpl::DeathNotifier> DrmManagerClientImpl::sDeathNotifier;
75 sDeathNotifier = new DeathNotifier();
346 DrmManagerClientImpl::DeathNotifier::~DeathNotifier() {
353 void DrmManagerClientImpl::DeathNotifier::binderDied(const wp<IBinder>& who) {
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp220 mDeathNotifier = new DeathNotifier();
916 void CameraSource::DeathNotifier::binderDied(const wp<IBinder>& who) {
H A DACodec.cpp214 struct ACodec::DeathNotifier : public IBinder::DeathRecipient { struct in class:android::ACodec
215 DeathNotifier(const sp<AMessage> &notify) function in struct:android::ACodec::DeathNotifier
224 virtual ~DeathNotifier() {}
229 DISALLOW_EVIL_CONSTRUCTORS(DeathNotifier);
243 sp<DeathNotifier> mDeathNotifier;
4837 mDeathNotifier = new DeathNotifier(notify);

Completed in 1769 milliseconds