HomeSort by relevance Sort by last modified time
    Searched refs:DeathNotifier (Results 1 - 22 of 22) 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 634 class DeathNotifier : public IBinder::DeathRecipient {
636 DeathNotifier(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { }
643 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();
177 void MediaMetadataRetriever::DeathNotifier::binderDied(const wp<IBinder>& who __unused) {
183 MediaMetadataRetriever::DeathNotifier::~DeathNotifier()
AudioRecord.cpp 718 mDeathNotifier = new DeathNotifier(this);
    [all...]
AudioTrack.cpp     [all...]
  /frameworks/av/media/utils/include/mediautils/
BatteryNotifier.h 56 class DeathNotifier : public IBinder::DeathRecipient {
66 sp<DeathNotifier> mDeathNotifier;
  /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/camera/ndk/impl/
ACameraManager.h 61 class DeathNotifier : public IBinder::DeathRecipient {
63 DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {}
70 sp<DeathNotifier> mDeathNotifier;
ACameraManager.cpp 88 mDeathNotifier = new DeathNotifier(this);
143 void CameraManagerGlobal::DeathNotifier::binderDied(const wp<IBinder>&)
  /frameworks/av/camera/
CameraBase.cpp 66 class DeathNotifier : public IBinder::DeathRecipient
69 DeathNotifier() {
80 sp<DeathNotifier> gDeathNotifier;
104 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/include/media/stagefright/
CameraSource.h 172 class DeathNotifier: public IBinder::DeathRecipient {
174 DeathNotifier() {}
194 sp<DeathNotifier> mDeathNotifier;
ACodec.h 129 struct 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(
  /frameworks/av/media/utils/
BatteryNotifier.cpp 28 void BatteryNotifier::DeathNotifier::binderDied(const wp<IBinder>& /*who*/) {
202 mDeathNotifier = new DeathNotifier();
  /frameworks/av/camera/tests/
CameraBinderTests.cpp 268 class DeathNotifier : public IBinder::DeathRecipient
271 DeathNotifier() {}
279 sp<DeathNotifier> gDeathNotifier;
289 gDeathNotifier = new DeathNotifier();
  /frameworks/av/media/libstagefright/
CameraSource.cpp 235 mDeathNotifier = new DeathNotifier();
    [all...]
ACodec.cpp 269 struct ACodec::DeathNotifier : public IBinder::DeathRecipient {
270 DeathNotifier(const sp<AMessage> &notify)
279 virtual ~DeathNotifier() {}
284 DISALLOW_EVIL_CONSTRUCTORS(DeathNotifier);
298 sp<DeathNotifier> mDeathNotifier;
    [all...]

Completed in 1122 milliseconds