OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PMDeathRecipient
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/audioflinger/
AudioFlinger.h
400
class
PMDeathRecipient
: public IBinder::DeathRecipient {
402
PMDeathRecipient
(const wp<ThreadBase>& thread) : mThread(thread) {}
403
virtual ~
PMDeathRecipient
() {}
409
PMDeathRecipient
(const
PMDeathRecipient
&);
410
PMDeathRecipient
& operator = (const
PMDeathRecipient
&);
561
sp<
PMDeathRecipient
> mDeathRecipient;
[
all
...]
AudioFlinger.cpp
979
mDeathRecipient = new
PMDeathRecipient
(this);
[
all
...]
Completed in 40 milliseconds