HomeSort by relevance Sort by last modified time
    Searched refs:sDeathNotifier (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libmedia/
IMediaDeathNotifier.cpp 30 sp<IMediaDeathNotifier::DeathNotifier> IMediaDeathNotifier::sDeathNotifier;
51 if (sDeathNotifier == NULL) {
52 sDeathNotifier = new DeathNotifier();
54 binder->linkToDeath(sDeathNotifier);
mediametadataretriever.cpp 36 sp<MediaMetadataRetriever::DeathNotifier> MediaMetadataRetriever::sDeathNotifier;
52 if (sDeathNotifier == NULL) {
53 sDeathNotifier = new DeathNotifier();
55 binder->linkToDeath(sDeathNotifier);
  /frameworks/av/include/media/
IMediaDeathNotifier.h 55 static sp<DeathNotifier> sDeathNotifier;
mediametadataretriever.h 95 static sp<DeathNotifier> sDeathNotifier;
  /frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp 35 sp<DrmManagerClientImpl::DeathNotifier> DrmManagerClientImpl::sDeathNotifier;
74 if (NULL == sDeathNotifier.get()) {
75 sDeathNotifier = new DeathNotifier();
77 binder->linkToDeath(sDeathNotifier);
  /frameworks/av/drm/libdrmframework/include/
DrmManagerClientImpl.h 425 static sp<DeathNotifier> sDeathNotifier;

Completed in 1105 milliseconds