Searched refs:DeathNotifier (Results 26 - 28 of 28) sorted by relevance

12

/frameworks/av/media/libstagefright/
H A DCameraSource.cpp259 mDeathNotifier = new DeathNotifier();
1438 void CameraSource::DeathNotifier::binderDied(const wp<IBinder>& who __unused) {
H A DACodec.cpp289 struct ACodec::DeathNotifier : struct in class:android::ACodec
292 explicit DeathNotifier(const sp<AMessage> &notify) function in struct:android::ACodec::DeathNotifier
307 virtual ~DeathNotifier() {}
312 DISALLOW_EVIL_CONSTRUCTORS(DeathNotifier);
326 sp<DeathNotifier> mDeathNotifier;
6441 mDeathNotifier = new DeathNotifier(notify);
/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp1659 mDeathNotifier = new DeathNotifier(this);
3049 void AudioTrack::DeathNotifier::binderDied(const wp<IBinder>& who __unused)

Completed in 112 milliseconds

12