Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DIMediaDeathNotifier.h45 DeathNotifier() {} in DeathNotifier() function
51 friend class DeathNotifier; variable
Dmediametadataretriever.h108 DeathNotifier() {} in DeathNotifier() function
DAudioRecord.h683 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } in DeathNotifier() function
DAudioTrack.h1181 DeathNotifier(AudioTrack* audioTrack) : mAudioTrack(audioTrack) { } in DeathNotifier() function
/frameworks/av/media/libmedia/include/media/
DIMediaDeathNotifier.h45 DeathNotifier() {} in DeathNotifier() function
51 friend class DeathNotifier; variable
Dmediametadataretriever.h108 DeathNotifier() {} in DeathNotifier() function
/frameworks/av/drm/libdrmframework/include/
DDrmManagerClientImpl.h418 DeathNotifier() {} in DeathNotifier() function
/frameworks/av/camera/
DCameraBase.cpp85 class DeathNotifier : public IBinder::DeathRecipient class
88 DeathNotifier() { in DeathNotifier() function in android::__anon881902020111::DeathNotifier
/frameworks/av/soundtrigger/
DSoundTrigger.cpp41 class DeathNotifier : public IBinder::DeathRecipient class
44 DeathNotifier() { in DeathNotifier() function in android::__anon5e7589ef0111::DeathNotifier
/frameworks/av/camera/ndk/impl/
DACameraManager.h69 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} in DeathNotifier() function
/frameworks/av/media/libstagefright/include/media/stagefright/
DCameraSource.h179 DeathNotifier() {} in DeathNotifier() function
/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp40 class DeathNotifier : public IBinder::DeathRecipient { class
42 DeathNotifier(const wp<ResourceManagerService> &service, int pid, int64_t clientId) in DeathNotifier() function in android::__anonb7515a1f0111::DeathNotifier
/frameworks/av/camera/tests/
DCameraBinderTests.cpp281 class DeathNotifier : public IBinder::DeathRecipient class
284 DeathNotifier() {} in DeathNotifier() function in __anonff3955f00111::DeathNotifier
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h683 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } in DeathNotifier() function
DAudioTrack.h1181 DeathNotifier(AudioTrack* audioTrack) : mAudioTrack(audioTrack) { } in DeathNotifier() function
/frameworks/av/media/libstagefright/
DACodec.cpp313 struct ACodec::DeathNotifier : struct in android::ACodec
316 explicit DeathNotifier(const sp<AMessage> &notify) in DeathNotifier() argument
320 virtual void binderDied(const wp<IBinder> &) { in binderDied()
324 virtual void serviceDied( in serviceDied()
331 virtual ~DeathNotifier() {} in ~DeathNotifier()
334 sp<AMessage> mNotify;