/aosp12/frameworks/av/media/libmediaplayerservice/ |
H A D | DeathNotifier.cpp | 25 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 D | DeathNotifier.h | 28 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 D | DeathRecipient.h | 25 class DeathNotifier : 33 DeathNotifier(std::variant<sp<IBinder> const&, 38 DeathNotifier( 43 virtual ~DeathNotifier() = default;
|
H A D | Android.bp | 24 "DeathNotifier.cpp",
|
H A D | MediaRecorderClient.h | 100 std::vector<DeathNotifier> mDeathNotifiers;
|
H A D | MediaPlayerService.h | 46 class DeathNotifier; variable 486 std::vector<DeathNotifier> mDeathNotifiers;
|
/aosp12/frameworks/av/media/libmedia/include/media/ |
H A 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;
|
H A D | mediametadataretriever.h | 112 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 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()
|
H A D | mediametadataretriever.cpp | 36 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 D | DrmManagerClientImpl.h | 416 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 D | ResourceManagerService.h | 35 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 D | ResourceManagerService.cpp | 52 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 D | DrmManagerClientImpl.cpp | 35 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 D | CameraBase.cpp | 101 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 D | BatteryNotifier.h | 56 class DeathNotifier : public IBinder::DeathRecipient { 66 sp<DeathNotifier> mDeathNotifier;
|
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/ |
H A D | CameraSource.h | 144 class DeathNotifier: public IBinder::DeathRecipient { 146 DeathNotifier() {} in DeathNotifier() function 167 sp<DeathNotifier> mDeathNotifier;
|
/aosp12/frameworks/av/camera/ndk/impl/ |
H A D | ACameraManager.h | 76 class DeathNotifier : public IBinder::DeathRecipient { 78 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} in DeathNotifier() function 85 sp<DeathNotifier> mDeathNotifier;
|
H A D | ACameraManager.cpp | 96 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 D | ACameraManager.h | 85 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 D | AudioRecord.h | 764 class DeathNotifier : public IBinder::DeathRecipient { 766 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } in DeathNotifier() function 773 sp<DeathNotifier> mDeathNotifier;
|
H A D | AudioTrack.h | 1353 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 D | BatteryNotifier.cpp | 28 void BatteryNotifier::DeathNotifier::binderDied(const wp<IBinder>& /*who*/) { in binderDied() 208 mDeathNotifier = new DeathNotifier(); in getBatteryService_l()
|
/aosp12/frameworks/av/camera/tests/ |
H A D | CameraBinderTests.cpp | 307 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 D | audioflinger_fuzzer.cpp | 157 class DeathNotifier : public IBinder::DeathRecipient { class 177 sp<DeathNotifier> mDeathNotifier; 186 mDeathNotifier = new DeathNotifier(); in AudioFlingerFuzzer()
|