OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeathNotifier
(Results
1 - 16
of
16
) 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
87
class
DeathNotifier
: public IBinder::DeathRecipient
90
DeathNotifier
() {}
91
virtual ~
DeathNotifier
();
95
static sp<
DeathNotifier
> sDeathNotifier;
AudioRecord.h
634
class
DeathNotifier
: public IBinder::DeathRecipient {
636
DeathNotifier
(AudioRecord* audioRecord) : mAudioRecord(audioRecord) { }
643
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/utils/include/mediautils/
BatteryNotifier.h
56
class
DeathNotifier
: public IBinder::DeathRecipient {
66
sp<
DeathNotifier
> mDeathNotifier;
/frameworks/av/media/libmedia/
IMediaDeathNotifier.cpp
30
sp<IMediaDeathNotifier::
DeathNotifier
> IMediaDeathNotifier::sDeathNotifier;
52
sDeathNotifier = new
DeathNotifier
();
78
IMediaDeathNotifier::
DeathNotifier
::binderDied(const wp<IBinder>& who __unused) {
101
IMediaDeathNotifier::
DeathNotifier
::~
DeathNotifier
()
103
ALOGV("
DeathNotifier
::~
DeathNotifier
");
mediametadataretriever.cpp
36
sp<MediaMetadataRetriever::
DeathNotifier
> MediaMetadataRetriever::sDeathNotifier;
53
sDeathNotifier = new
DeathNotifier
();
177
void MediaMetadataRetriever::
DeathNotifier
::binderDied(const wp<IBinder>& who __unused) {
183
MediaMetadataRetriever::
DeathNotifier
::~
DeathNotifier
()
/frameworks/av/camera/
CameraBase.cpp
66
class
DeathNotifier
: public IBinder::DeathRecipient
69
DeathNotifier
() {
80
sp<
DeathNotifier
> gDeathNotifier;
104
gDeathNotifier = new
DeathNotifier
();
/frameworks/av/camera/ndk/impl/
ACameraManager.h
61
class
DeathNotifier
: public IBinder::DeathRecipient {
63
DeathNotifier
(CameraManagerGlobal* cm) : mCameraManager(cm) {}
70
sp<
DeathNotifier
> mDeathNotifier;
/frameworks/av/radio/
Radio.cpp
41
class
DeathNotifier
: public IBinder::DeathRecipient
44
DeathNotifier
() {
55
sp<
DeathNotifier
> gDeathNotifier;
73
gDeathNotifier = new
DeathNotifier
();
/frameworks/av/soundtrigger/
SoundTrigger.cpp
41
class
DeathNotifier
: public IBinder::DeathRecipient
44
DeathNotifier
() {
55
sp<
DeathNotifier
> gDeathNotifier;
73
gDeathNotifier = new
DeathNotifier
();
/frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp
35
sp<DrmManagerClientImpl::
DeathNotifier
> DrmManagerClientImpl::sDeathNotifier;
75
sDeathNotifier = new
DeathNotifier
();
346
DrmManagerClientImpl::
DeathNotifier
::~
DeathNotifier
() {
353
void DrmManagerClientImpl::
DeathNotifier
::binderDied(
/frameworks/av/include/media/stagefright/
CameraSource.h
172
class
DeathNotifier
: public IBinder::DeathRecipient {
174
DeathNotifier
() {}
194
sp<
DeathNotifier
> mDeathNotifier;
/frameworks/av/camera/tests/
CameraBinderTests.cpp
268
class
DeathNotifier
: public IBinder::DeathRecipient
271
DeathNotifier
() {}
279
sp<
DeathNotifier
> gDeathNotifier;
289
gDeathNotifier = new
DeathNotifier
();
/frameworks/av/media/libstagefright/
ACodec.cpp
269
struct ACodec::
DeathNotifier
: public IBinder::DeathRecipient {
270
DeathNotifier
(const sp<AMessage> ¬ify)
279
virtual ~
DeathNotifier
() {}
284
DISALLOW_EVIL_CONSTRUCTORS(
DeathNotifier
);
298
sp<
DeathNotifier
> mDeathNotifier;
[
all
...]
Completed in 613 milliseconds