OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeathNotifier
(Results
1 - 11
of
11
) sorted by null
/frameworks/av/include/media/
IMediaDeathNotifier.h
42
class
DeathNotifier
: public IBinder::DeathRecipient
45
DeathNotifier
() {}
46
virtual ~
DeathNotifier
();
51
friend class
DeathNotifier
;
55
static sp<
DeathNotifier
> sDeathNotifier;
mediametadataretriever.h
82
class
DeathNotifier
: public IBinder::DeathRecipient
85
DeathNotifier
() {}
86
virtual ~
DeathNotifier
();
90
static sp<
DeathNotifier
> sDeathNotifier;
AudioRecord.h
497
class
DeathNotifier
: public IBinder::DeathRecipient {
499
DeathNotifier
(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { }
506
sp<
DeathNotifier
> mDeathNotifier;
AudioTrack.h
[
all
...]
/frameworks/av/drm/libdrmframework/include/
DrmManagerClientImpl.h
416
class
DeathNotifier
: public IBinder::DeathRecipient {
418
DeathNotifier
() {}
419
virtual ~
DeathNotifier
();
425
static sp<
DeathNotifier
> sDeathNotifier;
/frameworks/av/media/libmedia/
IMediaDeathNotifier.cpp
30
sp<IMediaDeathNotifier::
DeathNotifier
> IMediaDeathNotifier::sDeathNotifier;
52
sDeathNotifier = new
DeathNotifier
();
78
IMediaDeathNotifier::
DeathNotifier
::binderDied(const wp<IBinder>& who) {
101
IMediaDeathNotifier::
DeathNotifier
::~
DeathNotifier
()
103
ALOGV("
DeathNotifier
::~
DeathNotifier
");
mediametadataretriever.cpp
33
sp<MediaMetadataRetriever::
DeathNotifier
> MediaMetadataRetriever::sDeathNotifier;
50
sDeathNotifier = new
DeathNotifier
();
160
void MediaMetadataRetriever::
DeathNotifier
::binderDied(const wp<IBinder>& who) {
166
MediaMetadataRetriever::
DeathNotifier
::~
DeathNotifier
()
/frameworks/av/camera/
CameraBase.cpp
46
class
DeathNotifier
: public IBinder::DeathRecipient
49
DeathNotifier
() {
60
sp<
DeathNotifier
> gDeathNotifier;
84
gDeathNotifier = new
DeathNotifier
();
/frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp
33
sp<DrmManagerClientImpl::
DeathNotifier
> DrmManagerClientImpl::sDeathNotifier;
64
sDeathNotifier = new
DeathNotifier
();
335
DrmManagerClientImpl::
DeathNotifier
::~
DeathNotifier
() {
342
void DrmManagerClientImpl::
DeathNotifier
::binderDied(const wp<IBinder>& who) {
/frameworks/av/include/media/stagefright/
CameraSource.h
136
class
DeathNotifier
: public IBinder::DeathRecipient {
138
DeathNotifier
() {}
156
sp<
DeathNotifier
> mDeathNotifier;
/frameworks/av/media/libstagefright/
ACodec.cpp
169
struct ACodec::
DeathNotifier
: public IBinder::DeathRecipient {
170
DeathNotifier
(const sp<AMessage> ¬ify)
179
virtual ~
DeathNotifier
() {}
184
DISALLOW_EVIL_CONSTRUCTORS(
DeathNotifier
);
198
sp<
DeathNotifier
> mDeathNotifier;
[
all
...]
Completed in 328 milliseconds