Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DIMediaDeathNotifier.h45 DeathNotifier() {} in DeathNotifier() function
51 friend class DeathNotifier; variable
Dmediametadataretriever.h85 DeathNotifier() {} in DeathNotifier() function
DAudioRecord.h499 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } in DeathNotifier() function
DAudioTrack.h748 DeathNotifier(AudioTrack* audioTrack) : mAudioTrack(audioTrack) { } in DeathNotifier() function
/frameworks/av/drm/libdrmframework/include/
DDrmManagerClientImpl.h418 DeathNotifier() {} in DeathNotifier() function
/frameworks/av/camera/
DCameraBase.cpp46 class DeathNotifier : public IBinder::DeathRecipient class
49 DeathNotifier() { in DeathNotifier() function in android::__anon274c1b0c0111::DeathNotifier
/frameworks/av/include/media/stagefright/
DCameraSource.h138 DeathNotifier() {} in DeathNotifier() function
/frameworks/av/media/libstagefright/
DACodec.cpp169 struct ACodec::DeathNotifier : public IBinder::DeathRecipient { struct in android::ACodec
170 DeathNotifier(const sp<AMessage> &notify) in DeathNotifier() argument
174 virtual void binderDied(const wp<IBinder> &) { in binderDied()
179 virtual ~DeathNotifier() {} in ~DeathNotifier()
182 sp<AMessage> mNotify;