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()
56 IMediaDeathNotifier::addObitRecipient(const wp<IMediaDeathNotifier>& recipient) in addObitRecipient()
64 IMediaDeathNotifier::removeObitRecipient(const wp<IMediaDeathNotifier>& recipient) in removeObitRecipient()
72 IMediaDeathNotifier::DeathNotifier::binderDied(const wp<IBinder>& who __unused) { in binderDied()
76 SortedVector< wp<IMediaDeathNotifier> > list; in binderDied()
88 sp<IMediaDeathNotifier> notifier = list[iter].promote(); in binderDied()
95 IMediaDeathNotifier::DeathNotifier::~DeathNotifier() in ~DeathNotifier()