Lines Matching refs:IMediaDeathNotifier
28 Mutex IMediaDeathNotifier::sServiceLock;
29 sp<IMediaPlayerService> IMediaDeathNotifier::sMediaPlayerService;
30 sp<IMediaDeathNotifier::DeathNotifier> IMediaDeathNotifier::sDeathNotifier;
31 SortedVector< wp<IMediaDeathNotifier> > IMediaDeathNotifier::sObitRecipients;
35 IMediaDeathNotifier::getMediaPlayerService() in getMediaPlayerService()
62 IMediaDeathNotifier::addObitRecipient(const wp<IMediaDeathNotifier>& recipient) in addObitRecipient()
70 IMediaDeathNotifier::removeObitRecipient(const wp<IMediaDeathNotifier>& recipient) in removeObitRecipient()
78 IMediaDeathNotifier::DeathNotifier::binderDied(const wp<IBinder>& who __unused) { in binderDied()
82 SortedVector< wp<IMediaDeathNotifier> > list; in binderDied()
94 sp<IMediaDeathNotifier> notifier = list[iter].promote(); in binderDied()
101 IMediaDeathNotifier::DeathNotifier::~DeathNotifier() in ~DeathNotifier()