HomeSort by relevance Sort by last modified time
    Searched defs:DeathNotifier (Results 1 - 14 of 14) 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 87 class DeathNotifier: public IBinder::DeathRecipient
90 DeathNotifier() {}
91 virtual ~DeathNotifier();
95 static sp<DeathNotifier> sDeathNotifier;
AudioRecord.h 606 class DeathNotifier : public IBinder::DeathRecipient {
608 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { }
615 sp<DeathNotifier> mDeathNotifier;
AudioTrack.h     [all...]
  /frameworks/av/drm/libdrmframework/include/
DrmManagerClientImpl.h 416 class DeathNotifier: public IBinder::DeathRecipient {
418 DeathNotifier() {}
419 virtual ~DeathNotifier();
425 static sp<DeathNotifier> sDeathNotifier;
  /frameworks/av/media/utils/include/mediautils/
BatteryNotifier.h 56 class DeathNotifier : public IBinder::DeathRecipient {
66 sp<DeathNotifier> mDeathNotifier;
  /frameworks/av/media/libmedia/
IMediaDeathNotifier.cpp 30 sp<IMediaDeathNotifier::DeathNotifier> IMediaDeathNotifier::sDeathNotifier;
52 sDeathNotifier = new DeathNotifier();
78 IMediaDeathNotifier::DeathNotifier::binderDied(const wp<IBinder>& who __unused) {
101 IMediaDeathNotifier::DeathNotifier::~DeathNotifier()
103 ALOGV("DeathNotifier::~DeathNotifier");
mediametadataretriever.cpp 36 sp<MediaMetadataRetriever::DeathNotifier> MediaMetadataRetriever::sDeathNotifier;
53 sDeathNotifier = new DeathNotifier();
177 void MediaMetadataRetriever::DeathNotifier::binderDied(const wp<IBinder>& who __unused) {
183 MediaMetadataRetriever::DeathNotifier::~DeathNotifier()
  /frameworks/av/camera/
CameraBase.cpp 45 class DeathNotifier : public IBinder::DeathRecipient
48 DeathNotifier() {
59 sp<DeathNotifier> gDeathNotifier;
83 gDeathNotifier = new DeathNotifier();
  /frameworks/av/radio/
Radio.cpp 41 class DeathNotifier : public IBinder::DeathRecipient
44 DeathNotifier() {
55 sp<DeathNotifier> gDeathNotifier;
73 gDeathNotifier = new DeathNotifier();
  /frameworks/av/soundtrigger/
SoundTrigger.cpp 41 class DeathNotifier : public IBinder::DeathRecipient
44 DeathNotifier() {
55 sp<DeathNotifier> gDeathNotifier;
73 gDeathNotifier = new DeathNotifier();
  /frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp 35 sp<DrmManagerClientImpl::DeathNotifier> DrmManagerClientImpl::sDeathNotifier;
75 sDeathNotifier = new DeathNotifier();
346 DrmManagerClientImpl::DeathNotifier::~DeathNotifier() {
353 void DrmManagerClientImpl::DeathNotifier::binderDied(const wp<IBinder>& who) {
  /frameworks/av/include/media/stagefright/
CameraSource.h 136 class DeathNotifier: public IBinder::DeathRecipient {
138 DeathNotifier() {}
158 sp<DeathNotifier> mDeathNotifier;
  /frameworks/av/media/libstagefright/
ACodec.cpp 266 struct ACodec::DeathNotifier : public IBinder::DeathRecipient {
267 DeathNotifier(const sp<AMessage> &notify)
276 virtual ~DeathNotifier() {}
281 DISALLOW_EVIL_CONSTRUCTORS(DeathNotifier);
295 sp<DeathNotifier> mDeathNotifier;
    [all...]

Completed in 1265 milliseconds