/frameworks/av/include/media/ |
D | IMediaDeathNotifier.h | 42 class DeathNotifier: public IBinder::DeathRecipient 45 DeathNotifier() {} in DeathNotifier() function 46 virtual ~DeathNotifier(); 51 friend class DeathNotifier; variable 55 static sp<DeathNotifier> sDeathNotifier;
|
D | mediametadataretriever.h | 87 class DeathNotifier: public IBinder::DeathRecipient 90 DeathNotifier() {} in DeathNotifier() function 91 virtual ~DeathNotifier(); 95 static sp<DeathNotifier> sDeathNotifier;
|
D | AudioRecord.h | 641 class DeathNotifier : public IBinder::DeathRecipient { 643 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } in DeathNotifier() function 650 sp<DeathNotifier> mDeathNotifier;
|
D | AudioTrack.h | 1141 class DeathNotifier : public IBinder::DeathRecipient { 1143 DeathNotifier(AudioTrack* audioTrack) : mAudioTrack(audioTrack) { } in DeathNotifier() function 1150 sp<DeathNotifier> mDeathNotifier;
|
/frameworks/av/media/libmedia/include/media/ |
D | IMediaDeathNotifier.h | 42 class DeathNotifier: public IBinder::DeathRecipient 45 DeathNotifier() {} in DeathNotifier() function 46 virtual ~DeathNotifier(); 51 friend class DeathNotifier; variable 55 static sp<DeathNotifier> sDeathNotifier;
|
D | mediametadataretriever.h | 87 class DeathNotifier: public IBinder::DeathRecipient 90 DeathNotifier() {} in DeathNotifier() function 91 virtual ~DeathNotifier(); 95 static sp<DeathNotifier> sDeathNotifier;
|
/frameworks/av/media/libmedia/ |
D | IMediaDeathNotifier.cpp | 30 sp<IMediaDeathNotifier::DeathNotifier> IMediaDeathNotifier::sDeathNotifier; 52 sDeathNotifier = new DeathNotifier(); in getMediaPlayerService() 78 IMediaDeathNotifier::DeathNotifier::binderDied(const wp<IBinder>& who __unused) { in binderDied() 101 IMediaDeathNotifier::DeathNotifier::~DeathNotifier() in ~DeathNotifier()
|
D | mediametadataretriever.cpp | 36 sp<MediaMetadataRetriever::DeathNotifier> MediaMetadataRetriever::sDeathNotifier; 53 sDeathNotifier = new DeathNotifier(); in getService() 177 void MediaMetadataRetriever::DeathNotifier::binderDied(const wp<IBinder>& who __unused) { in binderDied() 183 MediaMetadataRetriever::DeathNotifier::~DeathNotifier() in ~DeathNotifier()
|
/frameworks/av/drm/libdrmframework/include/ |
D | DrmManagerClientImpl.h | 416 class DeathNotifier: public IBinder::DeathRecipient { 418 DeathNotifier() {} in DeathNotifier() function 419 virtual ~DeathNotifier(); 425 static sp<DeathNotifier> sDeathNotifier;
|
/frameworks/av/media/utils/include/mediautils/ |
D | BatteryNotifier.h | 56 class DeathNotifier : public IBinder::DeathRecipient { 66 sp<DeathNotifier> mDeathNotifier;
|
/frameworks/av/radio/ |
D | Radio.cpp | 41 class DeathNotifier : public IBinder::DeathRecipient class 44 DeathNotifier() { in DeathNotifier() function in android::__anon4dd2a3b30111::DeathNotifier 55 sp<DeathNotifier> gDeathNotifier; 73 gDeathNotifier = new DeathNotifier(); in getRadioService()
|
/frameworks/av/camera/ndk/impl/ |
D | ACameraManager.h | 66 class DeathNotifier : public IBinder::DeathRecipient { 68 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} in DeathNotifier() function 75 sp<DeathNotifier> mDeathNotifier;
|
D | ACameraManager.cpp | 94 mDeathNotifier = new DeathNotifier(this); in getCameraService() 179 void CameraManagerGlobal::DeathNotifier::binderDied(const wp<IBinder>&) in binderDied()
|
/frameworks/av/camera/ |
D | CameraBase.cpp | 85 class DeathNotifier : public IBinder::DeathRecipient class 88 DeathNotifier() { in DeathNotifier() function in android::__anon881902020111::DeathNotifier 99 sp<DeathNotifier> gDeathNotifier; 129 gDeathNotifier = new DeathNotifier(); in getCameraService()
|
/frameworks/av/soundtrigger/ |
D | SoundTrigger.cpp | 41 class DeathNotifier : public IBinder::DeathRecipient class 44 DeathNotifier() { in DeathNotifier() function in android::__anon5e7589ef0111::DeathNotifier 55 sp<DeathNotifier> gDeathNotifier; 73 gDeathNotifier = new DeathNotifier(); in getSoundTriggerHwService()
|
/frameworks/av/drm/libdrmframework/ |
D | DrmManagerClientImpl.cpp | 35 sp<DrmManagerClientImpl::DeathNotifier> DrmManagerClientImpl::sDeathNotifier; 75 sDeathNotifier = new DeathNotifier(); in getDrmManagerService() 346 DrmManagerClientImpl::DeathNotifier::~DeathNotifier() { in ~DeathNotifier() 353 void DrmManagerClientImpl::DeathNotifier::binderDied( in binderDied()
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioRecord.h | 641 class DeathNotifier : public IBinder::DeathRecipient { 643 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } in DeathNotifier() function 650 sp<DeathNotifier> mDeathNotifier;
|
D | AudioTrack.h | 1141 class DeathNotifier : public IBinder::DeathRecipient { 1143 DeathNotifier(AudioTrack* audioTrack) : mAudioTrack(audioTrack) { } in DeathNotifier() function 1150 sp<DeathNotifier> mDeathNotifier;
|
/frameworks/av/media/libstagefright/include/ |
D | CameraSource.h | 176 class DeathNotifier: public IBinder::DeathRecipient { 178 DeathNotifier() {} in DeathNotifier() function 198 sp<DeathNotifier> mDeathNotifier;
|
D | ACodec.h | 126 struct DeathNotifier;
|
/frameworks/av/media/utils/ |
D | BatteryNotifier.cpp | 28 void BatteryNotifier::DeathNotifier::binderDied(const wp<IBinder>& /*who*/) { in binderDied() 208 mDeathNotifier = new DeathNotifier(); in getBatteryService_l()
|
/frameworks/av/camera/tests/ |
D | CameraBinderTests.cpp | 277 class DeathNotifier : public IBinder::DeathRecipient class 280 DeathNotifier() {} in DeathNotifier() function in __anonff3955f00111::DeathNotifier 288 sp<DeathNotifier> gDeathNotifier; 298 gDeathNotifier = new DeathNotifier(); in TEST()
|
/frameworks/av/services/mediaresourcemanager/ |
D | ResourceManagerService.cpp | 39 class DeathNotifier : public IBinder::DeathRecipient { class 41 DeathNotifier(const wp<ResourceManagerService> &service, int pid, int64_t clientId) in DeathNotifier() function in android::__anonb7515a1f0111::DeathNotifier 243 info.deathNotifier = new DeathNotifier(this, pid, clientId); in addResource()
|
/frameworks/av/media/libaudioclient/ |
D | AudioRecord.cpp | 734 mDeathNotifier = new DeathNotifier(this); in openRecord_l() 1249 void AudioRecord::DeathNotifier::binderDied(const wp<IBinder>& who __unused) in binderDied()
|
/frameworks/av/media/libstagefright/ |
D | CameraSource.cpp | 258 mDeathNotifier = new DeathNotifier(); in isCameraAvailable() 1407 void CameraSource::DeathNotifier::binderDied(const wp<IBinder>& who __unused) { in binderDied()
|