OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
33
sp<MediaMetadataRetriever::DeathNotifier> MediaMetadataRetriever::
sDeathNotifier
;
49
if (
sDeathNotifier
== NULL) {
50
sDeathNotifier
= new DeathNotifier();
52
binder->linkToDeath(
sDeathNotifier
);
/frameworks/av/include/media/
IMediaDeathNotifier.h
55
static sp<DeathNotifier>
sDeathNotifier
;
mediametadataretriever.h
90
static sp<DeathNotifier>
sDeathNotifier
;
/frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp
33
sp<DrmManagerClientImpl::DeathNotifier> DrmManagerClientImpl::
sDeathNotifier
;
63
if (NULL ==
sDeathNotifier
.get()) {
64
sDeathNotifier
= new DeathNotifier();
66
binder->linkToDeath(
sDeathNotifier
);
/frameworks/av/drm/libdrmframework/include/
DrmManagerClientImpl.h
425
static sp<DeathNotifier>
sDeathNotifier
;
Completed in 1031 milliseconds