Home
last modified time | relevance | path

Searched defs:DeathNotifier (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/av/media/libmediaplayerservice/
H A DDeathNotifier.cpp46 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 DMediaPlayerService.h46 class DeathNotifier; variable
/aosp12/frameworks/av/media/libmedia/include/media/
H A DIMediaDeathNotifier.h45 DeathNotifier() {} in DeathNotifier() function
51 friend class DeathNotifier; variable
H A Dmediametadataretriever.h115 DeathNotifier() {} in DeathNotifier() function
/aosp12/frameworks/av/services/mediaresourcemanager/
H A DResourceManagerService.h35 class DeathNotifier; variable
130 friend class DeathNotifier; variable
H A DResourceManagerService.cpp52 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 DDrmManagerClientImpl.h418 DeathNotifier() {} in DeathNotifier() function
/aosp12/frameworks/av/camera/
H A DCameraBase.cpp101 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 DCameraSource.h146 DeathNotifier() {} in DeathNotifier() function
/aosp12/frameworks/av/camera/ndk/impl/
H A DACameraManager.h78 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} in DeathNotifier() function
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/
H A DACameraManager.h87 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} in DeathNotifier() function
/aosp12/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp307 class DeathNotifier : public IBinder::DeathRecipient class
310 DeathNotifier() {} in DeathNotifier() function in __anon1177ffdc0110::DeathNotifier
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioRecord.h766 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } in DeathNotifier() function
H A DAudioTrack.h1355 explicit DeathNotifier(AudioTrack* audioTrack) : mAudioTrack(audioTrack) { } in DeathNotifier() function
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp325 struct ACodec::DeathNotifier : struct in android::ACodec
328 explicit DeathNotifier(const sp<AMessage> &notify) 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 Daudioflinger_fuzzer.cpp157 class DeathNotifier : public IBinder::DeathRecipient { class