Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/
DDeathNotifier.cpp86 DeathNotifier::DeathNotifier(sp<IBinder> const& service, Notify const& notify) in DeathNotifier() function in android::DeathNotifier
92 DeathNotifier::DeathNotifier(sp<HBase> const& service, Notify const& notify) in DeathNotifier() function in android::DeathNotifier
98 DeathNotifier::DeathNotifier(::ndk::SpAIBinder const& service, Notify const& notify) in DeathNotifier() function in android::DeathNotifier
113 DeathNotifier::DeathNotifier(DeathNotifier&& other) in DeathNotifier() function in android::DeathNotifier
DMediaPlayerService.h47 class DeathNotifier; variable
/frameworks/av/media/libmedia/include/media/
DIMediaDeathNotifier.h45 DeathNotifier() {} in DeathNotifier() function
51 friend class DeathNotifier; variable
Dmediametadataretriever.h115 DeathNotifier() {} in DeathNotifier() function
/frameworks/av/drm/libdrmframework/include/
DDrmManagerClientImpl.h418 DeathNotifier() {} in DeathNotifier() function
/frameworks/av/services/mediaresourcemanager/
DResourceTracker.h34 class DeathNotifier; variable
DResourceManagerService.h137 friend class DeathNotifier; variable
DResourceManagerServiceUtils.cpp218 DeathNotifier::DeathNotifier(const std::shared_ptr<IResourceManagerClient>& client, in DeathNotifier() function in android::DeathNotifier
/frameworks/av/camera/
DCameraBase.cpp115 class DeathNotifier : public IBinder::DeathRecipient class
118 DeathNotifier() { in DeathNotifier() function in android::__anon671a7e160111::DeathNotifier
/frameworks/av/media/libstagefright/include/media/stagefright/
DCameraSource.h146 DeathNotifier() {} in DeathNotifier() function
/frameworks/av/camera/tests/
DCameraBinderTests.cpp320 class DeathNotifier : public IBinder::DeathRecipient class
323 DeathNotifier() {} in DeathNotifier() function in __anon34c8d2840111::DeathNotifier
/frameworks/av/camera/ndk/impl/
DACameraManager.h111 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} in DeathNotifier() function
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h789 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } in DeathNotifier() function
DAudioTrack.h1490 explicit DeathNotifier(AudioTrack* audioTrack) : mAudioTrack(audioTrack) { } in DeathNotifier() function
/frameworks/av/media/libstagefright/
DACodec.cpp339 struct ACodec::DeathNotifier : struct in android::ACodec
342 explicit DeathNotifier(const sp<AMessage> &notify) in DeathNotifier() argument
346 virtual void binderDied(const wp<IBinder> &) { in binderDied()
350 virtual void serviceDied( in serviceDied()
357 virtual ~DeathNotifier() {} in ~DeathNotifier()
360 sp<AMessage> mNotify;
/frameworks/av/media/libaudioclient/fuzzer/
Daudioflinger_fuzzer.cpp184 class DeathNotifier : public IBinder::DeathRecipient { class