Home
last modified time | relevance | path

Searched defs:DeathNotifier (Results 1 – 15 of 15) 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.h42 class DeathNotifier; variable
/frameworks/av/media/libmedia/include/media/
DIMediaDeathNotifier.h45 DeathNotifier() {} in DeathNotifier() function
51 friend class DeathNotifier; variable
Dmediametadataretriever.h113 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/ndk_vendor/impl/
DACameraManager.h83 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} in DeathNotifier() function
/frameworks/av/media/libstagefright/include/media/stagefright/
DCameraSource.h179 DeathNotifier() {} in DeathNotifier() function
/frameworks/av/camera/ndk/impl/
DACameraManager.h75 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} in DeathNotifier() function
/frameworks/av/camera/tests/
DCameraBinderTests.cpp301 class DeathNotifier : public IBinder::DeathRecipient class
304 DeathNotifier() {} in DeathNotifier() function in __anonff3955f00111::DeathNotifier
/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp42 class DeathNotifier : public IBinder::DeathRecipient { class
44 DeathNotifier(const wp<ResourceManagerService> &service, int pid, int64_t clientId) in DeathNotifier() function in android::__anonb7515a1f0111::DeathNotifier
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h721 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } in DeathNotifier() function
DAudioTrack.h1224 DeathNotifier(AudioTrack* audioTrack) : mAudioTrack(audioTrack) { } in DeathNotifier() function
/frameworks/av/media/libstagefright/
DACodec.cpp310 struct ACodec::DeathNotifier : struct in android::ACodec
313 explicit DeathNotifier(const sp<AMessage> &notify) in DeathNotifier() argument
317 virtual void binderDied(const wp<IBinder> &) { in binderDied()
321 virtual void serviceDied( in serviceDied()
328 virtual ~DeathNotifier() {} in ~DeathNotifier()
331 sp<AMessage> mNotify;