HomeSort by relevance Sort by last modified time
    Searched defs:DeathNotifier (Results 1 - 8 of 8) sorted by null

  /frameworks/av/include/media/
IMediaDeathNotifier.h 42 class DeathNotifier: public IBinder::DeathRecipient
45 DeathNotifier() {}
46 virtual ~DeathNotifier();
51 friend class DeathNotifier;
55 static sp<DeathNotifier> sDeathNotifier;
mediametadataretriever.h 81 class DeathNotifier: public IBinder::DeathRecipient
84 DeathNotifier() {}
85 virtual ~DeathNotifier();
89 static sp<DeathNotifier> sDeathNotifier;
  /frameworks/av/drm/libdrmframework/include/
DrmManagerClientImpl.h 414 class DeathNotifier: public IBinder::DeathRecipient {
416 DeathNotifier() {}
417 virtual ~DeathNotifier();
423 static sp<DeathNotifier> sDeathNotifier;
  /frameworks/av/include/camera/
Camera.h 168 class DeathNotifier: public IBinder::DeathRecipient
171 DeathNotifier() {
177 static sp<DeathNotifier> mDeathNotifier;
188 friend class DeathNotifier;
  /frameworks/av/media/libmedia/
IMediaDeathNotifier.cpp 30 sp<IMediaDeathNotifier::DeathNotifier> IMediaDeathNotifier::sDeathNotifier;
52 sDeathNotifier = new DeathNotifier();
78 IMediaDeathNotifier::DeathNotifier::binderDied(const wp<IBinder>& who) {
101 IMediaDeathNotifier::DeathNotifier::~DeathNotifier()
103 ALOGV("DeathNotifier::~DeathNotifier");
mediametadataretriever.cpp 33 sp<MediaMetadataRetriever::DeathNotifier> MediaMetadataRetriever::sDeathNotifier;
50 sDeathNotifier = new DeathNotifier();
160 void MediaMetadataRetriever::DeathNotifier::binderDied(const wp<IBinder>& who) {
166 MediaMetadataRetriever::DeathNotifier::~DeathNotifier()
  /frameworks/av/include/media/stagefright/
CameraSource.h 127 class DeathNotifier: public IBinder::DeathRecipient {
129 DeathNotifier() {}
146 sp<DeathNotifier> mDeathNotifier;
  /frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp 33 sp<DrmManagerClientImpl::DeathNotifier> DrmManagerClientImpl::sDeathNotifier;
64 sDeathNotifier = new DeathNotifier();
339 DrmManagerClientImpl::DeathNotifier::~DeathNotifier() {
346 void DrmManagerClientImpl::DeathNotifier::binderDied(const wp<IBinder>& who) {

Completed in 169 milliseconds