Searched refs:DeathNotifier (Results 1 - 25 of 31) sorted by relevance

12

/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.h641 class DeathNotifier : public IBinder::DeathRecipient { class in class:android::AudioRecord
643 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } function in class:android::AudioRecord::DeathNotifier
650 sp<DeathNotifier> mDeathNotifier;
H A DAudioTrack.h1141 class DeathNotifier : public IBinder::DeathRecipient { class in class:android::AudioTrack
1143 DeathNotifier(AudioTrack* audioTrack) : mAudioTrack(audioTrack) { } function in class:android::AudioTrack::DeathNotifier
1150 sp<DeathNotifier> mDeathNotifier;
/frameworks/av/media/libmedia/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;
/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()
/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.h66 class DeathNotifier : public IBinder::DeathRecipient { class in class:android::final
68 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} function in class:android::final::DeathNotifier
75 sp<DeathNotifier> mDeathNotifier;
H A DACameraManager.cpp94 mDeathNotifier = new DeathNotifier(this);
179 void CameraManagerGlobal::DeathNotifier::binderDied(const wp<IBinder>&)
/frameworks/av/camera/
H A DCameraBase.cpp85 class DeathNotifier : public IBinder::DeathRecipient class in namespace:android::__anon1
88 DeathNotifier() { function in class:android::__anon1::DeathNotifier
99 sp<DeathNotifier> gDeathNotifier;
129 gDeathNotifier = new DeathNotifier();
/frameworks/av/radio/
H A DRadio.cpp41 class DeathNotifier : public IBinder::DeathRecipient class in namespace:android::__anon976
44 DeathNotifier() { function in class:android::__anon976::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::__anon1022
44 DeathNotifier() { function in class:android::__anon1022::DeathNotifier
55 sp<DeathNotifier> gDeathNotifier;
73 gDeathNotifier = new DeathNotifier();
/frameworks/av/media/libaudioclient/include/media/
H A DAudioRecord.h641 class DeathNotifier : public IBinder::DeathRecipient { class in class:android::AudioRecord
643 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } function in class:android::AudioRecord::DeathNotifier
650 sp<DeathNotifier> mDeathNotifier;
H A DAudioTrack.h1141 class DeathNotifier : public IBinder::DeathRecipient { class in class:android::AudioTrack
1143 DeathNotifier(AudioTrack* audioTrack) : mAudioTrack(audioTrack) { } function in class:android::AudioTrack::DeathNotifier
1150 sp<DeathNotifier> mDeathNotifier;
/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/include/media/stagefright/
H A DCameraSource.h176 class DeathNotifier: public IBinder::DeathRecipient { class in class:android::CameraSource
178 DeathNotifier() {} function in class:android::CameraSource::DeathNotifier
198 sp<DeathNotifier> mDeathNotifier;
/frameworks/av/media/libstagefright/foundation/include/
H A DCameraSource.h176 class DeathNotifier: public IBinder::DeathRecipient { class in class:android::CameraSource
178 DeathNotifier() {} function in class:android::CameraSource::DeathNotifier
198 sp<DeathNotifier> mDeathNotifier;
/frameworks/av/media/libstagefright/include/
H A DCameraSource.h176 class DeathNotifier: public IBinder::DeathRecipient { class in class:android::CameraSource
178 DeathNotifier() {} function in class:android::CameraSource::DeathNotifier
198 sp<DeathNotifier> mDeathNotifier;
/frameworks/av/media/utils/
H A DBatteryNotifier.cpp28 void BatteryNotifier::DeathNotifier::binderDied(const wp<IBinder>& /*who*/) {
208 mDeathNotifier = new DeathNotifier();
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp277 class DeathNotifier : public IBinder::DeathRecipient class in namespace:__anon23
280 DeathNotifier() {} function in class:__anon23::DeathNotifier
288 sp<DeathNotifier> gDeathNotifier;
298 gDeathNotifier = new DeathNotifier();
/frameworks/av/services/mediaresourcemanager/
H A DResourceManagerService.cpp39 class DeathNotifier : public IBinder::DeathRecipient { class in namespace:android::__anon1013
41 DeathNotifier(const wp<ResourceManagerService> &service, int pid, int64_t clientId) function in class:android::__anon1013::DeathNotifier
243 info.deathNotifier = new DeathNotifier(this, pid, clientId);
/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp734 mDeathNotifier = new DeathNotifier(this);
1249 void AudioRecord::DeathNotifier::binderDied(const wp<IBinder>& who __unused)

Completed in 219 milliseconds

12