Home
last modified time | relevance | path

Searched defs:DeathNotifier (Results 1 – 16 of 16) 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/services/mediaresourcemanager/
DResourceManagerService.h35 class DeathNotifier; variable
116 friend class DeathNotifier; variable
DResourceManagerService.cpp52 class DeathNotifier : public RefBase { class
69 DeathNotifier::DeathNotifier(const std::shared_ptr<ResourceManagerService> &service, in DeathNotifier() function in android::DeathNotifier
/frameworks/av/drm/libdrmframework/include/
DDrmManagerClientImpl.h418 DeathNotifier() {} in DeathNotifier() function
/frameworks/av/camera/
DCameraBase.cpp111 class DeathNotifier : public IBinder::DeathRecipient class
114 DeathNotifier() { in DeathNotifier() function in android::__anon9979cdae0111::DeathNotifier
/frameworks/av/media/libstagefright/include/media/stagefright/
DCameraSource.h146 DeathNotifier() {} in DeathNotifier() function
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraManager.h87 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} 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 __anon0972b91c0111::DeathNotifier
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h838 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } in DeathNotifier() function
DAudioTrack.h1521 explicit DeathNotifier(AudioTrack* audioTrack) : mAudioTrack(audioTrack) { } in DeathNotifier() function
/frameworks/av/media/libstagefright/
DACodec.cpp326 struct ACodec::DeathNotifier : struct in android::ACodec
329 explicit DeathNotifier(const sp<AMessage> &notify) in DeathNotifier() function
333 virtual void binderDied(const wp<IBinder> &) { in binderDied()
337 virtual void serviceDied( in serviceDied()
344 virtual ~DeathNotifier() {} in ~DeathNotifier()
347 sp<AMessage> mNotify;
/frameworks/av/media/libaudioclient/fuzzer/
Daudioflinger_fuzzer.cpp158 class DeathNotifier : public IBinder::DeathRecipient { class