Home
last modified time | relevance | path

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

12

/frameworks/av/media/libmediaplayerservice/
DDeathNotifier.cpp25 class DeathNotifier::DeathRecipient :
29 using Notify = DeathNotifier::Notify;
46 DeathNotifier::DeathNotifier(sp<IBinder> const& service, Notify const& notify) in DeathNotifier() function in android::DeathNotifier
52 DeathNotifier::DeathNotifier(sp<HBase> const& service, Notify const& notify) in DeathNotifier() function in android::DeathNotifier
58 DeathNotifier::DeathNotifier(DeathNotifier&& other) in DeathNotifier() function in android::DeathNotifier
64 DeathNotifier::~DeathNotifier() { in ~DeathNotifier()
DDeathNotifier.h28 class DeathNotifier {
33 DeathNotifier(sp<IBinder> const& service, Notify const& notify);
34 DeathNotifier(sp<HBase> const& service, Notify const& notify);
35 DeathNotifier(DeathNotifier&& other);
36 ~DeathNotifier();
DDeathRecipient.h25 class DeathNotifier :
33 DeathNotifier(std::variant<sp<IBinder> const&,
38 DeathNotifier(
43 virtual ~DeathNotifier() = default;
DAndroid.bp5 "DeathNotifier.cpp",
DMediaRecorderClient.h97 std::vector<DeathNotifier> mDeathNotifiers;
DMediaPlayerService.h42 class DeathNotifier; variable
481 std::vector<DeathNotifier> mDeathNotifiers;
/frameworks/av/media/libmedia/include/media/
DIMediaDeathNotifier.h42 class DeathNotifier: public IBinder::DeathRecipient
45 DeathNotifier() {} in DeathNotifier() function
46 virtual ~DeathNotifier();
51 friend class DeathNotifier; variable
55 static sp<DeathNotifier> sDeathNotifier;
Dmediametadataretriever.h110 class DeathNotifier: public IBinder::DeathRecipient
113 DeathNotifier() {} in DeathNotifier() function
114 virtual ~DeathNotifier();
118 static sp<DeathNotifier> sDeathNotifier;
/frameworks/av/media/libmedia/
DIMediaDeathNotifier.cpp30 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()
Dmediametadataretriever.cpp36 sp<MediaMetadataRetriever::DeathNotifier> MediaMetadataRetriever::sDeathNotifier;
53 sDeathNotifier = new DeathNotifier(); in getService()
218 void MediaMetadataRetriever::DeathNotifier::binderDied(const wp<IBinder>& who __unused) { in binderDied()
224 MediaMetadataRetriever::DeathNotifier::~DeathNotifier() in ~DeathNotifier()
/frameworks/av/drm/libdrmframework/include/
DDrmManagerClientImpl.h416 class DeathNotifier: public IBinder::DeathRecipient {
418 DeathNotifier() {} in DeathNotifier() function
419 virtual ~DeathNotifier();
425 static sp<DeathNotifier> sDeathNotifier;
/frameworks/av/media/utils/include/mediautils/
DBatteryNotifier.h56 class DeathNotifier : public IBinder::DeathRecipient {
66 sp<DeathNotifier> mDeathNotifier;
/frameworks/av/soundtrigger/
DSoundTrigger.cpp41 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/camera/
DCameraBase.cpp85 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/drm/libdrmframework/
DDrmManagerClientImpl.cpp35 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/camera/ndk/impl/
DACameraManager.h73 class DeathNotifier : public IBinder::DeathRecipient {
75 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} in DeathNotifier() function
82 sp<DeathNotifier> mDeathNotifier;
DACameraManager.cpp99 mDeathNotifier = new DeathNotifier(this); in getCameraServiceLocked()
184 void CameraManagerGlobal::DeathNotifier::binderDied(const wp<IBinder>&) in binderDied()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraManager.h81 class DeathNotifier : public android::hardware::hidl_death_recipient {
83 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} in DeathNotifier() function
90 sp<DeathNotifier> mDeathNotifier;
DACameraManager.cpp232 mDeathNotifier = new DeathNotifier(this); in getCameraService()
286 void CameraManagerGlobal::DeathNotifier::serviceDied(uint64_t cookie, const wp<IBase> &who) { in serviceDied()
/frameworks/av/media/libstagefright/include/media/stagefright/
DCameraSource.h177 class DeathNotifier: public IBinder::DeathRecipient {
179 DeathNotifier() {} in DeathNotifier() function
199 sp<DeathNotifier> mDeathNotifier;
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h719 class DeathNotifier : public IBinder::DeathRecipient {
721 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } in DeathNotifier() function
728 sp<DeathNotifier> mDeathNotifier;
DAudioTrack.h1222 class DeathNotifier : public IBinder::DeathRecipient {
1224 DeathNotifier(AudioTrack* audioTrack) : mAudioTrack(audioTrack) { } in DeathNotifier() function
1231 sp<DeathNotifier> mDeathNotifier;
/frameworks/av/media/utils/
DBatteryNotifier.cpp28 void BatteryNotifier::DeathNotifier::binderDied(const wp<IBinder>& /*who*/) { in binderDied()
208 mDeathNotifier = new DeathNotifier(); in getBatteryService_l()
/frameworks/av/camera/tests/
DCameraBinderTests.cpp301 class DeathNotifier : public IBinder::DeathRecipient class
304 DeathNotifier() {} in DeathNotifier() function in __anonff3955f00111::DeathNotifier
312 sp<DeathNotifier> gDeathNotifier;
322 gDeathNotifier = new DeathNotifier(); in TEST()
/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp42 class DeathNotifier : public IBinder::DeathRecipient { class
44 DeathNotifier(const wp<ResourceManagerService> &service, int pid, int64_t clientId) in DeathNotifier() function in android::__anonb7515a1f0111::DeathNotifier
334 info.deathNotifier = new DeathNotifier(this, pid, clientId); in addResource()

12