Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DIMediaDeathNotifier.h45 DeathNotifier() {} in DeathNotifier() function
51 friend class DeathNotifier; variable
Dmediametadataretriever.h90 DeathNotifier() {} in DeathNotifier() function
DAudioRecord.h608 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } in DeathNotifier() function
DAudioTrack.h947 DeathNotifier(AudioTrack* audioTrack) : mAudioTrack(audioTrack) { } in DeathNotifier() function
/frameworks/av/drm/libdrmframework/include/
DDrmManagerClientImpl.h418 DeathNotifier() {} in DeathNotifier() function
/frameworks/av/camera/
DCameraBase.cpp45 class DeathNotifier : public IBinder::DeathRecipient class
48 DeathNotifier() { in DeathNotifier() function in android::__anona3d877a20111::DeathNotifier
/frameworks/av/soundtrigger/
DSoundTrigger.cpp41 class DeathNotifier : public IBinder::DeathRecipient class
44 DeathNotifier() { in DeathNotifier() function in android::__anon76a09f8f0111::DeathNotifier
/frameworks/av/radio/
DRadio.cpp41 class DeathNotifier : public IBinder::DeathRecipient class
44 DeathNotifier() { in DeathNotifier() function in android::__anondb1261530111::DeathNotifier
/frameworks/av/include/media/stagefright/
DCameraSource.h138 DeathNotifier() {} in DeathNotifier() function
/frameworks/av/media/libstagefright/
DACodec.cpp266 struct ACodec::DeathNotifier : public IBinder::DeathRecipient { struct in android::ACodec
267 DeathNotifier(const sp<AMessage> &notify) in DeathNotifier() function
271 virtual void binderDied(const wp<IBinder> &) { in binderDied()
276 virtual ~DeathNotifier() {} in ~DeathNotifier()
279 sp<AMessage> mNotify;