/frameworks/av/media/libmediaplayerservice/ |
D | DeathNotifier.cpp | 46 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
|
D | MediaPlayerService.h | 42 class DeathNotifier; variable
|
/frameworks/av/media/libmedia/include/media/ |
D | IMediaDeathNotifier.h | 45 DeathNotifier() {} in DeathNotifier() function 51 friend class DeathNotifier; variable
|
D | mediametadataretriever.h | 113 DeathNotifier() {} in DeathNotifier() function
|
/frameworks/av/drm/libdrmframework/include/ |
D | DrmManagerClientImpl.h | 418 DeathNotifier() {} in DeathNotifier() function
|
/frameworks/av/camera/ |
D | CameraBase.cpp | 85 class DeathNotifier : public IBinder::DeathRecipient class 88 DeathNotifier() { in DeathNotifier() function in android::__anon881902020111::DeathNotifier
|
/frameworks/av/soundtrigger/ |
D | SoundTrigger.cpp | 41 class DeathNotifier : public IBinder::DeathRecipient class 44 DeathNotifier() { in DeathNotifier() function in android::__anon5e7589ef0111::DeathNotifier
|
/frameworks/av/camera/ndk/ndk_vendor/impl/ |
D | ACameraManager.h | 83 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} in DeathNotifier() function
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | CameraSource.h | 179 DeathNotifier() {} in DeathNotifier() function
|
/frameworks/av/camera/ndk/impl/ |
D | ACameraManager.h | 75 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} in DeathNotifier() function
|
/frameworks/av/camera/tests/ |
D | CameraBinderTests.cpp | 301 class DeathNotifier : public IBinder::DeathRecipient class 304 DeathNotifier() {} in DeathNotifier() function in __anonff3955f00111::DeathNotifier
|
/frameworks/av/services/mediaresourcemanager/ |
D | ResourceManagerService.cpp | 42 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/ |
D | AudioRecord.h | 721 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { } in DeathNotifier() function
|
D | AudioTrack.h | 1224 DeathNotifier(AudioTrack* audioTrack) : mAudioTrack(audioTrack) { } in DeathNotifier() function
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 310 struct ACodec::DeathNotifier : struct in android::ACodec 313 explicit DeathNotifier(const sp<AMessage> ¬ify) 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;
|