HomeSort by relevance Sort by last modified time
    Searched refs:DeathNotifier (Results 1 - 16 of 16) 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 84 class DeathNotifier: public IBinder::DeathRecipient
87 DeathNotifier() {}
88 virtual ~DeathNotifier();
92 static sp<DeathNotifier> sDeathNotifier;
AudioRecord.h 523 class DeathNotifier : public IBinder::DeathRecipient {
525 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { }
532 sp<DeathNotifier> mDeathNotifier;
AudioTrack.h     [all...]
  /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();
165 void MediaMetadataRetriever::DeathNotifier::binderDied(const wp<IBinder>& who __unused) {
171 MediaMetadataRetriever::DeathNotifier::~DeathNotifier()
AudioRecord.cpp 577 mDeathNotifier = new DeathNotifier(this);
    [all...]
AudioTrack.cpp     [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/include/media/stagefright/
CameraSource.h 136 class DeathNotifier: public IBinder::DeathRecipient {
138 DeathNotifier() {}
156 sp<DeathNotifier> mDeathNotifier;
ACodec.h 103 struct DeathNotifier;
  /frameworks/av/camera/
CameraBase.cpp 46 class DeathNotifier : public IBinder::DeathRecipient
49 DeathNotifier() {
60 sp<DeathNotifier> gDeathNotifier;
84 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/media/libstagefright/
CameraSource.cpp 220 mDeathNotifier = new DeathNotifier();
916 void CameraSource::DeathNotifier::binderDied(const wp<IBinder>& who) {
ACodec.cpp 214 struct ACodec::DeathNotifier : public IBinder::DeathRecipient {
215 DeathNotifier(const sp<AMessage> &notify)
224 virtual ~DeathNotifier() {}
229 DISALLOW_EVIL_CONSTRUCTORS(DeathNotifier);
243 sp<DeathNotifier> mDeathNotifier;
    [all...]

Completed in 360 milliseconds