Searched refs:sDeathNotifier (Results 1 – 8 of 8) sorted by relevance
30 sp<IMediaDeathNotifier::DeathNotifier> IMediaDeathNotifier::sDeathNotifier; member in android::IMediaDeathNotifier51 if (sDeathNotifier == NULL) { in getMediaPlayerService()52 sDeathNotifier = new DeathNotifier(); in getMediaPlayerService()54 binder->linkToDeath(sDeathNotifier); in getMediaPlayerService()
36 sp<MediaMetadataRetriever::DeathNotifier> MediaMetadataRetriever::sDeathNotifier; member in android::MediaMetadataRetriever52 if (sDeathNotifier == NULL) { in getService()53 sDeathNotifier = new DeathNotifier(); in getService()55 binder->linkToDeath(sDeathNotifier); in getService()
35 sp<DrmManagerClientImpl::DeathNotifier> DrmManagerClientImpl::sDeathNotifier; member in DrmManagerClientImpl74 if (NULL == sDeathNotifier.get()) { in getDrmManagerService()75 sDeathNotifier = new DeathNotifier(); in getDrmManagerService()77 binder->linkToDeath(sDeathNotifier); in getDrmManagerService()
55 static sp<DeathNotifier> sDeathNotifier; variable
97 static sp<DeathNotifier> sDeathNotifier; variable
425 static sp<DeathNotifier> sDeathNotifier; variable