Searched refs:DeathNotifier (Results 1 - 22 of 22) 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.h87 class DeathNotifier: public IBinder::DeathRecipient class in class:android::MediaMetadataRetriever
90 DeathNotifier() {} function in class:android::MediaMetadataRetriever::DeathNotifier
91 virtual ~DeathNotifier();
95 static sp<DeathNotifier> sDeathNotifier;
H A DAudioRecord.h631 class DeathNotifier : public IBinder::DeathRecipient { class in class:android::AudioRecord
633 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } function in class:android::AudioRecord::DeathNotifier
640 sp<DeathNotifier> mDeathNotifier;
H A DAudioTrack.h1093 class DeathNotifier : public IBinder::DeathRecipient { class in class:android::AudioTrack
1095 DeathNotifier(AudioTrack* audioTrack) : mAudioTrack(audioTrack) { } function in class:android::AudioTrack::DeathNotifier
1102 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();
177 void MediaMetadataRetriever::DeathNotifier::binderDied(const wp<IBinder>& who __unused) {
183 MediaMetadataRetriever::DeathNotifier::~DeathNotifier()
H A DAudioRecord.cpp718 mDeathNotifier = new DeathNotifier(this);
1230 void AudioRecord::DeathNotifier::binderDied(const wp<IBinder>& who __unused)
H A DAudioTrack.cpp1550 mDeathNotifier = new DeathNotifier(this);
2708 void AudioTrack::DeathNotifier::binderDied(const wp<IBinder>& who __unused)
/frameworks/av/media/utils/include/mediautils/
H A DBatteryNotifier.h56 class DeathNotifier : public IBinder::DeathRecipient { class in class:android::BatteryNotifier
66 sp<DeathNotifier> mDeathNotifier;
/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/ndk/impl/
H A DACameraManager.h61 class DeathNotifier : public IBinder::DeathRecipient { class in class:android::final
63 DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} function in class:android::final::DeathNotifier
70 sp<DeathNotifier> mDeathNotifier;
H A DACameraManager.cpp88 mDeathNotifier = new DeathNotifier(this);
143 void CameraManagerGlobal::DeathNotifier::binderDied(const wp<IBinder>&)
/frameworks/av/camera/
H A DCameraBase.cpp66 class DeathNotifier : public IBinder::DeathRecipient class in namespace:android::__anon1
69 DeathNotifier() { function in class:android::__anon1::DeathNotifier
80 sp<DeathNotifier> gDeathNotifier;
104 gDeathNotifier = new DeathNotifier();
/frameworks/av/radio/
H A DRadio.cpp41 class DeathNotifier : public IBinder::DeathRecipient class in namespace:android::__anon784
44 DeathNotifier() { function in class:android::__anon784::DeathNotifier
55 sp<DeathNotifier> gDeathNotifier;
73 gDeathNotifier = new DeathNotifier();
/frameworks/av/soundtrigger/
H A DSoundTrigger.cpp41 class DeathNotifier : public IBinder::DeathRecipient class in namespace:android::__anon834
44 DeathNotifier() { function in class:android::__anon834::DeathNotifier
55 sp<DeathNotifier> gDeathNotifier;
73 gDeathNotifier = new DeathNotifier();
/frameworks/av/include/media/stagefright/
H A DCameraSource.h172 class DeathNotifier: public IBinder::DeathRecipient { class in class:android::CameraSource
174 DeathNotifier() {} function in class:android::CameraSource::DeathNotifier
194 sp<DeathNotifier> mDeathNotifier;
H A DACodec.h129 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(
/frameworks/av/media/utils/
H A DBatteryNotifier.cpp28 void BatteryNotifier::DeathNotifier::binderDied(const wp<IBinder>& /*who*/) {
202 mDeathNotifier = new DeathNotifier();
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp268 class DeathNotifier : public IBinder::DeathRecipient class in namespace:__anon11
271 DeathNotifier() {} function in class:__anon11::DeathNotifier
279 sp<DeathNotifier> gDeathNotifier;
289 gDeathNotifier = new DeathNotifier();
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp235 mDeathNotifier = new DeathNotifier();
1276 void CameraSource::DeathNotifier::binderDied(const wp<IBinder>& who __unused) {
H A DACodec.cpp269 struct ACodec::DeathNotifier : public IBinder::DeathRecipient { struct in class:android::ACodec
270 DeathNotifier(const sp<AMessage> &notify) function in struct:android::ACodec::DeathNotifier
279 virtual ~DeathNotifier() {}
284 DISALLOW_EVIL_CONSTRUCTORS(DeathNotifier);
298 sp<DeathNotifier> mDeathNotifier;
6425 mDeathNotifier = new DeathNotifier(notify);

Completed in 882 milliseconds