Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/
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
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/
DResourceManagerService.h37 class DeathNotifier; variable
134 friend class DeathNotifier; variable
DResourceManagerService.cpp54 class DeathNotifier : public RefBase { class
70 DeathNotifier::DeathNotifier(const std::shared_ptr<ResourceManagerService> &service, in DeathNotifier() function in android::DeathNotifier
/frameworks/av/camera/
DCameraBase.cpp111 class DeathNotifier : public IBinder::DeathRecipient class
114 DeathNotifier() { in DeathNotifier() function in android::__anon229256670111::DeathNotifier
/frameworks/av/media/libstagefright/include/media/stagefright/
DCameraSource.h146 DeathNotifier() {} in DeathNotifier() function
/frameworks/av/camera/ndk/impl/
DACameraManager.h78 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} in DeathNotifier() function
/frameworks/av/camera/tests/
DCameraBinderTests.cpp313 class DeathNotifier : public IBinder::DeathRecipient class
316 DeathNotifier() {} in DeathNotifier() function in __anon8991e6750111::DeathNotifier
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h789 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } in DeathNotifier() function
DAudioTrack.h1483 explicit DeathNotifier(AudioTrack* audioTrack) : mAudioTrack(audioTrack) { } in DeathNotifier() function
/frameworks/av/media/libstagefright/
DACodec.cpp335 struct ACodec::DeathNotifier : struct in android::ACodec
338 explicit DeathNotifier(const sp<AMessage> &notify) in DeathNotifier() function
342 virtual void binderDied(const wp<IBinder> &) { in binderDied()
346 virtual void serviceDied( in serviceDied()
353 virtual ~DeathNotifier() {} in ~DeathNotifier()
356 sp<AMessage> mNotify;
/frameworks/av/media/libaudioclient/fuzzer/
Daudioflinger_fuzzer.cpp184 class DeathNotifier : public IBinder::DeathRecipient { class