Home
last modified time | relevance | path

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

12

/aosp12/frameworks/av/media/libmediaplayerservice/
H A 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()
H A 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();
H A DDeathRecipient.h25 class DeathNotifier :
33 DeathNotifier(std::variant<sp<IBinder> const&,
38 DeathNotifier(
43 virtual ~DeathNotifier() = default;
H A DAndroid.bp24 "DeathNotifier.cpp",
H A DMediaRecorderClient.h100 std::vector<DeathNotifier> mDeathNotifiers;
H A DMediaPlayerService.h46 class DeathNotifier; variable
486 std::vector<DeathNotifier> mDeathNotifiers;
/aosp12/frameworks/av/media/libmedia/include/media/
H A 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;
H A Dmediametadataretriever.h112 class DeathNotifier: public IBinder::DeathRecipient
115 DeathNotifier() {} in DeathNotifier() function
116 virtual ~DeathNotifier();
120 static sp<DeathNotifier> sDeathNotifier;
/aosp12/frameworks/av/media/libmedia/
H A 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()
H A Dmediametadataretriever.cpp36 sp<MediaMetadataRetriever::DeathNotifier> MediaMetadataRetriever::sDeathNotifier;
53 sDeathNotifier = new DeathNotifier(); in getService()
216 void MediaMetadataRetriever::DeathNotifier::binderDied(const wp<IBinder>& who __unused) { in binderDied()
222 MediaMetadataRetriever::DeathNotifier::~DeathNotifier() in ~DeathNotifier()
/aosp12/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerClientImpl.h416 class DeathNotifier: public IBinder::DeathRecipient {
418 DeathNotifier() {} in DeathNotifier() function
419 virtual ~DeathNotifier();
425 static sp<DeathNotifier> sDeathNotifier;
/aosp12/frameworks/av/services/mediaresourcemanager/
H A DResourceManagerService.h35 class DeathNotifier; variable
130 friend class DeathNotifier; variable
179 uintptr_t addCookieAndLink_l(::ndk::SpAIBinder binder, const sp<DeathNotifier>& notifier);
199 static std::map<uintptr_t, sp<DeathNotifier> > sCookieToDeathNotifierMap
H A DResourceManagerService.cpp52 class DeathNotifier : public RefBase { class
54 DeathNotifier(const std::shared_ptr<ResourceManagerService> &service,
57 virtual ~DeathNotifier() {} in ~DeathNotifier()
69 DeathNotifier::DeathNotifier(const std::shared_ptr<ResourceManagerService> &service, in DeathNotifier() function in android::DeathNotifier
74 void DeathNotifier::BinderDiedCallback(void* cookie) { in BinderDiedCallback()
75 sp<DeathNotifier> notifier; in BinderDiedCallback()
90 void DeathNotifier::binderDied() { in binderDied()
103 class OverrideProcessInfoDeathNotifier : public DeathNotifier {
106 int pid) : DeathNotifier(service, pid, 0) {} in OverrideProcessInfoDeathNotifier()
467 new DeathNotifier(ref<ResourceManagerService>(), pid, clientId)); in addResource()
[all …]
/aosp12/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp35 sp<DrmManagerClientImpl::DeathNotifier> DrmManagerClientImpl::sDeathNotifier;
61 sDeathNotifier = new DeathNotifier(); in getDrmManagerService()
332 DrmManagerClientImpl::DeathNotifier::~DeathNotifier() { in ~DeathNotifier()
339 void DrmManagerClientImpl::DeathNotifier::binderDied( in binderDied()
/aosp12/frameworks/av/camera/
H A DCameraBase.cpp101 class DeathNotifier : public IBinder::DeathRecipient class
104 DeathNotifier() { in DeathNotifier() function in android::__anon89e51c6e0110::DeathNotifier
115 sp<DeathNotifier> gDeathNotifier;
143 gDeathNotifier = new DeathNotifier(); in getCameraService()
/aosp12/frameworks/av/media/utils/include/mediautils/
H A DBatteryNotifier.h56 class DeathNotifier : public IBinder::DeathRecipient {
66 sp<DeathNotifier> mDeathNotifier;
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DCameraSource.h144 class DeathNotifier: public IBinder::DeathRecipient {
146 DeathNotifier() {} in DeathNotifier() function
167 sp<DeathNotifier> mDeathNotifier;
/aosp12/frameworks/av/camera/ndk/impl/
H A DACameraManager.h76 class DeathNotifier : public IBinder::DeathRecipient {
78 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} in DeathNotifier() function
85 sp<DeathNotifier> mDeathNotifier;
H A DACameraManager.cpp96 mDeathNotifier = new DeathNotifier(this); in getCameraServiceLocked()
186 void CameraManagerGlobal::DeathNotifier::binderDied(const wp<IBinder>&) in binderDied()
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/
H A DACameraManager.h85 class DeathNotifier : public android::hardware::hidl_death_recipient {
87 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} in DeathNotifier() function
94 sp<DeathNotifier> mDeathNotifier;
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioRecord.h764 class DeathNotifier : public IBinder::DeathRecipient {
766 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } in DeathNotifier() function
773 sp<DeathNotifier> mDeathNotifier;
H A DAudioTrack.h1353 class DeathNotifier : public IBinder::DeathRecipient {
1355 explicit DeathNotifier(AudioTrack* audioTrack) : mAudioTrack(audioTrack) { } in DeathNotifier() function
1362 sp<DeathNotifier> mDeathNotifier;
/aosp12/frameworks/av/media/utils/
H A DBatteryNotifier.cpp28 void BatteryNotifier::DeathNotifier::binderDied(const wp<IBinder>& /*who*/) { in binderDied()
208 mDeathNotifier = new DeathNotifier(); in getBatteryService_l()
/aosp12/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp307 class DeathNotifier : public IBinder::DeathRecipient class
310 DeathNotifier() {} in DeathNotifier() function in __anon1177ffdc0110::DeathNotifier
318 sp<DeathNotifier> gDeathNotifier;
328 gDeathNotifier = new DeathNotifier(); in TEST()
/aosp12/frameworks/av/media/libaudioclient/fuzzer/
H A Daudioflinger_fuzzer.cpp157 class DeathNotifier : public IBinder::DeathRecipient { class
177 sp<DeathNotifier> mDeathNotifier;
186 mDeathNotifier = new DeathNotifier(); in AudioFlingerFuzzer()

12