/aosp12/frameworks/av/media/libmediaplayerservice/ |
H A D | DeathNotifier.cpp | 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
|
H A D | MediaPlayerService.h | 46 class DeathNotifier; variable
|
/aosp12/frameworks/av/media/libmedia/include/media/ |
H A D | IMediaDeathNotifier.h | 45 DeathNotifier() {} in DeathNotifier() function 51 friend class DeathNotifier; variable
|
H A D | mediametadataretriever.h | 115 DeathNotifier() {} in DeathNotifier() function
|
/aosp12/frameworks/av/services/mediaresourcemanager/ |
H A D | ResourceManagerService.h | 35 class DeathNotifier; variable 130 friend class DeathNotifier; variable
|
H A D | ResourceManagerService.cpp | 52 class DeathNotifier : public RefBase { class 69 DeathNotifier::DeathNotifier(const std::shared_ptr<ResourceManagerService> &service, in DeathNotifier() function in android::DeathNotifier
|
/aosp12/frameworks/av/drm/libdrmframework/include/ |
H A D | DrmManagerClientImpl.h | 418 DeathNotifier() {} in DeathNotifier() function
|
/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
|
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/ |
H A D | CameraSource.h | 146 DeathNotifier() {} in DeathNotifier() function
|
/aosp12/frameworks/av/camera/ndk/impl/ |
H A D | ACameraManager.h | 78 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} in DeathNotifier() function
|
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/ |
H A D | ACameraManager.h | 87 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} in DeathNotifier() function
|
/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
|
/aosp12/frameworks/av/media/libaudioclient/include/media/ |
H A D | AudioRecord.h | 766 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } in DeathNotifier() function
|
H A D | AudioTrack.h | 1355 explicit DeathNotifier(AudioTrack* audioTrack) : mAudioTrack(audioTrack) { } in DeathNotifier() function
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | ACodec.cpp | 325 struct ACodec::DeathNotifier : struct in android::ACodec 328 explicit DeathNotifier(const sp<AMessage> ¬ify) in DeathNotifier() argument 332 virtual void binderDied(const wp<IBinder> &) { in binderDied() 336 virtual void serviceDied( in serviceDied() 343 virtual ~DeathNotifier() {} in ~DeathNotifier() 346 sp<AMessage> mNotify;
|
/aosp12/frameworks/av/media/libaudioclient/fuzzer/ |
H A D | audioflinger_fuzzer.cpp | 157 class DeathNotifier : public IBinder::DeathRecipient { class
|