/frameworks/av/media/libmediaplayerservice/ |
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()
|
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();
|
D | DeathRecipient.h | 25 class DeathNotifier : 33 DeathNotifier(std::variant<sp<IBinder> const&, 38 DeathNotifier( 43 virtual ~DeathNotifier() = default;
|
D | Android.bp | 5 "DeathNotifier.cpp",
|
D | MediaRecorderClient.h | 99 std::vector<DeathNotifier> mDeathNotifiers;
|
D | MediaPlayerService.h | 43 class DeathNotifier; variable 487 std::vector<DeathNotifier> mDeathNotifiers;
|
/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 | 109 class DeathNotifier: public IBinder::DeathRecipient 112 DeathNotifier() {} in DeathNotifier() function 113 virtual ~DeathNotifier(); 117 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() 216 void MediaMetadataRetriever::DeathNotifier::binderDied(const wp<IBinder>& who __unused) { in binderDied() 222 MediaMetadataRetriever::DeathNotifier::~DeathNotifier() in ~DeathNotifier()
|
/frameworks/av/services/mediaresourcemanager/ |
D | ResourceManagerService.h | 34 class DeathNotifier; variable 53 sp<DeathNotifier> deathNotifier; 62 class DeathNotifier : public RefBase { 64 DeathNotifier(const std::shared_ptr<ResourceManagerService> &service, 67 ~DeathNotifier() {} in ~DeathNotifier()
|
D | ResourceManagerService.cpp | 43 DeathNotifier::DeathNotifier(const std::shared_ptr<ResourceManagerService> &service, in DeathNotifier() function in android::DeathNotifier 48 void DeathNotifier::BinderDiedCallback(void* cookie) { in BinderDiedCallback() 49 auto thiz = static_cast<DeathNotifier*>(cookie); in BinderDiedCallback() 53 void DeathNotifier::binderDied() { in binderDied() 257 mDeathRecipient(AIBinder_DeathRecipient_new(DeathNotifier::BinderDiedCallback)) { in ResourceManagerService() 384 info.deathNotifier = new DeathNotifier(ref<ResourceManagerService>(), pid, clientId); in addResource()
|
/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/camera/ |
D | CameraBase.cpp | 101 class DeathNotifier : public IBinder::DeathRecipient class 104 DeathNotifier() { in DeathNotifier() function in android::__anon265dcead0111::DeathNotifier 115 sp<DeathNotifier> gDeathNotifier; 143 gDeathNotifier = new DeathNotifier(); in getCameraService()
|
/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/camera/ndk/impl/ |
D | ACameraManager.h | 76 class DeathNotifier : public IBinder::DeathRecipient { 78 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} in DeathNotifier() function 85 sp<DeathNotifier> mDeathNotifier;
|
D | ACameraManager.cpp | 96 mDeathNotifier = new DeathNotifier(this); in getCameraServiceLocked() 186 void CameraManagerGlobal::DeathNotifier::binderDied(const wp<IBinder>&) in binderDied()
|
/frameworks/av/camera/ndk/ndk_vendor/impl/ |
D | ACameraManager.h | 84 class DeathNotifier : public android::hardware::hidl_death_recipient { 86 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} in DeathNotifier() function 93 sp<DeathNotifier> mDeathNotifier;
|
D | ACameraManager.cpp | 233 mDeathNotifier = new DeathNotifier(this); in getCameraService() 295 void CameraManagerGlobal::DeathNotifier::serviceDied(uint64_t cookie, const wp<IBase> &who) { in serviceDied()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | CameraSource.h | 177 class DeathNotifier: public IBinder::DeathRecipient { 179 DeathNotifier() {} in DeathNotifier() function 199 sp<DeathNotifier> mDeathNotifier;
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioRecord.h | 732 class DeathNotifier : public IBinder::DeathRecipient { 734 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } in DeathNotifier() function 741 sp<DeathNotifier> mDeathNotifier;
|
D | AudioTrack.h | 1248 class DeathNotifier : public IBinder::DeathRecipient { 1250 explicit DeathNotifier(AudioTrack* audioTrack) : mAudioTrack(audioTrack) { } in DeathNotifier() function 1257 sp<DeathNotifier> mDeathNotifier;
|
/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 | 307 class DeathNotifier : public IBinder::DeathRecipient class 310 DeathNotifier() {} in DeathNotifier() function in __anon6dd0207b0111::DeathNotifier 318 sp<DeathNotifier> gDeathNotifier; 328 gDeathNotifier = new DeathNotifier(); in TEST()
|