Searched refs:sDeathNotifier (Results 1 – 6 of 6) sorted by relevance
30 sp<IMediaDeathNotifier::DeathNotifier> IMediaDeathNotifier::sDeathNotifier; member in android::IMediaDeathNotifier45 if (sDeathNotifier == NULL) { in getMediaPlayerService()46 sDeathNotifier = new DeathNotifier(); in getMediaPlayerService()48 binder->linkToDeath(sDeathNotifier); in getMediaPlayerService()
36 sp<MediaMetadataRetriever::DeathNotifier> MediaMetadataRetriever::sDeathNotifier; member in android::MediaMetadataRetriever48 if (sDeathNotifier == NULL) { in getService()49 sDeathNotifier = new DeathNotifier(); in getService()51 binder->linkToDeath(sDeathNotifier); in getService()
35 sp<DrmManagerClientImpl::DeathNotifier> DrmManagerClientImpl::sDeathNotifier; member in DrmManagerClientImpl60 if (NULL == sDeathNotifier.get()) { in getDrmManagerService()61 sDeathNotifier = new DeathNotifier(); in getDrmManagerService()63 binder->linkToDeath(sDeathNotifier); in getDrmManagerService()
55 static sp<DeathNotifier> sDeathNotifier; variable
120 static sp<DeathNotifier> sDeathNotifier; variable
425 static sp<DeathNotifier> sDeathNotifier; variable