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

  /frameworks/av/media/libmedia/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 105 class DeathNotifier: public IBinder::DeathRecipient
108 DeathNotifier() {}
109 virtual ~DeathNotifier();
113 static sp<DeathNotifier> sDeathNotifier;
  /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();
218 void MediaMetadataRetriever::DeathNotifier::binderDied(const wp<IBinder>& who __unused) {
224 MediaMetadataRetriever::DeathNotifier::~DeathNotifier()
  /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 67 class DeathNotifier : public IBinder::DeathRecipient {
69 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {}
76 sp<DeathNotifier> mDeathNotifier;
ACameraManager.cpp 94 mDeathNotifier = new DeathNotifier(this);
179 void CameraManagerGlobal::DeathNotifier::binderDied(const wp<IBinder>&)
  /frameworks/av/camera/
CameraBase.cpp 85 class DeathNotifier : public IBinder::DeathRecipient
88 DeathNotifier() {
99 sp<DeathNotifier> gDeathNotifier;
129 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/media/libstagefright/include/media/stagefright/
CameraSource.h 177 class DeathNotifier: public IBinder::DeathRecipient {
179 DeathNotifier() {}
199 sp<DeathNotifier> mDeathNotifier;
ACodec.h 112 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/libaudioclient/include/media/
AudioRecord.h     [all...]
AudioTrack.h     [all...]
  /frameworks/av/media/utils/
BatteryNotifier.cpp 28 void BatteryNotifier::DeathNotifier::binderDied(const wp<IBinder>& /*who*/) {
208 mDeathNotifier = new DeathNotifier();
  /frameworks/av/services/mediaresourcemanager/
ResourceManagerService.cpp 40 class DeathNotifier : public IBinder::DeathRecipient {
42 DeathNotifier(const wp<ResourceManagerService> &service, int pid, int64_t clientId)
258 if (info.deathNotifier == nullptr) {
259 info.deathNotifier = new DeathNotifier(this, pid, clientId);
260 IInterface::asBinder(client)->linkToDeath(info.deathNotifier);
294 IInterface::asBinder(infos[j].client)->unlinkToDeath(infos[j].deathNotifier);
  /frameworks/av/camera/tests/
CameraBinderTests.cpp 281 class DeathNotifier : public IBinder::DeathRecipient
284 DeathNotifier() {}
292 sp<DeathNotifier> gDeathNotifier;
302 gDeathNotifier = new DeathNotifier();
  /frameworks/av/media/libaudioclient/
AudioRecord.cpp 834 mDeathNotifier = new DeathNotifier(this);
    [all...]
AudioTrack.cpp     [all...]
  /frameworks/av/media/libstagefright/
CameraSource.cpp 259 mDeathNotifier = new DeathNotifier();
    [all...]
ACodec.cpp 313 struct ACodec::DeathNotifier :
316 explicit DeathNotifier(const sp<AMessage> &notify)
331 virtual ~DeathNotifier() {}
336 DISALLOW_EVIL_CONSTRUCTORS(DeathNotifier);
350 sp<DeathNotifier> mDeathNotifier;
    [all...]

Completed in 813 milliseconds