Home
last modified time | relevance | path

Searched defs:DeathNotifier (Results 1 – 17 of 17) 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.h643 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } in DeathNotifier() function
DAudioTrack.h1143 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.h90 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/radio/
DRadio.cpp41 class DeathNotifier : public IBinder::DeathRecipient class
44 DeathNotifier() { in DeathNotifier() function in android::__anon4dd2a3b30111::DeathNotifier
/frameworks/av/camera/ndk/impl/
DACameraManager.h68 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} in DeathNotifier() function
/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp39 class DeathNotifier : public IBinder::DeathRecipient { class
41 DeathNotifier(const wp<ResourceManagerService> &service, int pid, int64_t clientId) in DeathNotifier() function in android::__anonb7515a1f0111::DeathNotifier
/frameworks/av/camera/tests/
DCameraBinderTests.cpp277 class DeathNotifier : public IBinder::DeathRecipient class
280 DeathNotifier() {} in DeathNotifier() function in __anonff3955f00111::DeathNotifier
/frameworks/av/media/libstagefright/include/
DCameraSource.h178 DeathNotifier() {} in DeathNotifier() function
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h643 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } in DeathNotifier() function
DAudioTrack.h1143 DeathNotifier(AudioTrack* audioTrack) : mAudioTrack(audioTrack) { } in DeathNotifier() function
/frameworks/av/media/libstagefright/
DACodec.cpp292 struct ACodec::DeathNotifier : struct in android::ACodec
295 explicit DeathNotifier(const sp<AMessage> &notify) in DeathNotifier() function
299 virtual void binderDied(const wp<IBinder> &) { in binderDied()
303 virtual void serviceDied( in serviceDied()
310 virtual ~DeathNotifier() {} in ~DeathNotifier()
313 sp<AMessage> mNotify;